Installing PHP Redis on Ubuntu

suggest change

To install PHP on Ubuntu, first install the Redis server:

sudo apt install redis-server

then install the PHP module:

sudo apt install php-redis

And restart the Apache server:

sudo service apache2 restart

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents