Documentation
¶
Index ¶
- Variables
- func Decode(data []byte, to interface{}) error
- func Delete(prefix string, keyValue ...interface{}) (bool, error)
- func Encode(data interface{}) ([]byte, error)
- func Exists(prefix string, keyValue ...interface{}) bool
- func Get(to interface{}, prefix string, keyValue ...interface{}) bool
- func LikeDeletes(key string) error
- func Set(data interface{}, expire int, prefix string, keyValue ...interface{}) error
- func Setup() error
Constants ¶
This section is empty.
Variables ¶
View Source
var RedisConn *redis.Pool
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.