summaryrefslogtreecommitdiff
path: root/src/functions.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-8/+8
* Make dictEntry opaqueViktor Söderqvist2023-01-111-4/+3
* Reduce eval related overhead introduced in v7.0 by evalCalcFunctionName (#11521)filipe oliveira2022-11-291-4/+8
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-11-151-0/+3
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-151-2/+6
* Fix function load error message (#10964)Wen Hui2022-08-021-4/+4
* Fix some outdated comments and some typo (#10946)Binbin2022-07-061-1/+1
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-0/+11
* fixes function cache_memory accounting stats bug (#10791)skygragon2022-05-291-1/+1
* Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)Binbin2022-05-261-1/+1
* Fix #10705, avoid relinking the same library twice. (#10706)Meir Shpilraien (Spielrein)2022-05-101-0/+1
* Update the comments of commands introduced or updated in redis 7.0 (#10659)Wen Hui2022-04-281-0/+3
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-55/+113
* update function help message, changed DESC->DESCRIPTION. (#10228)Meir Shpilraien (Spielrein)2022-02-021-1/+1
* Added engine stats to FUNCTION STATS command. (#10179)Meir Shpilraien (Spielrein)2022-01-251-5/+66
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-60/+2
* Fix `FUNCTION LOAD` ignores unknown parameter. (#10131)Meir Shpilraien (Spielrein)2022-01-181-0/+2
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-3/+81
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-213/+414
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-1/+1
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+166
* Changed fuction name to be case insensitive. (#9984)Meir Shpilraien (Spielrein)2021-12-261-2/+26
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-18/+12
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-0/+40
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-8/+8
* Use `server.dirty++` instead if `forceCommandPropagation` on FUNCTION command...Meir Shpilraien (Spielrein)2021-12-151-2/+6
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+538