Documentation ¶
Index ¶
- func InitCTL(conf *Config)
- type CTL
- func (bc *CTL) ClearAll() error
- func (bc *CTL) Decr(k string) error
- func (bc *CTL) Delete(k string) error
- func (bc *CTL) Get(k string) interface{}
- func (bc *CTL) GetMulti(keys []string) interface{}
- func (bc *CTL) IsExist(k string) bool
- func (bc *CTL) Put(k string, v interface{}, d time.Duration) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.