lua-nginx-memcached 0.14-1.1build1 source package in Ubuntu

Changelog

lua-nginx-memcached (0.14-1.1build1) mantic; urgency=medium

  * Rebuild against new nginx 1.24.0-1ubuntu1.

 -- Gianfranco Costamagna <email address hidden>  Wed, 28 Jun 2023 16:59:06 +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-memcached_0.14.orig.tar.gz 12.6 KiB 935d42701db225d6a1b21740ee975f5a2dd8fe7c9c17dbad51558fd6c866c57d
lua-nginx-memcached_0.14-1.1build1.debian.tar.xz 10.3 KiB 4f7ce48fc30599921399520109e5e0fe12e77890c7e507513202747409080df1
lua-nginx-memcached_0.14-1.1build1.dsc 1.8 KiB 035135850503cf2eba3f20c3acb5485f6cf8b319d6859e2b58c201e5b17d7280

View changes file

Binary packages built by this source

lua-nginx-memcached: Pure Lua memcached client driver for the nginx embedded Lua language

 This modules provides a pure Lua memcached 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.