From eae195f6d7bc58f738ef3c394f64e92edb2add4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Feb 2019 11:54:24 +0100 Subject: update to 4.2.1RC1 (alpha) --- PHPINFO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 55caa14..db7841f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,11 +2,13 @@ redis Redis Support => enabled -Redis Version => 4.2.0 +Redis Version => 4.2.1RC1 Available serializers => php, igbinary Available compression => lzf Directive => Local Value => Master Value +redis.arrays.algorithm => no value => no value +redis.arrays.auth => no value => no value redis.arrays.autorehash => 0 => 0 redis.arrays.connecttimeout => 0 => 0 redis.arrays.distributor => no value => no value @@ -19,10 +21,14 @@ redis.arrays.pconnect => 0 => 0 redis.arrays.previous => no value => no value redis.arrays.readtimeout => 0 => 0 redis.arrays.retryinterval => 0 => 0 +redis.arrays.consistent => 0 => 0 +redis.clusters.auth => no value => no value redis.clusters.persistent => 0 => 0 redis.clusters.read_timeout => 0 => 0 redis.clusters.seeds => no value => no value redis.clusters.timeout => 0 => 0 +redis.pconnect.pooling_enabled => 0 => 0 +redis.pconnect.connection_limit => 0 => 0 redis.session.locking_enabled => 0 => 0 redis.session.lock_expire => 0 => 0 redis.session.lock_retries => 10 => 10 -- cgit