su
subzero
#1
Solution: https://linux4one.com/how-install-redis-on-centos-8/
*last command (for checking status) should be sudo systemctl status redis.service instead of -server
Install Redis daemon
yum install lsphp71-pecl-redis lsphp72-pecl-redis lsphp73-pecl-redis lsphp74-pecl-redis -y
yum install redis -y
systemctl start redis
systemctl enable redis
Type your comment> @andesjeslis said:
Install Redis daemon
yum install lsphp71-pecl-redis lsphp72-pecl-redis lsphp73-pecl-redis lsphp74-pecl-redis -y
yum install redis -y
systemctl start redis
systemctl enable redis
Thanks for sharing such an amazing Blog.