From 5b1e772c6b5e68509728752a7b963a89dc03baf5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2024 09:07:43 +0200 Subject: update to 6.1.0RC1 open https://github.com/phpredis/phpredis/pull/2532 missing file drop support for PHP < 7.4 --- PHPINFO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 7f67616..35333b6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 6.0.2 +Redis Version => 6.1.0RC1 Redis Sentinel Version => 1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 @@ -40,3 +40,5 @@ redis.session.lock_expire => 0 => 0 redis.session.lock_retries => 100 => 100 redis.session.lock_wait_time => 20000 => 20000 redis.session.early_refresh => 0 => 0 +redis.session.compression => none => none +redis.session.compression_level => 3 => 3 -- cgit