Documentation
¶
Index ¶
- Constants
- func Del(cacheKey string) resp.Resp
- func Get(cacheKey string) resp.Resp
- func GetMap(cacheKey string) resp.Resp
- func Set(cacheKey string, data string) resp.Resp
- func SetMap(cacheKey string, data g.Map) resp.Resp
- func Setex(cacheKey string, data string, timeout int) resp.Resp
- func SetexMap(cacheKey string, data g.Map, timeout int) resp.Resp
Constants ¶
View Source
const ( ModeCache = 1 ModeRedis = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.