lua-redis-parser icon indicating copy to clipboard operation
lua-redis-parser copied to clipboard

Lua module for parsing raw redis responses

Results 3 lua-redis-parser issues
Sort by recently updated
recently updated
newest added
trafficstars

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",...