I host my website on a shared CentOS-Bash-Apache-MySQL-PHP server environment with Nginx as reverse proxy (Namecheap).
I understood that to enable Redis for my installment all I had to do was to add:
extension=redis.so
to:
$HOME/.system-php/ini/7.4/example.com/php.ini
I did that and saved the file but how can I test if Redis is working?
- I don't have
redis-cli
so I can't successfully run a command such asredis-cli ping
(and getPONG
back) on that particular environment