etaty / rediscala

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

Fix failing future in RoundRobinPoolRequest #134

Closed ddworak closed 8 years ago

ddworak commented 8 years ago

Future.failed seems to be used incorrectly there.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 92.642% when pulling 7f992408ea34e3c20f8328f06575a8a89b12e8bb on ddworak:master into 422375fe6487d033cfe388d27b161876fb74ef0a on etaty:master.

etaty commented 8 years ago

thanks good catch