summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Setup dependabot for github-actions and codespell (#9857)Matthieu MOREL2022-01-041-1/+1
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+1
* Module API doc formatting from #9656 (#10026)Viktor Söderqvist2021-12-301-0/+2
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-144/+86
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-107/+116
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-4/+4
* Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)Itamar Haber2021-11-301-1/+2
* Cleanup: fix typo and remove some obsoleting definitions. (#9851)Huang Zhw2021-11-271-4/+4
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* Fix occasional RM_Call() crashes. (#9805)Yossi Gottlieb2021-11-211-10/+12
* Fix module doc - missing function due to blank line (#9807)Wen Hui2021-11-181-1/+0
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-1/+1
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-4/+47
* Fix COMMAND GETKEYS on EVAL without keys (#9733)guybe72021-11-031-0/+2
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-031-3/+3
* Add RM_ReplyWithBigNumber module API (#9639)Shaya Potter2021-10-251-2/+28
* Fix module blocked clients RESP version (#9634)Shaya Potter2021-10-211-1/+6
* Fix sentinel commands, ACL dictIter leak (#9661)guybe72021-10-211-2/+2
* Treat subcommands as commands (#9504)guybe72021-10-201-17/+89
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-181-0/+12
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-7/+8
* fix typos in module doc / header (#9641)Oran Agra2021-10-171-1/+1
* Add RM_ReplyWithVerbatimStringType that takes an ext/type arg (#9632)Shaya Potter2021-10-141-3/+12
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-061-10/+8
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-2/+4
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-301-4/+12
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-231-2/+46
* Adding ACL support for modules (#9309)YaacovHazan2021-09-231-1/+129
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-151-6/+5
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-4/+272
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-141-18/+281
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-19/+19
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-1/+1
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-1/+20
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-5/+5
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-187/+156
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-031-38/+198
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-011-1/+1
* Fix missing separator in module info line (usedby and using lists) (#9241)Huang Zhw2021-07-191-1/+2
* Fix CLIENT UNBLOCK crashing modules. (#9167)Yossi Gottlieb2021-07-011-2/+19
* Adjustments to recent RM_StringTruncate fix (#3718) (#9125)Oran Agra2021-06-221-13/+8
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-221-8/+13
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-23/+167
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-2/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-69/+69
* Module API for current command name (#8792)guybe72021-06-081-0/+9
* document module unload error codes in comments (#9038)Wen Hui2021-06-031-1/+4
* Modules: show path and args in LIST replyzhaozhao.zz2021-06-011-1/+9
* Modules: rewrite config loadmodule optionzhaozhao.zz2021-06-011-30/+24
* Modules: free node after module loaded from server.loadmodule_queuezhaozhao.zz2021-06-011-0/+7