Documentation
¶
Index ¶
- func Del(key string) (err error)
- func Get(key string) (value []byte, err error)
- func GetConn() redis.Conn
- func GetPool() *redis.Pool
- func Init(cfg config.Redis) error
- func Set(key string, value []byte) (result []byte, err error)
- func SetEx(key string, value []byte, timeout time.Duration) (result []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.