Documentation
¶
Index ¶
- type Client
- func (r *Client) Del(key string) interface{}
- func (r *Client) Do(commandName string, args ...interface{}) (reply interface{}, err error)
- func (r *Client) Get(key string) interface{}
- func (r *Client) Initialize(config string) error
- func (r *Client) IsExist(key string) bool
- func (r *Client) Listall(key string) interface{}
- func (r *Client) Put(key string, val interface{}, timeout int64) error
- func (r *Client) Rpush(key string, val interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.