Redis on PHP 8.1

I was testing one site with php 8.1 and everything else work totally fine but Redis show disabled.
Any ideas how get redis work with php 8.1?

Litespeed repo hasn’t added support for many php extensions for 8.1 . We will have to wait for them to add those. You can send this request to their support team or github

http://rpms.litespeedtech.com/debian/pool/main/focal/

Need to install the Redis php extention try yum/apt-get lsphp81-redis or list first and then install also run killall lsphp after that

1 Like