summaryrefslogtreecommitdiff
path: root/src/script_lua.h
Commit message (Expand)AuthorAgeFilesLines
* Protect any table which is reachable from globals and added globals white list.meir2022-04-271-1/+3
* Protect globals of both evals scripts and functions.meir2022-04-271-1/+0
* Move user eval function to be located on Lua registry.meir2022-04-271-1/+1
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-2/+12
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-0/+2
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-0/+7
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+2
* Redis Functions - Moved invoke Lua code functionality to script_lua.cmeir@redislabs.com2021-12-011-4/+1
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-21/+25
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-0/+65