doc: added links to more lua-resty-* libraries.

This commit is contained in:
Yichun Zhang (agentzh) 2015-09-09 16:36:19 +08:00
Родитель a05e1eb546
Коммит 8269883035
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -254,6 +254,8 @@ At least the following Lua libraries and Nginx modules can be used with this ngx
* [lua-resty-upload](https://github.com/openresty/lua-resty-upload)
* [lua-resty-websocket](https://github.com/openresty/lua-resty-websocket)
* [lua-resty-lock](https://github.com/openresty/lua-resty-lock)
* [lua-resty-logger-socket](https://github.com/cloudflare/lua-resty-logger-socket)
* [lua-resty-lrucache](https://github.com/openresty/lua-resty-lrucache)
* [lua-resty-string](https://github.com/openresty/lua-resty-string)
* [ngx_memc](http://github.com/openresty/memc-nginx-module)
* [ngx_postgres](https://github.com/FRiCKLE/ngx_postgres)

Просмотреть файл

@ -198,6 +198,8 @@ At least the following Lua libraries and Nginx modules can be used with this ngx
* [https://github.com/openresty/lua-resty-upload lua-resty-upload]
* [https://github.com/openresty/lua-resty-websocket lua-resty-websocket]
* [https://github.com/openresty/lua-resty-lock lua-resty-lock]
* [https://github.com/cloudflare/lua-resty-logger-socket lua-resty-logger-socket]
* [https://github.com/openresty/lua-resty-lrucache lua-resty-lrucache]
* [https://github.com/openresty/lua-resty-string lua-resty-string]
* [[HttpMemcModule|ngx_memc]]
* [https://github.com/FRiCKLE/ngx_postgres ngx_postgres]