Releases: simar7/gokv
Releases · simar7/gokv
modest-euclid
This release adds DeleteBucket()
as an operation for deleting entire buckets. Currently only supported by BoltDB.
gallant-fermi
This release adds an Info()
method that exposes information and stats about the underlying datastore.
relaxed-tu
This release adds the support for Redis as a KV store.
frostly-colden
This release adds Gob encoding support.
boring-wozniak
This is the first release for gokv. The current interface defines the following methods:
Set(input types.SetItemInput) error
BatchSet(input types.BatchSetItemInput) error
Get(input types.GetItemInput) (found bool, err error)
Delete(input types.DeleteItemInput) error
Close() error
Scan(input types.ScanInput) (types.ScanOutput, error)
The name of this release is inspired by this line of code.