chrisdinn / brando

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

Build multi-bulk reply with List prepend to maintain compatibility #51

Closed damienlevin closed 9 years ago

damienlevin commented 9 years ago

It's also a bit faster that using a Vector and converting to a List at the end.