redis

package module
v0.0.0-...-0b25259 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2017 License: MIT Imports: 4 Imported by: 0

README

Redis GoDoc Build Status 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"
)

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