If somehow the redis server was installed, it may not have been activated.
Try:
# systemctl start redis
If it was enabled, you may have installed redis on another port, other than the default port 6379.
Check with:
# netstat -tupln | grep redis-server
...and check if it is up and responding on port 6379.
Regards,
Netino