Documentation ¶ Overview ¶ Package redistest contains utilities for writing Redigo tests. Index ¶ func Dial() (redis.Conn, error) Constants ¶ This section is empty. Variables ¶ This section is empty. 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. Types ¶ This section is empty. Source Files ¶ View all Source files testdb.go Click to show internal directories. Click to hide internal directories.