blob: c9fb5a9f5cceaacd257dcbd04dd730515ec5ec01 (
plain) (
blame)
1
2
3
4
5
6
7
|
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/
|