mirror of
https://github.com/predis/predis.git
synced 2026-08-24 15:59:32 +00:00
4ab2bcea64
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.