Documentation
¶
Index ¶
- type Table
- func (tb *Table) Delete(ctx context.Context, key []byte) error
- func (tb *Table) Get(ctx context.Context, key []byte, fn func(val []byte) error) error
- func (tb *Table) MGet(ctx context.Context, keys [][]byte, fn func(val []byte) error) error
- func (tb *Table) MSet(ctx context.Context, args ...[]byte) error
- func (tb Table) Name() string
- func (tb *Table) Set(ctx context.Context, key []byte, val []byte) error
- func (tb Table) TTL() uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.