Documentation ¶
Index ¶
- Constants
- type Conn
- func (This *Conn) Close() error
- func (This *Conn) Connect() error
- func (This *Conn) DelKeyVal(key []byte) error
- func (This *Conn) GetKeyVal(key []byte) ([]byte, error)
- func (This *Conn) GetListByKeyPrefix(key []byte) ([]driver.ListValue, error)
- func (This *Conn) InitConn()
- func (This *Conn) PutKeyVal(key []byte, val []byte) error
- type MyConn
Constants ¶
View Source
const VERSION = "v1.1.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { Uri string // contains filtered or unexported fields }
func (*Conn) GetListByKeyPrefix ¶
Click to show internal directories.
Click to hide internal directories.