mirror of
https://github.com/predis/predis.git
synced 2026-08-25 20:59:39 +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.