Server is using Almalinux 9.1 and php 8.1 (can't install php 5 & 7) , with Internal Lifetime License, after installting redis with below commands, redis doesn't work in wp lscache.
./build set redis yes
./build set php_redis yes
./build redis
./build php_redis
Problems : WP lscache doesn't see redis in object cache section.
Questions :
Regards
./build set redis yes
./build set php_redis yes
./build redis
./build php_redis
Build complete.
Don't forget to run 'make test'.
Installing shared extensions: /usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la modules/* libs/*
rm -f ext/opcache/jit/zend_jit_x86.c
rm -f ext/opcache/jit/zend_jit_arm64.c
rm -f ext/opcache/minilua
Restarting litespeed service
redis 5.3.7 PHP extension has been installed successfully.
Problems : WP lscache doesn't see redis in object cache section.
Questions :
- Internal Lifetime License can use redis & php_redis or not?
- If not, How I can install redis & php_redis on php 8.1 manually?
Regards