I struggle to install Redis object cache on my Cyberpanel based on Ubuntu 20.04 and running a WordPress blog with PHP 7.4
I used these commands to get it work.
sudo apt install redis
sudo apt install redis-server
sudo apt install lsphp74-redis
sudo apt install lsphp73-redis
Can anyone tell me if all of these are required?