Top 2.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 9.0% forks on proxy.golang.org
proxy.golang.org : github.com/sdslabs/kiwi
Package kiwi implements a minimalistic in-memory key value store. Each key is thread safe as it is protected by its own mutex, though different keys can be accessed by various threads. To get started, create a store with the NewStore function and add keys to it using AddKey. Each key is associated with a value which has a specific type. These types are extendible and can be created by implementing the Value interface. Store can also be initialized with a schema, which is basically a map of keys and value types. Create a store, add key and play with it. It's that easy! For documentation visit https://kiwi.sdslabs.co/docs/
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/sdslabs/kiwi
Keywords:
go
, in-memory
, key-value
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: github.com/sdslabs
Dependent packages: 4
Dependent repositories: 1
Stars: 158 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago