libvmod-redis 15.1-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild against libhiredis1.1.0

 -- Dan Bungert <email address hidden>  Wed, 24 Jan 2024 08:28:44 -0700

Upload details

Uploaded by:
Dan Bungert
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-1build1.debian.tar.xz 4.8 KiB e70ed781a168db167634b3b6cde1f4b6f13d4d0c13a19251f913bf348cb81b89
libvmod-redis_15.1-1build1.dsc 2.1 KiB 05b3a95d83a40d6f29aa9350d1f3de9a15c8aa9e57bd08660892afa95a00fc6f

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