Replies: 2 comments
-
Use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
related issue #6005 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
怎么获取在etcd里面的某个目录全部数据
尝试过的方法1

local res, err = core.etcd:getkey('/config_path')
报错信息如下
尝试过的方法2
local res, err = core.config:getkey('/config_path')
返回的数据为空。
请问用那种方法可以做呢?
Beta Was this translation helpful? Give feedback.
All reactions