etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

redis connection status:not try to use slave down #54

Closed npeters closed 9 years ago

npeters commented 10 years ago

When a redis go down, it still active in redis pool. The PR propose to disable all Redis which do not have a available connection.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.01%) when pulling 33ad3d3b39571c1e0ba216091a333f424e99d251 on npeters:pool-connection-status into e3622cd2d30621e2edcbf67e3b39bec4c6d126b5 on etaty:master.

etaty commented 9 years ago

thanks