Documentation ¶
Index ¶
- Constants
- func BackCient(name string, c *Client) bool
- func InitClientPool(name string, uri string, count uint8) error
- 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{}) ([]driver.ListValue, error)
- func (This *Client) PutKeyVal(table, key string, data interface{}) error
- func (This *Client) PutKeyValBytes(table, key string, val []byte) error
- func (This *Client) SetPrefix(prefix string) *Client
- type PoolClient
Constants ¶
View Source
const DEFAULT_PREFIX = "xdb"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetKeyValBytes ¶
func (*Client) GetListByKeyPrefix ¶
func (*Client) PutKeyValBytes ¶
Click to show internal directories.
Click to hide internal directories.