尝试在Laravel-4.2上使用Amazon ElasticCache Redis群集

时间:2017-08-24 11:54:57

标签: redis amazon-elasticache laravel-4.2

使用以下参数,我得到Predis ServerException MOVED 16353 x.x.x.x:6379。亚马逊Elasticache for redis启用了集群模式,有2个节点。任何人都可以建议正确配置吗?

'redis' => [
           'cluster' => true,
           'default' => [
               'host' =>  'xxx.cache.amazonaws.com',
               'port' =>  6379,
               'database' => 0,
           ],

       ],

0 个答案:

没有答案