/lua-resty-etcd

Nonblocking Lua etcd driver library for OpenResty

Primary LanguageLuaApache License 2.0Apache-2.0

Name

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

Build Status License

Table of Contents

Install

Dependencies

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

Back to TOC