Documentation ¶
Index ¶
- func Dail(addr, passwd string, maxidle, maxac, db int, to time.Duration) *redis.Pool
- func Del(key string) error
- func Expire(key string, ttl int) error
- func GetBool(key string) (bool, error)
- func GetInt(key string) (int, error)
- func GetObj(key string, v interface{}) error
- func GetString(key string) (string, error)
- func HDel(key, region string) error
- func HGet(key, region string, v interface{}) error
- func HGetAll(key string, v *map[string]string) error
- func HSet(key, region string, v interface{}) error
- func LPop(key string) (string, error)
- func LPush(key string, v ...string) error
- func SAdd(key string, v interface{}) error
- func SMembers(key string, v []string) error
- func Set(key string, v interface{}) error
- func SetKeyPrefix(prefix string)
- func SetKeySubfix(subfix string)
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.