summaryrefslogtreecommitdiff
path: root/src/script.c
Commit message (Expand)AuthorAgeFilesLines
* 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