package redistest

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest"

Package redistest contains utilities for writing Redigo tests.

Index

Functions

func Dial

func Dial() (redis.Conn, error)

Dial dials the local Redis server and selects database 9. To prevent stomping on real data, DialTestDB fails if database 9 contains data. The returned connection flushes database 9 on close.

Source Files

testdb.go

Version
v1.2.0-alpha.3
Published
Nov 3, 2015
Platform
linux/amd64
Imports
3 packages
Last checked
12 minutes ago

Tools for package owners.