Registry / database / quasoft-memstore

quasoft-memstore

JSON →
library0.0.0-20191010062613-2bce066d2b0bgogounverified

Package memstore provides an in-memory key-value store with optional expiration and persistence.

go get github.com/quasoft/memstore
INSTALL
IMPORT
SIG · QUASOFT-MEMSTORE
Q
quasoft-memstore
databasegov0.0.0-20191010062613-2bce066d2b0b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

memstore
✓ github.com/quasoft/memstore

Create a new in-memory store, set a key-value pair, and retrieve it.

package main import ( "fmt" "github.com/quasoft/memstore" ) func main() { store := memstore.New() store.Set("key", "value", 0) val, _ := store.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191010062613-2bce066d2b0blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
quasoft-memstore — go get quasoft-memstore · libregistry