chrisdinn / brando

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

Reply parsing bug fixes and cleanup #8

Closed ANorwell closed 11 years ago

ANorwell commented 11 years ago

-handle cases where a reply is split into multiple ByteStrings in arbitrary places -simplification and clean up of ReplyParser

chrisdinn commented 11 years ago

Thanks.