php-nrk-predis 2.2.2-1 source package in Ubuntu

Changelog

php-nrk-predis (2.2.2-1) unstable; urgency=medium

  [ Till Krüss ]
  * Disable `CLIENT SETINFO` calls by default (#1399)
  * tag v2.2.2

  [ Vladyslav Vildanov ]
  * Added support for CLUSTER container command (#1360)
  * Added EXPIRETIME command to KeyPrefixProcessor (#1369)

 -- David Prévot <email address hidden>  Thu, 14 Sep 2023 13:37:52 +0530

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-nrk-predis_2.2.2-1.dsc 1.7 KiB ba8105c2abc07d48d32a1cfeb27225f52d004e2e1c40450be5d79397eb6f32e2
php-nrk-predis_2.2.2.orig.tar.xz 240.7 KiB 949c1c34591165c6ae7cc5514657e7012596e64c5be922c20c43e98e52fc1d88
php-nrk-predis_2.2.2-1.debian.tar.xz 5.8 KiB 2f0ecd304ee3b5f506386bc95c5bb9bd51391ad87766e3a2667c8c36176188b2

Available diffs

No changes file available.

Binary packages built by this source

php-predis: A flexible and feature-complete Redis client for PHP

 Predis does not require any additional C extension by default, but it can be
 optionally paired with phpiredis to lower the overhead of the serialization
 and parsing of the Redis RESP Protocol.