redis

package module
v0.0.0-...-dc1a99b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2026 License: MIT Imports: 5 Imported by: 0

README

Redis GoDoc Go Report Card

This package provides a Redis Box using Conex.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Image to use for the box.
	Image = "redis:alpine"
	// Port used for connect to redis.
	Port = "6379"

	// RedisUpWaitTime dictates how long we should wait for Redis to accept connections.
	RedisUpWaitTime = 10 * time.Second
)

Functions

func Box

func Box(t testing.TB, db int) (*redis.Client, conex.Container)

Box returns a redis.Client and the container running the redis server. It calls t.Fatal on errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL