Port 6379 is open on the server, and I can successfully run telnet localhost 6379 in SSH.
telnet localhost 6379
I tried both Predis/phpredis client library in PHP, but it still d
Problem solved, type:
/usr/sbin/setsebool httpd_can_network_connect=1
By default, SELinux does not allow Apache to make socket connections. More information can be found here.