Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Inner ¶
type Inner interface { Type() string Ping() error Has(key string) bool Set(key string, val string) Get(key string) string Rem(key string) Range(f func(key string, val string) bool) HasList(key string) bool ListHas(key, value string) bool ListAdd(key, value string) ListRemove(key, value string) ListLen(key string) int ListGet(key string) []string sync.Locker }
Inner holds KV values
Click to show internal directories.
Click to hide internal directories.