You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
It seems that the function getDir(String) returns the same result as get(String). There's no difference between them. It sounds like the getDir should return "dir" nodes only, but in fact it returns all kinds of nodes. What's the purpose that the getDir() born for ?
The text was updated successfully, but these errors were encountered:
On Wed, 19 Sep 2018 at 13:08, neilcheng ***@***.***> wrote:
thanks for your quick response @lburgazzoli
<https://github.com/lburgazzoli> . but I found this attribute has no
effect when adding to a GET request, as I tested against my etcd deployment.
I mean these two requests have the same result:
curl 'http://ip:port/v2/keys/somedir'
curl 'http://ip:port/v2/keys/somedir?dir=true'
so what's the meaning to add this attribute to a GET request? I'm a new
hand to etcd, so if my question is not proper, forgive me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#180 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AByEhWx0MXEUepTbjyeHu9YLXVITnTIYks5uciW3gaJpZM4Wv5p1>
.
--
--
Luca Burgazzoli
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that the function getDir(String) returns the same result as get(String). There's no difference between them. It sounds like the getDir should return "dir" nodes only, but in fact it returns all kinds of nodes. What's the purpose that the getDir() born for ?
The text was updated successfully, but these errors were encountered: