diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-17 08:55:10 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-17 08:55:10 +0100 |
commit | 096ed5ea2e6309ce2f484ece0db964c5cc740b64 (patch) | |
tree | 531ce291be4610d64f249be2cebaa11a1170dfce /PHPINFO | |
parent | 979a359091a2a6982e89b3ba47119062cb9a1450 (diff) |
update to 5.2.0RC1
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,7 +2,8 @@ redis Redis Support => enabled -Redis Version => 5.1.1 +Redis Version => 5.2.0RC1 +Redis Sentinel Version => 0.1RC1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd @@ -11,7 +12,6 @@ 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.consistent => 0 => 0 redis.arrays.distributor => no value => no value redis.arrays.functions => no value => no value redis.arrays.hosts => no value => no value @@ -22,15 +22,16 @@ redis.arrays.pconnect => 0 => 0 redis.arrays.previous => no value => no value redis.arrays.readtimeout => 0 => 0 redis.arrays.retryinterval => 0 => 0 -redis.clusters.auth => no value => no value +redis.arrays.consistent => 0 => 0 redis.clusters.cache_slots => 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.connection_limit => 0 => 0 redis.pconnect.pooling_enabled => 1 => 1 +redis.pconnect.connection_limit => 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 -redis.session.locking_enabled => 0 => 0 |