Documentation
¶
Index ¶
- func Del(key string)
- func Exists(key string) bool
- func Expire(key string, expire time.Duration)
- func Get(key string) string
- func GetRdb() *redis.Client
- func HGet(key string, field string) string
- func HGetAll(key string) map[string]string
- func HSet(key string, field string, value interface{})
- func Set(key string, value string)
- func SetEX(key string, value string, expiration time.Duration)
- func TTL(key string) time.Duration
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.