Redis Functions - Added redis function unit and Lua engine
Redis function unit is located inside functions.c and contains Redis Function implementation: 1. FUNCTION commands: * FUNCTION CREATE * FCALL * FCALL_RO * FUNCTION DELETE * FUNCTION KILL * FUNCTION INFO 2. Register engine In addition, this commit introduce the first engine that uses the Redis Function capabilities, the Lua engine.
src/function_lua.c
0 → 100644
src/functions.c
0 → 100644
src/functions.h
0 → 100644
tests/unit/functions.tcl
0 → 100644
Please register or sign in to comment