etcd

Get value of a key in etcd if key contains binary value?

Get value of a key in etcd if key contains binary value? Question: I have an etcd key, which contains binary value: /person/��h��1Ðn��;�Fx/timestamp 20230301091005 I query that key-value by: env ETCDCTL_API=3 etcdctl –endpoints=server:2379 –cert ca.pem –key ca.key –cacert cacert.pem get /person/ –prefix I wish to delete that particular key ��h��1Ðn��;�Fx from the etcd, but cannot …

Total answers: 1