Redis is used for in-memory data storage and allows users to access the data over API.
- Install Redis.
# yum install epel-release yum-utils -y
# yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y
# yum-config-manager --enable remi
# yum install redis -y
-
Update the BindIP from
127.0.0.1to0.0.0.0in config file/etc/redis.conf&/etc/redis/redis.conf -
Start Redis Database
# systemctl enable redis
# systemctl start redis