blob: bc12d11e620e96f91250826382af1d4332f10b63 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This Lua library is a Redis client driver for the ngx_lua nginx module:
http://wiki.nginx.org/HttpLuaModule
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100%
nonblocking behavior.
WWW: https://github.com/openresty/lua-resty-redis
|