Documentation ¶
Index ¶
- type RedisWrap
- func (w *RedisWrap) Expire(key string, expiration time.Duration) (bool, error)
- func (w *RedisWrap) Get(key string) (string, error)
- func (w *RedisWrap) SetNX(key string, value interface{}, expiration time.Duration) (bool, error)
- func (w *RedisWrap) ZAdd(key, member string, score float64) (int64, error)
- func (w *RedisWrap) ZRangeByScore(key string, min, max float64) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.