| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837) | Binbin | 2022-06-12 | 1 | -0/+42 |
* | Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ... | Oran Agra | 2022-06-01 | 1 | -0/+48 |
* | Fix race in module fork kill test (#10717) | Binbin | 2022-05-12 | 1 | -5/+8 |
* | Bug fixes for enum configs with overlapping bit flags (module API) (#10661) | Oran Agra | 2022-05-09 | 1 | -4/+4 |
* | Add module API flag for using enum configs as bit flags (#10643) | Oran Agra | 2022-04-26 | 1 | -3/+21 |
* | Allow configuring signaled shutdown flags (#10594) | Eduardo Semprebon | 2022-04-26 | 1 | -1/+1 |
* | Fix regression not aborting transaction on error, and re-edit some error resp... | guybe7 | 2022-04-25 | 2 | -3/+6 |
* | Test: RM_Call from within "expired" notification (#10613) | guybe7 | 2022-04-25 | 1 | -0/+15 |
* | Add RM_PublishMessageShard (#10543) | guybe7 | 2022-04-17 | 2 | -1/+44 |
* | Add RM_MallocSizeString, RM_MallocSizeDict (#10542) | guybe7 | 2022-04-17 | 2 | -0/+238 |
* | Allow specifying ACL reason for module log entry (#10559) | Madelyn Olson | 2022-04-11 | 1 | -1/+1 |
* | use $^ instead of $< for linker in module makefile (#10530) | judeng | 2022-04-05 | 1 | -1/+1 |
* | delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527) | judeng | 2022-04-05 | 1 | -1/+0 |
* | Fix failing moduleconfigs tests and memory leak (#10501) | sundb | 2022-03-31 | 1 | -2/+5 |
* | Module Configurations (#10285) | Nick Chun | 2022-03-30 | 3 | -1/+181 |
* | Add new RM_Call flags for script mode, no writes, and error replies. (#10372) | Meir Shpilraien (Spielrein) | 2022-03-22 | 3 | -1/+52 |
* | Add module API for redacting command arguments (#10425) | Madelyn Olson | 2022-03-15 | 1 | -0/+14 |
* | XREADGROUP: Unblock client if stream is deleted (#10306) | guybe7 | 2022-03-08 | 1 | -3/+10 |
* | Modules: Add REDISMODULE_EVENT_CONFIG (#10311) | Shaya Potter | 2022-03-07 | 1 | -0/+15 |
* | Implemented module getchannels api and renamed channel keyspec (#10299) | Madelyn Olson | 2022-02-22 | 3 | -4/+76 |
* | Handle key-spec flags with modules (#10237) | Oran Agra | 2022-02-08 | 2 | -9/+66 |
* | Command info module API (#10108) | Viktor Söderqvist | 2022-02-04 | 4 | -108/+344 |
* | Fix unused variable warning in subcommand.c (#10184) | Binbin | 2022-01-26 | 1 | -0/+2 |
* | Disable keyspec module API in 7.0 RC1 (#10135) | Viktor Söderqvist | 2022-01-24 | 2 | -0/+6 |
* | sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ... | Binbin | 2022-01-23 | 3 | -0/+43 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 1 | -3/+19 |
* | Adding module api for processing commands during busy jobs and allow flagging... | perryitay | 2022-01-20 | 2 | -0/+155 |
* | New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ... | Oran Agra | 2022-01-18 | 2 | -11/+11 |
* | Use const char pointer in redismodule.h as far as possible (#10064) | Wang Yuan | 2022-01-18 | 1 | -1/+1 |
* | Add event loop support to the module API (#10001) | Ozan Tezcan | 2022-01-18 | 2 | -1/+279 |
* | Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101) | Ozan Tezcan | 2022-01-13 | 1 | -0/+10 |
* | Always create base AOF file when redis start from empty. (#10102) | chenyang8094 | 2022-01-13 | 1 | -1/+5 |
* | Modules: Mark all APIs non-experimental (#9983) | Viktor Söderqvist | 2021-12-30 | 14 | -14/+0 |
* | Sort out mess around propagation and MULTI/EXEC (#9890) | guybe7 | 2021-12-23 | 1 | -0/+137 |
* | Auto-generate the command table from JSON files (#9656) | guybe7 | 2021-12-15 | 3 | -39/+49 |
* | Sort out the mess around writable replicas and lookupKeyRead/Write (#9572) | Viktor Söderqvist | 2021-11-28 | 13 | -37/+46 |
* | QUIT is a command, HOST: and POST are not (#9798) | guybe7 | 2021-11-23 | 1 | -0/+11 |
* | Replica keep serving data during repl-diskless-load=swapdb for better availab... | Eduardo Semprebon | 2021-11-04 | 1 | -42/+94 |
* | fix valgrind issues with long double module test (#9709) | Oran Agra | 2021-11-01 | 1 | -1/+1 |
* | Use 'gcc' instead of 'ld' to link test modules. (#9710) | Yossi Gottlieb | 2021-10-31 | 1 | -5/+3 |
* | Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl... | Guy Korland | 2021-10-25 | 3 | -3/+3 |
* | Add RM_ReplyWithBigNumber module API (#9639) | Shaya Potter | 2021-10-25 | 2 | -3/+19 |
* | Fix module blocked clients RESP version (#9634) | Shaya Potter | 2021-10-21 | 1 | -0/+18 |
* | Fix test modules build issue on OS X 11. (#9658) | Yossi Gottlieb | 2021-10-20 | 1 | -0/+7 |
* | Treat subcommands as commands (#9504) | guybe7 | 2021-10-20 | 2 | -1/+57 |
* | Release clients blocked on module commands in cluster resharding and down sta... | qetu3790 | 2021-10-19 | 1 | -5/+5 |
* | Add RedisModule_KeyExists (#9600) | Viktor Söderqvist | 2021-10-18 | 1 | -0/+9 |
* | Modify mem_usage2 module callback to enable to take sample_size argument (#9612) | Hanna Fadida | 2021-10-17 | 1 | -1/+2 |
* | Fix daily failures due to macos-latest change. (#9637) | Yossi Gottlieb | 2021-10-17 | 1 | -2/+3 |
* | Modules: add RM_LoadDataTypeFromStringEncver (#9537) | Hanna Fadida | 2021-09-30 | 1 | -7/+15 |