From d39a9d0bafc69975cb744505370fe131630cfff0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2019 15:00:17 +0200 Subject: - update to 5.1.0RC1 - enable ZSTD compression support - open https://github.com/phpredis/phpredis/pull/1648 --- PHPINFO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index e9b2975..9277255 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,9 +2,9 @@ redis Redis Support => enabled -Redis Version => 5.0.2 +Redis Version => 5.1.0RC1 Available serializers => php, json, igbinary, msgpack -Available compression => lzf +Available compression => lzf, zstd Directive => Local Value => Master Value redis.arrays.algorithm => no value => no value -- cgit