Patroni
How to get keys by prefix
Guide to extracting etcd keys by their prefix
etcdctl --endpoints=$ENDPOINTS put web1 value1 etcdctl --endpoints=$ENDPOINTS put web2 value2 etcdctl --endpoints=$ENDPOINTS put web3 value3 etcdctl --endpoints=$ENDPOINTS get web --prefix
Last modified October 21, 2021: Created "How to get keys by prefix" page (#514) (3e8321a)