Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 946 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 946 Bytes

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