From 76ad4269048ecadad6d6c82cc920cbc7f8d2f036 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2023 14:38:34 +0200 Subject: dup v5 --- PHPINFO | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..1fd7457 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,41 @@ + +redis + +Redis Support => enabled +Redis Version => 5.3.7 +Redis Sentinel Version => 0.1 +Available serializers => php, json, igbinary, msgpack +Available compression => lzf, zstd, lz4 + +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.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.pooling_enabled => 1 => 1 +redis.pconnect.connection_limit => 0 => 0 +redis.pconnect.echo_check_liveness => 1 => 1 +redis.pconnect.pool_detect_dirty => 0 => 0 +redis.pconnect.pool_poll_timeout => 0 => 0 +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 +redis.session.lock_wait_time => 2000 => 2000 -- cgit