Skip to content

api7/lua-resty-etcd

Repository files navigation

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