Documentation ¶
Index ¶
- func Connect(pd string) error
- func Delete(key string) error
- func DeleteRange(key1, key2 string) (err error)
- func Get(key string, writer io.Writer) (int, error)
- func Put(key string, reader io.Reader) error
- func RawGet(key string, writer io.Writer) (n int, err error)
- func RawPut(key string, reader io.Reader) error
- func SetNames(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteRange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.