libvmod-redis 15.1-1build2 source package in Ubuntu

Changelog

libvmod-redis (15.1-1build2) noble; urgency=medium

  * No-change rebuild for libev1 t64.

 -- Matthias Klose <email address hidden>  Thu, 14 Mar 2024 01:38:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Varnish Package Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libvmod-redis_15.1.orig.tar.gz 214.7 KiB 0da98030bdf7cd45fdd3de5473a4b4d6c1e8945813cfac3a6b9b3c9fad7208cd
libvmod-redis_15.1-1build2.debian.tar.xz 4.8 KiB a624cdea9ee4de597008f94baba6419391e432e1bd22e49dc971b140662c6f94
libvmod-redis_15.1-1build2.dsc 2.1 KiB f1d5581c7b64f3af641b049e7974a37f2182ba7228cac32daf5585b43dedd343

Available diffs

View changes file

Binary packages built by this source

varnish-redis: access Redis servers from VCL

 VMOD using the synchronous hiredis library API to access Redis servers from
 VCL.
 .
 Highlights:
  * Full support for execution of Lua scripts (i.e. EVAL command), including
    optimistic automatic execution of EVALSHA commands.
  * All Redis reply data types are supported, including partial support to
    access to components of simple (i.e. not nested) array replies.
  * Redis pipelines are not (and won't be) supported. Lua scripting, which is
    fully supported by the VMOD, it's a much more flexible alternative to
    pipelines for atomic execution and minimizing latency. Pipelines are hard
    to use and error prone, specially when using the WATCH command.
  * Support for classic Redis deployments using multiple replicated Redis
    servers and for clustered deployments based on Redis Cluster.
  * Support for multiple databases and multiple Redis connections, local to
    each Varnish worker thread, or shared using one or more pools.
  * Support for smart command execution, selecting the destination server
    according with the preferred role (i.e. master or slave) and with distance
    and healthiness metrics collected during execution.
  * Support for Redis Sentinel, allowing automatic discovery of sick / healthy
    servers and changes in their roles.

varnish-redis-dbgsym: debug symbols for varnish-redis