Registry / database / buraksezer-olric

buraksezer-olric

JSON →
library0.7.4gogounverified

Package olric provides a distributed cache and in-memory key/value data store.

go get github.com/buraksezer/olric
INSTALL
IMPORT
SIG · BURAKSEZER-OLRIC
B
buraksezer-olric
databasegov0.7.4
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.

olric
github.com/buraksezer/olric

Initialize a new Olric distributed cache instance

package main import ( "context" "fmt" "github.com/buraksezer/olric" ) func main() { db, err := olric.New(olric.Config{}) if err != nil { panic(err) } defer db.Shutdown(context.Background()) fmt.Println("Olric started") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
buraksezer-olric — go get buraksezer-olric · libregistry