Documentation ¶
Index ¶
- type Interface
- type Redis
- func (l *Redis) Get(key string) (string, error)
- func (l *Redis) Hdel(key string, fields ...string) (bool, error)
- func (l *Redis) Hset(key, field, value string) error
- func (l *Redis) Set(key, value string) error
- func (l *Redis) Setex(key, value string, seconds int) error
- func (l *Redis) SetnxEx(key, value string, seconds int) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Redis ¶
Click to show internal directories.
Click to hide internal directories.