lua-hiredis icon indicating copy to clipboard operation
lua-hiredis copied to clipboard

Bindings for hiredis Redis-client library

Results 3 lua-hiredis issues
Sort by recently updated
recently updated
newest added

not support lua5.2

compatible luaL_register implementation for Lua 5.2

Add the changes required to use `lua-hiredis` with `Lua5.3`. The changes added are compliant with: `Lua51` and also `Lua52`. Tested on my end. All unit tests pass. Also tested in...