summaryrefslogtreecommitdiff
path: root/tests/unit/functions.tcl
Commit message (Expand)AuthorAgeFilesLines
* Tests: Add missing key declaration in scripts (#11134)Valentino Geron2022-08-161-8/+8
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-141-0/+9
* Fix function load error message (#10964)Wen Hui2022-08-021-3/+3
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-4/+4
* Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-221-5/+2
* Fix #10705, avoid relinking the same library twice. (#10706)Meir Shpilraien (Spielrein)2022-05-101-0/+17
* Protect globals of both evals scripts and functions.meir2022-04-271-28/+37
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-1/+1
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-3/+3
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-191-4/+4
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-132/+198
* Increase function tests timeout (#10458)Meir Shpilraien (Spielrein)2022-03-211-9/+9
* Fix wrong version calculation on Redis Function tests. (#10217)Meir Shpilraien (Spielrein)2022-01-311-2/+2
* Added engine stats to FUNCTION STATS command. (#10179)Meir Shpilraien (Spielrein)2022-01-251-1/+31
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-3/+3
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-2/+2
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-3/+3
* Fix `FUNCTION LOAD` ignores unknown parameter. (#10131)Meir Shpilraien (Spielrein)2022-01-181-0/+7
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-28/+259
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-80/+479
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+76
* Changed fuction name to be case insensitive. (#9984)Meir Shpilraien (Spielrein)2021-12-261-0/+18
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-3/+57
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-1/+1
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-1/+41
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+280