chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Fix issue with empty array reply parsing. #55

Closed ghouet closed 9 years ago

ghouet commented 9 years ago

This issue was discovered when using BLOP with a timeout. Redis replies with *-1 which ReplyParser was not able to parse.