add lz4, igbinary support for redis

This commit is contained in:
crazywhalecc
2023-12-23 13:53:22 +08:00
committed by Jerry Ma
parent 3828ba7c77
commit 6bcda6a5a0
9 changed files with 92 additions and 33 deletions

View File

@@ -9,4 +9,7 @@ if (PHP_OS_FAMILY === 'Darwin') {
$extensions .= ',sodium';
}
// test redis lz4, igbinary
$extensions .= ',igbinary,zstd --with-libs=liblz4';
echo $extensions;