Laravel + predis + Redis cluster - MOVED / no connection to 127.0.0.1:6379
I have a laravel (5.3) app with redis used for sessions (using predis). Everything works as long as I use a single redis node (using default approach from config/database.php ). As soon as I switch to a Redis cluster though I am starting to get MOVED error like 50% of the time (based on googling I understand that this should be managed by predis, but somehow isn't). I tried changing the cluster parameter to true, but then I get a weird error No connection could be made because the target machine actively refused it. [tcp://127.0.0.1:6379] Although the redis cluster that I use is deployed in