From e69a56b7c50b89ce8c6dcc40313585f8f3dcab52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jun 2020 07:53:16 +0200 Subject: update to 5.3.0RC1 enable lz4 compression support drop patch merged upstream add upstream patch to fix lz4 library name add new option in provided configuration file --- PHPINFO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 90787cf..ead9f0b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,10 +2,10 @@ redis Redis Support => enabled -Redis Version => 5.2.2 +Redis Version => 5.3.0RC1 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack -Available compression => lzf, zstd +Available compression => lzf, zstd, lz4 Directive => Local Value => Master Value redis.arrays.algorithm => no value => no value @@ -32,6 +32,7 @@ redis.clusters.timeout => 0 => 0 redis.pconnect.pooling_enabled => 1 => 1 redis.pconnect.connection_limit => 0 => 0 redis.pconnect.echo_check_liveness => 1 => 1 +redis.pconnect.pool_pattern => no value => no value redis.session.locking_enabled => 0 => 0 redis.session.lock_expire => 0 => 0 redis.session.lock_retries => 10 => 10 -- cgit