Cm_Cache_Backend_Redis icon indicating copy to clipboard operation
Cm_Cache_Backend_Redis copied to clipboard

An exception occurred: MOVED 8402 X.X.X.X:6379 in lib/Credis/Client.php on line 1062

Open sajalaspl opened this issue 6 years ago • 1 comments

We're using this library in our XenForo site, and we've set up an AWS Redis instance with multiple nodes (cluster).

But we are getting the following error when trying to retrieve redis key values from AWS instance:

An exception occurred: MOVED 8402 X.X.X.X:6379 in lib/Credis/Client.php on line 1062

So seems that this library is not able to handle MOVED (ASK redirections)...??

sajalaspl avatar Nov 08 '19 06:11 sajalaspl

That is correct, unfortunately this command is not recognized. Pull requests are always welcome, though!

colinmollenhour avatar Nov 11 '19 17:11 colinmollenhour