summaryrefslogtreecommitdiff
path: root/src/script.h
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-7/+7
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-2/+0
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-051-1/+1
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-0/+1
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-0/+2
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-5/+6
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-0/+15
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-3/+0
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-6/+2
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+6
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-0/+96