logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Etcd Control - Manage Distributed Key-Value Stores | Online Free DevTools by Hexmos

Control distributed key-value stores with Etcd. Manage critical data, configure clusters, and enable extensive metrics. Free online tool, no registration required.

etcd

A distributed, reliable key-value store for the most critical data of a distributed system. More information: https://etcd.io.

  • Start a single-node etcd cluster:

etcd

  • Start a single-node etcd cluster, listening for client requests on a custom URL:

etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}

  • Start a single-node etcd cluster with a custom name:

etcd --name {{my_etcd_cluster}}

etcd --enable-pprof --metrics extensive

See Also