laravel报Cannot use ‘EVAL‘ with redis-cluster.
Posted wgchen~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel报Cannot use ‘EVAL‘ with redis-cluster.相关的知识,希望对你有一定的参考价值。
在用redis-cluster 集群的做队列的时候,会报一个Cannot use ‘EVAL’ with redis-cluster的错误。
解决方法是:
在config/queue.php下的redis.queue由:‘queue’=‘default’改为’queue’=’{default}’,就可以解决问题!
\'queue\' => env(\'REDIS_QUEUE\', \'{default}\'),
运行队列进程
以上是关于laravel报Cannot use ‘EVAL‘ with redis-cluster.的主要内容,如果未能解决你的问题,请参考以下文章
关于NO 不掉 IP NAT 报这个错%Static entry in use, cannot remov ...解决办法
jquery each报 Uncaught TypeError: Cannot use 'in' operator to search for错误
python3写爬虫报错--------TypeError: cannot use a string pattern on a bytes-like object
JQuery $.each遍历JSON字符串报Uncaught TypeError:Cannot use 'in' operator to search for
Eclipse报The default workspace'xxxxx' is in use or cannot be created Pl
解决报错Could not build wheels for numpy which use PEP 517 and cannot be installed directly