Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 931 Bytes

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