Documentation ¶
Index ¶
- func Del(key string) (interface{}, error)
- func Get(key string) (string, error)
- func Pop(key string) (interface{}, error)
- func Push(key string, value string) (interface{}, error)
- func Set(key string, value string) (interface{}, error)
- func SetWithExistTime(key string, value string, existTime int) (interface{}, 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.