pclweb bro after running the code successfully
cd
wget https://pecl.php.net/get/redis-5.3.5.tgz -T 5
tar zxvf redis-5.3.5.tgz
rm -f redis-5.3.5.tgz
cd redis-5.3.5
/www/server/php/81/bin/phpize
./configure --with-php-config=/www/server/php/81/bin/php-config --enable-redis-igbinary --enable-redis-zstd
make && make install
cd ../
rm -rf redis-5.3.5
My object cache pro is still showing
An error occurred during the instantiation of the configuration:
PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/
Any help please π₯Ίπ