1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Examples ==== ## for Non-TLS ```shell cd ./etcd-rs make setup-etcd-cluster cargo run --example kv cargo run --example watch ``` ## for TLS ```shell cd ./etcd-rs ETCD_CLUSTER_WITH_TLS=true make setup-etcd-cluster cargo run --example tls ```