scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

Fix protocol signature for info command (BulkReply)

Open popiel opened this issue 13 years ago • 3 comments

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.

popiel avatar May 15 '12 18:05 popiel

+1. The broken INFO command made me initially think scala-redis wasn't compatible with a particular version of redis-server.

richid avatar Mar 20 '13 16:03 richid

Has been lying around for quite some time now .. will have a look next week. Traveling right now .. Apologies ..

debasishg avatar Mar 20 '13 16:03 debasishg

No worries, thanks for the fast reply and excellent library!

richid avatar Mar 20 '13 16:03 richid