-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用resty.etcd查询value value值消失 #180
Comments
The screenshot you took is not the same key |
这个是我调用readdir函数查询 key为/wo 的返回信息 是没有value的 但是 通过etcdctl get /wo命令查询他是有value的 |
The logs you see are printed by your Here is the data structure I got from readdir:
|
apache/apisix#8138 |
Here's an example: etcdctl put /foo '"init_dir"'
etcdctl put /foo/bar '"abcd"' then use
the kvs of data will be:
why? Because you use etcdctl to set the kv and use lua-resty-etcd/lib/resty/etcd/v3.lua Lines 618 to 620 in a892f4e
It is recommended to use l |
调用readdir方法,打印返回的res.body 发现有的key存在value 有的则没有
但是通过etcdctl 命令他是存在value的 这是为什么
但是有的key又有value
The text was updated successfully, but these errors were encountered: