mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Does em-hiredis work well with clusters? #56

Open juniortarcisio opened 3 years ago

juniortarcisio commented 3 years ago

I have an app opening a connection using a connection strong as redis://:password@0.0.0.0:6379/0 and I plan to user it with clusters in prod. Will it work with a cluster configuration?