resty-etcd Nonblocking Lua etcd driver library for OpenResty, this module supports etcd API v2 and v3.
Dependencies
- lua-resty-http: https://github.com/ledgetech/lua-resty-http
- lua-typeof: https://github.com/iresty/lua-typeof
install by luarocks
luarocks install lua-resty-etcd
install by source
$ luarocks install lua-resty-http lua-typeof
$ git clone https://github.com/iresty/lua-resty-etcd.git
$ cd lua-resty-etcd
$ sudo make install