nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.83k stars 304 forks source link

Fix raw reply format #13

Closed nrk closed 13 years ago

nrk commented 13 years ago

Fix line endings for the raw reply format to comply with the Redis protocol specification, so that existing Redis protocol parsers can succesfully parse replies returned by Webdis in the body of the HTTP response.

nicolasff commented 13 years ago

Thanks a lot, Daniele. Reviewed, tested, and merged.

nrk commented 13 years ago

Awesome! Thanks.