mirror of
https://github.com/predis/predis.git
synced 2026-08-26 08:29:51 +00:00
1f0be85a3d
This implementation is capable of handling "ASK" and "MOVED" replies returned by Redis when one of the nodes asks the client for temporary or permanent redirects of a slot to a different node. Performances look almost on par with our client-side sharding solution and everything looks already relatively stable. Tests are still missing.