summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-4/+4
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-5/+5
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-18/+0
* Make dictEntry opaqueViktor Söderqvist2023-01-111-2/+2
* Reduce eval related overhead introduced in v7.0 by evalCalcFunctionName (#11521)filipe oliveira2022-11-291-6/+13
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-141-0/+1
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-62/+115
* Protect any table which is reachable from globals and added globals white list.meir2022-04-271-13/+4
* Protect globals of both evals scripts and functions.meir2022-04-271-4/+4
* Move user eval function to be located on Lua registry.meir2022-04-271-22/+7
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-1/+1
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-041-0/+1
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-14/+17
* Fix Eval scripts defrag (broken 7.0 in RC1) (#10271)yoav-steinberg2022-02-111-6/+1
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-21/+100
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-2/+2
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-6/+0
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-64/+4
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-3/+5
* Redis Functions - Moved invoke Lua code functionality to script_lua.cmeir@redislabs.com2021-12-011-60/+2
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-68/+40
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-72/+99
* Redis Functions - Move code to make review process easier.meir@redislabs.com2021-12-011-0/+1693