Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tx ¶
type Tx interface { Commit() error Discard() Set(key []byte, value []byte) error Get(key []byte) ([]byte, error) Delete(key []byte) error GetKeysWithPrefix(prefix []byte, reverse ...bool) [][]byte FilterKeysWithPrefix(prefix []byte, from, to string) [][]byte GetValuesWithPrefix(prefix []byte, reverse ...bool) [][]byte }
Click to show internal directories.
Click to hide internal directories.