Documentation ¶
Index ¶
- type CLIENT
- func (cli *CLIENT) AppendToList(key, v string) (errs []error)
- func (cli *CLIENT) GetDictElement(key, v string) (result string, errs []error)
- func (cli *CLIENT) GetInt(key string) (result int, errs []error)
- func (cli *CLIENT) GetListElement(key string, v int) (result string, errs []error)
- func (cli *CLIENT) GetString(key string) (result string, errs []error)
- func (cli *CLIENT) HasKey(key string) (result bool, errs []error)
- func (cli *CLIENT) Increment(key string) (result int, errs []error)
- func (cli *CLIENT) Keys() (result []string, errs []error)
- func (cli *CLIENT) Len() (result int, errs []error)
- func (cli *CLIENT) Remove(key string) (result int, errs []error)
- func (cli *CLIENT) RemoveFromDict(key, v string) (result int, errs []error)
- func (cli *CLIENT) RemoveFromList(key, v string) (result int, errs []error)
- func (cli *CLIENT) SetDict(key string, v util.Dict) (errs []error)
- func (cli *CLIENT) SetInt(key string, v int) (errs []error)
- func (cli *CLIENT) SetList(key string, v util.List) (errs []error)
- func (cli *CLIENT) SetString(key, v string) (errs []error)
- func (cli *CLIENT) SetTTL(key string, v int) (result int, errs []error)
- func (cli *CLIENT) Stats() (result util.Stats, errs []error)
- func (cli *CLIENT) UpdateDict(key string, v util.Dict) (result util.Dict, errs []error)
- func (cli *CLIENT) UpdateInt(key string, v int) (result int, errs []error)
- func (cli *CLIENT) UpdateList(key string, v util.List) (result util.List, errs []error)
- func (cli *CLIENT) UpdateString(key, v string) (result string, errs []error)
- type Credentials
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIENT ¶
func (*CLIENT) AppendToList ¶
func (*CLIENT) GetDictElement ¶
func (*CLIENT) GetListElement ¶
func (*CLIENT) RemoveFromDict ¶
func (*CLIENT) RemoveFromList ¶
func (*CLIENT) UpdateDict ¶
func (*CLIENT) UpdateList ¶
type Credentials ¶
type Credentials struct {
Username, Password string
}
Click to show internal directories.
Click to hide internal directories.