lua-redis-parser
lua-redis-parser copied to clipboard
Lua module for parsing raw redis responses
Right now the travis ci build is failing due to lua-cjson loading problems: https://travis-ci.org/openresty/lua-redis-parser
Parsed reply bodies from zrange with "withscore" option do not have any delimiter between the member and score, thus making the reply almost impossible to interpret. Some test code below....
consider including a spec file? Here's a simple one: ``` package = "lua-redis-parser" version = "0.09-5" description = { summary = "redis parser" } source = { url = "git://github.com/agentzh/lua-redis-parser.git",...