解决'RedisException' with message 'read error on connection'

由于redis扩展也是基于php 的socket方式实现,因此该参数值同样会起作用。 找到了问题就比较好解决了:
1. 修改php.ini设置default_socket_timeout = 600
2.ini_set('default_socket_timeout', -1);
3.修改redis.conf, timeout 设为0

你可能感兴趣的:(redis,PHP,脚本,扩展)