Documentation
¶
Index ¶
- type Goredis
- func (g Goredis) GetInt(key string) (data int, err error)
- func (g Goredis) GetString(key string) (data string, err error)
- func (g Goredis) PFAdd(key string, data ...interface{}) (result int64, err error)
- func (g Goredis) PFCount(key ...string) (result int64, err error)
- func (g Goredis) Set(key string, data interface{}) (err error)
- func (g Goredis) SetEx(key string, data interface{}, expireSecond int) (err 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.