lua-nginx-redis 0.27-1.1build1 source package in Ubuntu

Changelog

lua-nginx-redis (0.27-1.1build1) mantic; urgency=medium

  * Rebuild against new nginx 1.24.0-1ubuntu1.

 -- Gianfranco Costamagna <email address hidden>  Wed, 28 Jun 2023 16:59:28 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Ulises Vitulli
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-nginx-redis_0.27.orig.tar.gz 17.1 KiB 71de123e1262b62e5ffef02c9dec708d5b77dd55cf99175bae2ad6edaaa2fa80
lua-nginx-redis_0.27-1.1build1.debian.tar.xz 13.1 KiB ee6765129c5a9839dd9753f0320bb3bb23212d82e2b1243d8213e2bf88aeb777
lua-nginx-redis_0.27-1.1build1.dsc 1.8 KiB 849c121f4c7de3c519bd29e1cce654e8bc84c4f42b9ddf09bd2d6fec5e280886

View changes file

Binary packages built by this source

lua-nginx-redis: 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.