Documentation ¶
Index ¶
- Variables
- func Delete(database int, key string) error
- func Do(database int, pFunc func(c redis.Conn) (reply interface{}, err error)) (reply interface{}, err error)
- func Exist(database int, key string) bool
- func Expire(database, timeout int, key string) error
- func Get(database int, key string) ([]byte, error)
- func OpenRedisPool(ip, pwd string) error
- func Set(database int, timeout int, key string, val interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var POOL *redis.Pool
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.