etcdv3 / etcd-client

An etcd v3 API client
Apache License 2.0
210 stars 51 forks source link

Question: How to use the directories feature? #82

Closed kylerchin closed 3 months ago

kylerchin commented 3 months ago

It's not immediently clear how to use the directory features like creating, listing, and deleting

https://etcd.io/docs/v2.3/api/#listing-a-directory

I know there is get with prefix but I'm looking for directory calls like in the old etcd rs library. Does this library have that?

Thanks

kylerchin commented 3 months ago

nvm... they flattened keyspace