Skip to content

Releases: simar7/gokv

modest-euclid

12 Dec 04:55
75014a5

Choose a tag to compare

modest-euclid Pre-release
Pre-release

This release adds DeleteBucket() as an operation for deleting entire buckets. Currently only supported by BoltDB.

gallant-fermi

12 Dec 03:54
a837bd5

Choose a tag to compare

gallant-fermi Pre-release
Pre-release

This release adds an Info() method that exposes information and stats about the underlying datastore.

relaxed-tu

26 Nov 05:46
17fa71e

Choose a tag to compare

relaxed-tu Pre-release
Pre-release

This release adds the support for Redis as a KV store.

frostly-colden

21 Nov 22:49
9849756

Choose a tag to compare

frostly-colden Pre-release
Pre-release

This release adds Gob encoding support.

boring-wozniak

14 Nov 22:35
00290f0

Choose a tag to compare

boring-wozniak Pre-release
Pre-release

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.