Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type C ¶
type C interface {
Get(key string, value interface{}) (err error)
GetSkipLocal(key string, value interface{}) (err error)
GetProxy() *cache.Cache
Exists(key string) bool
Set(key string, value interface{}) (err error)
SetTTL(key string, value interface{}, ttl time.Duration) (err error)
Del(key string) error
}
type RedisOptions ¶
Click to show internal directories.
Click to hide internal directories.