scala-redis
scala-redis copied to clipboard
Fix protocol signature for info command (BulkReply)
I've started trying to use the "info" command programmatically to dynamically discover the master in a replication set. Unfortunately, the current implementation of the info command is expecting the wrong type of reply, which leads to protocol errors.
+1. The broken INFO command made me initially think scala-redis wasn't compatible with a particular version of redis-server.
Has been lying around for quite some time now .. will have a look next week. Traveling right now .. Apologies ..
No worries, thanks for the fast reply and excellent library!