Documentation
¶
Index ¶
- type Ins
- func (i *Ins) Del(key string) error
- func (i *Ins) Expire(key string, exp int64) error
- func (i *Ins) Get(key string) (interface{}, bool)
- func (i *Ins) Set(key string, value interface{}) error
- func (i *Ins) SetEx(key string, val interface{}, exp int64) error
- func (i *Ins) SetNx(key string, val interface{}) error
- func (i *Ins) SetNxEx(key string, val interface{}, exp int64) 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.