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

Improve get_cluster_slots/1 API and add a new API to get `cluster nodes`. #41

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: Improve get_cluster_slots/1 API to return an error from each pool if cluster slots command has failed on this pool instance; Add API to perform cluster nodes command.