mirror of
https://github.com/predis/predis.git
synced 2026-09-18 22:38:42 +00:00
43a6ae181e
This optimization makes it possible to fetch the slots map directly from the server indicated by the -MOVED response eliminating the need to use a random node in the pool, which in turn could require Predis to open a new and useless connection.