Documentation ¶
Index ¶
- func Add(key string, value interface{}, future time.Time) bool
- func Decrement(key string, value int) bool
- func Forever(key string, value interface{})
- func Forget(key string) bool
- func Get(key string, defaultValue ...interface{}) interface{}
- func Has(key string) bool
- func Increment(key string, value int) bool
- func Prefix() string
- func Pull(key string, defaultValue ...interface{}) interface{}
- func Put(key string, value interface{}, future time.Time)
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.