Registry / database / etcd-v3

etcd-v3

JSON →
library3.6.12gogounverified

A distributed, reliable key-value store for the most critical data of a distributed system.

go get go.etcd.io/etcd/v3
INSTALL
IMPORT
SIG · ETCD-V3
E
etcd-v3
databasegov3.6.12
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.

etcd
go.etcd.io/etcd/v3

Creates a new etcd v3 client connected to localhost.

package main import ( "fmt" "go.etcd.io/etcd/v3/clientv3" ) func main() { cli, _ := clientv3.New(clientv3.Config{Endpoints: []string{"localhost:2379"}}) fmt.Println(cli) }
Debug
Known issues
breakingThe v3 module path changed from go.etcd.io/etcd to go.etcd.io/etcd/v3 in version 3.4.
fix
Use go.etcd.io/etcd/v3 for versions >= 3.4.
affects: >=3.4.0
Upgrade
Version history
3.6.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
etcd-v3 — go get etcd-v3 · libregistry