Versions in this module Expand all Collapse all v1 v1.12.3 Jul 12, 2019 Changes in this version + func NewSsdbCache() cache.Cache + type Cache struct + func (rc *Cache) ClearAll() error + func (rc *Cache) Decr(key string) error + func (rc *Cache) DelMulti(keys []string) error + func (rc *Cache) Delete(key string) error + func (rc *Cache) Get(key string) interface{} + func (rc *Cache) GetMulti(keys []string) []interface{} + func (rc *Cache) Incr(key string) error + func (rc *Cache) IsExist(key string) bool + func (rc *Cache) Put(key string, value interface{}, timeout time.Duration) error + func (rc *Cache) Scan(keyStart string, keyEnd string, limit int) ([]string, error) + func (rc *Cache) StartAndGC(config string) error