Documentation
¶
Index ¶
- func Delete(key string) error
- func Get(key string) (string, error)
- func GetTTL(key string) (time.Duration, error)
- func Set(key string, value string, ttl time.Duration) error
- func SetStruct(key string, obj interface{}, ttl time.Duration) error
- func SetStructWithLongTTL(key string, obj interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetStructWithLongTTL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.