The redis-parser library implements a thin and fast redis raw response
parser that constructs corresponding lua data strucutres, as well as a
function that constructs redis raw requests.

To maximize speed, this module is implemented in pure C.

WWW: https://github.com/agentzh/lua-redis-parser/
