8e257cb6f1
library for Lua.
7 lines
296 B
Text
7 lines
296 B
Text
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/
|