Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
11 stars 6 forks source link

Don't keep connections to initial nodes #25

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

They're not used for anything useful. Instead, we use the nodes we get from Redis. The init nodes, if not part of the slot map, are disconnected after fetching the slot map.