File: control

package info (click to toggle)
lua-nginx-redis 0.27-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 16
file content (24 lines) | stat: -rw-r--r-- 996 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: lua-nginx-redis
Section: interpreters
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Build-Depends: debhelper (>= 12), dh-lua
Standards-Version: 4.4.0
Homepage: https://github.com/agentzh/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.