Registry / database / tikv-pd

tikv-pd

JSON →
library2.1.19+incompatiblegogounverified

PD is the placement driver for the TiKV distributed key-value store, responsible for cluster metadata management and scheduling.

go get github.com/tikv/pd
INSTALL
IMPORT
SIG · TIKV-PD
T
tikv-pd
databasegov2.1.19+incompatible
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.

pd
✓ github.com/tikv/pd

Creates a PD client to interact with the placement driver cluster.

package main import ( "fmt" "github.com/tikv/pd/client" ) func main() { cli, err := client.NewClient([]string{"http://127.0.0.1:2379"}, client.SecurityOption{}) if err != nil { panic(err) } defer cli.Close() fmt.Println("PD client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.19+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
tikv-pd — go get tikv-pd · libregistry