Skip to content
Linux Server Support
  • Home
  • HowTo
    • Cpanel
    • Mail
    • MySQL
    • Nginx
    • Apache
    • CloudLinux
    • Ubuntu
    • WordPress
    • Magento
  • Tools
  • Hire Me

install redis

Installing Redis On CentOS 7

December 9, 2017December 9, 2017 by Yujin Boby

To install Redis on CentOS, run yum install redis Start redis with service redis start Set redis to start on boot systemctl enable redis Verify redis is running with [root@vps154294 ~]# netstat -antp | grep redis tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 32367/redis-server [root@vps154294 ~]#

Categories CentOS Tags centos redis, install redis, redis Leave a comment
© 2026 Linux Server Support • Built with GeneratePress