Source: lua-nginx-redis
Standards-Version: 4.7.4
Maintainer: The Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Ulises Vitulli <dererk@debian.org>,
Section: interpreters
Build-Depends:
 debhelper-compat (= 14),
 dh-lua,
Vcs-Browser: https://salsa.debian.org/lua-team/lua-nginx-redis
Vcs-Git: https://salsa.debian.org/lua-team/lua-nginx-redis.git
Homepage: https://github.com/openresty/lua-resty-redis

Package: lua-nginx-redis
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 nginx-extras,
Description: Pure Lua redis client driver for the nginx embedded Lua language
 This modules provides a pure Lua redis driver implementation for the
 embedded nginx's Lua interpreter.
 .
 Because this module is based on the ngx_lua's cosocket API, it inherits
 the advantage of a real nonblocking behaviour running effectively on the
 underlying nginx server ultra-fast technology design, allowing Web
 developers making use of the Lua programming language to script and
 construct extremely high-performance web applications capable to handle
 10K+ connections.
 .
 Note that this module works for both nginx (provided by nginx-extras)
 and the OpenResty bundle.
