Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo yum --enablerepo=epel -y install php-pecl-redis redis redis-server
sudo systemctl start redis
sudo systemctl enable redis


If everything is okay, you can simply test Redis like below in PHP:

...