From 5ca504892cb610ceaec642f008020f4f1170a6fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Oct 2018 08:37:15 +0200 Subject: v4.2.0RC1 --- PHPINFO | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index e67f82d..01423c7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,28 @@ redis Redis Support => enabled -Redis Version => 4.1.1 +Redis Version => 4.2.0RC1 Available serializers => php, igbinary Available compression => lzf + +Directive => Local Value => Master Value +redis.arrays.autorehash => 0 => 0 +redis.arrays.connecttimeout => 0 => 0 +redis.arrays.distributor => no value => no value +redis.arrays.functions => no value => no value +redis.arrays.hosts => no value => no value +redis.arrays.index => 0 => 0 +redis.arrays.lazyconnect => 0 => 0 +redis.arrays.names => no value => no value +redis.arrays.pconnect => 0 => 0 +redis.arrays.previous => no value => no value +redis.arrays.readtimeout => 0 => 0 +redis.arrays.retryinterval => 0 => 0 +redis.clusters.persistent => 0 => 0 +redis.clusters.read_timeout => 0 => 0 +redis.clusters.seeds => no value => no value +redis.clusters.timeout => 0 => 0 +redis.session.locking_enabled => 0 => 0 +redis.session.lock_expire => 0 => 0 +redis.session.lock_retries => 10 => 10 +redis.session.lock_wait_time => 2000 => 2000 -- cgit