api7 / lua-resty-etcd

Nonblocking Lua etcd driver library for OpenResty
https://api7.ai/
Apache License 2.0
191 stars 54 forks source link

Name

lua-resty-etcd Nonblocking Lua etcd driver library for OpenResty, this module supports etcd API v3.

Build Status License

Table of Contents

Install

Dependencies

install by luarocks

luarocks install lua-resty-etcd

install by source

$ git clone https://github.com/iresty/lua-resty-etcd.git
$ cd lua-resty-etcd
$ make dev
$ sudo make install