Documentation
¶
Index ¶
- Constants
- type Wal
- func (w *Wal) Delete(key []byte) error
- func (w *Wal) Get(key []byte) error
- func (w *Wal) Put(key []byte, value []byte) error
- func (w *Wal) Read(index uint64) ([]byte, error)
- func (w *Wal) ReadLast() ([]byte, error)
- func (w *Wal) Update(key []byte, value []byte) error
- func (w *Wal) Write(data []byte) error
- type WriteMessage
Constants ¶
View Source
const FileName = "/tmp/flydb/wal"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriteMessage ¶
Click to show internal directories.
Click to hide internal directories.