Documentation
¶
Index ¶
- func Del(keys ...string) error
- func Expire(key string, expiration time.Duration) error
- func ExpireAt(key string, tm time.Time) error
- func Get(key string) (data []byte, err error)
- func HDel(key string, fields []string) error
- func HExists(key, field string) (has bool, err error)
- func HGet(key, field string) (value interface{}, err error)
- func HKeys(key string) ([]string, error)
- func HSet(key string, item map[string]interface{}) error
- func HasKey(key string) bool
- func InitRds(rdCFG RedisCfg)
- func Set(key string, value interface{}, duration time.Duration) error
- func SetX(key string, value interface{}, expiration time.Duration) error
- type RedisCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.