perl-redis icon indicating copy to clipboard operation
perl-redis copied to clipboard

Reconnect for MOVED?

Open mrmuskrat opened this issue 2 years ago • 1 comments

https://redis.io/docs/reference/cluster-spec/#moved-redirection

Today we ran into an issue where the cluster configuration was updated without notice. The apps using it started reporting errors including "[get] MOVED 5541 10.177.253.70:15000".

The linked docs say that the client can connect to the new IP:port and reissue the query again. Will this behavior ever get added?

mrmuskrat avatar Jun 28 '22 17:06 mrmuskrat

We had same problem .... any idea of how fix ?

togro avatar Aug 01 '22 23:08 togro

You might want to use Redis::Cluster::Fast instead for connecting to Redis Cluster.

Yenya avatar Feb 27 '23 13:02 Yenya