swoole中redis集群报 Timed out attempting to find data in the correct node 错误
环境:
Redis: 3.2
PHP: 7.0
phpredis: 4.0
centos 7
错误提示:
ERROR zm_deactivate_swoole (ERROR 503): Fatal error: Uncaught RedisClusterException: Timed out attempting to find data in the correct node! in /var/www/pt_target/Newtrade/SwooleCommand/Controller/SwooleServerController.class.php:221
Stack trace:
0 /var/www/pt_target/Newtrade/SwooleCommand/Controller/SwooleServerController.class.php(221): RedisCluster->ZRANGE('pcMarketInfoList',0,-1,true);
请问如何解决