summaryrefslogtreecommitdiff
path: root/src/script.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-7/+7
* Misuse of bool in redis (#12077)YaacovHazan2023-04-201-1/+1
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+1
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-10/+0
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-1/+1
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-051-7/+3
* RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425)Shaya Potter2022-10-271-2/+3
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-161-1/+3
* Reuse checkGoodReplicasStatus in script.c (#11078)Jie Liang Ang2022-08-041-5/+1
* Script that made modification will not break with unexpected NOREPLICAS error...Oran Agra2022-06-141-0/+5
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-20/+32
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-3/+3
* Added the function name/script sha to the script timeout log message. (#10780)Meir Shpilraien (Spielrein)2022-05-261-2/+2
* Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-221-6/+13
* Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-151-3/+0
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-3/+22
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-201-10/+8
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-32/+3
* script should not allow may-replicate commands when client pause write (#10364)zhaozhao.zz2022-03-081-0/+14
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-9/+13
* Add check min-slave-* feature when evaluating Lua scripts and Functions (#10160)Vo Trong Phuc2022-02-031-0/+25
* Correctly handle minimum arity checks in scripts (#10171)Madelyn Olson2022-01-241-1/+1
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-4/+78
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-1/+1
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-0/+43
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-2/+0
* fix redis crached by using eval with access to volatile keys (#10080)小令童鞋2022-01-111-1/+1
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-25/+0
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-25/+11
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-3/+35
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-0/+432