Documentation ¶
Index ¶
- Constants
- type TextProt
- func (t TextProt) Add(rw *bufio.ReadWriter, key []byte, value []byte) error
- func (t TextProt) BatchGet(rw *bufio.ReadWriter, keys [][]byte) ([][]byte, error)
- func (t TextProt) Delete(rw *bufio.ReadWriter, key []byte) error
- func (t TextProt) GAT(rw *bufio.ReadWriter, key []byte) ([]byte, error)
- func (t TextProt) Get(rw *bufio.ReadWriter, key []byte) ([]byte, error)
- func (t TextProt) GetWithOpaque(rw *bufio.ReadWriter, key []byte, opaque int) ([]byte, error)
- func (t TextProt) Replace(rw *bufio.ReadWriter, key []byte, value []byte) error
- func (t TextProt) Set(rw *bufio.ReadWriter, key []byte, value []byte) error
- func (t TextProt) Touch(rw *bufio.ReadWriter, key []byte) error
Constants ¶
View Source
const VERBOSE = false
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.