Documentation
¶
Index ¶
- Constants
- type Client
- func (This *Client) Close() error
- func (This *Client) DelKeyVal(table, key string) error
- func (This *Client) GetKeyVal(table, key string, data interface{}) ([]byte, error)
- func (This *Client) GetKeyValBytes(table, key string) ([]byte, error)
- func (This *Client) GetListByKeyPrefix(table, key string, data interface{}) ([]string, error)
- func (This *Client) PutKeyVal(table, key string, data interface{}) error
- func (This *Client) PutKeyValBytes(table, key string, val []byte) error
Constants ¶
View Source
const PREFIX = "xdb"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetKeyValBytes ¶
func (*Client) GetListByKeyPrefix ¶
Click to show internal directories.
Click to hide internal directories.