Documentation ¶
Index ¶
- func Del(keys []string) error
- func GC() error
- func Get(key string) (string, error)
- func HDel(hashmap string, keys ...string) error
- func HGet(hashmap, key string) (string, error)
- func HGetAll(hashmap string) (map[string]string, error)
- func HKeys(hashmap string) ([]string, error)
- func HLen(hashmap string) (int, error)
- func HSet(hashmap, key, value string) error
- func Set(key, value string) error
- func Size() int
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.