diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-20 14:23:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-20 14:23:17 +0200 |
commit | 171088918fababe2171d68d65ebdd518f9f68b40 (patch) | |
tree | a16fd2bfa8632700474de3d96b5778a9b1c7ea28 /PHPINFO |
Duplicate v4 spec
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ + +redis + +Redis Support => enabled +Redis Version => 4.3.0 +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 +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.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 +redis.session.lock_wait_time => 2000 => 2000 |