//
pkg.gl
Category
github.com/infinitbyte/framework
plugins
simple_kv
package
1.1.3
Repository:
https://github.com/infinitbyte/framework.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
344 SLOC
#
Functions
NewKVStore
NewKVStore creates a new key-value store and initializes the current state from the last state file.
#
Structs
Config
No description provided by the author
KVStore
KVStore represents a simple key-value store.
LastState
LastState represents the last state of the key-value store.
SimpleKV
No description provided by the author
WAL
WAL represents a Write-Ahead Log for storing key-value changes.