Documentation ¶
Index ¶
- func Del(keys ...string) error
- func Get(key string, dest interface{}) error
- func GetClient() *redis.Client
- func HGet(key, field string) (string, error)
- func HSet(key, field string, value interface{}) error
- func LPush(key string, values ...interface{}) error
- func LRange(key string, start, stop int64) ([]string, error)
- func NewClient(config *conf.Config) (*redis.Client, error)
- func RPush(key string, values ...interface{}) error
- func SAdd(key string, members ...interface{}) error
- func SMembers(key string) ([]string, error)
- func Set(key string, value interface{}, expiration time.Duration) error
- func ZAdd(key string, members ...redis.Z) error
- func ZRange(key string, start, stop int64) ([]string, 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.