phpredis无法连接到127.0.0.1:6379

时间:2016-07-17 14:36:41

标签: php redis

以下是错误信息:

Fatal error: Uncaught exception 'RedisException' with message 'Can't connect to 127.0.0.1:6379' in /var/www/html/index.php:3 Stack trace:
#0 /var/www/html/index.php(3): Redis->connect('127.0.0.1', 6379) #1 {main} thrown in /var/www/html/index.php on line 3

但实际上当使用redis-cli连接127.0.0.1:6379时,它仍然有效。 phpredis从GitHub克隆,主分支,本地phpversion为5.4。

谢谢!

1 个答案:

答案 0 :(得分:0)

最后我发现了问题:

setenforce 0

我不知道为什么,但它确实有效!

可能对你们有帮助......