Registry / database / abronan-valkeyrie

abronan-valkeyrie

JSON →
library1.0.0gogounverified

A Go library for distributed key-value store coordination and service discovery.

go get github.com/abronan/valkeyrie
INSTALL
IMPORT
SIG · ABRONAN-VALKEYRIE
A
abronan-valkeyrie
databasegov1.0.0
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.

valkeyrie
github.com/abronan/valkeyrie

Creates a new key-value store client

package main import ( "fmt" "github.com/abronan/valkeyrie" ) func main() { kv, err := valkeyrie.NewStore(valkeyrie.CONSUL, []string{"localhost:8500"}, nil) if err != nil { panic(err) } fmt.Println(kv) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
59 hits · last 30 days
node
50
OpenAI (training)
1
Resources
abronan-valkeyrie — go get abronan-valkeyrie · libregistry