mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
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/
|