adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

Refresh slots map improvement. #42

Open xkulale opened 4 years ago

xkulale commented 4 years ago

Hi, These changes have been implemented in the scope of Redis DB solution integration to the cloud infrastructure for a products of one of the world leading providers of Information and Communication Technologies.

Description: Compare old and new slots maps. Do not close the connections with pools for which the slots map is changed only, i.e. close the connections with non-needed anymore pools only (with instances that have not slots).