Documentation
¶
Index ¶
- func Connect(options *redis.Options, initCallback func(*redis.Client) error) (rdb *redis.Client, err error)
- func Del(rdb *redis.Client, key string) (val int64, err error)
- func Get(rdb *redis.Client, key string) (val string, err error)
- func NewConnOptionsFromFlags() *redis.Options
- func Set(rdb *redis.Client, key, value string) (val string, err error)
- func Subscribe(rdb *redis.Client, channels ...string) (ch <-chan *redis.Message, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnOptionsFromFlags ¶
func NewConnOptionsFromFlags() *redis.Options
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.