连接阿里云的云数据库 redis 报错如下:
Warning: Redis::connect(): connect() failed: Connection timed out
Fatal error: Uncaught exception 'RedisException' with message 'Redis server went away'
我确定防火墙里打开了 6379 端口
也安装了 phpredis (安装过程没有报错)
phpinfo 里也可以看到 redis 版本号
请问怎么解决这个问题?
Warning: Redis::connect(): connect() failed: Connection timed out
Fatal error: Uncaught exception 'RedisException' with message 'Redis server went away'
我确定防火墙里打开了 6379 端口
也安装了 phpredis (安装过程没有报错)
phpinfo 里也可以看到 redis 版本号
请问怎么解决这个问题?