summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-271-2/+10
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+65
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+25
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-211-2/+18
* Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-121-0/+42
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-0/+48
* Fix race in module fork kill test (#10717)Binbin2022-05-121-5/+8
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-091-4/+4
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-261-3/+21
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-1/+1
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-252-3/+6
* Test: RM_Call from within "expired" notification (#10613)guybe72022-04-251-0/+15
* Add RM_PublishMessageShard (#10543)guybe72022-04-172-1/+44
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-172-0/+238
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-111-1/+1
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-1/+1
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-051-1/+0
* Fix failing moduleconfigs tests and memory leak (#10501)sundb2022-03-311-2/+5
* Module Configurations (#10285)Nick Chun2022-03-303-1/+181
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-223-1/+52
* Add module API for redacting command arguments (#10425)Madelyn Olson2022-03-151-0/+14
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-3/+10
* Modules: Add REDISMODULE_EVENT_CONFIG (#10311)Shaya Potter2022-03-071-0/+15
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-223-4/+76
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-082-9/+66
* Command info module API (#10108)Viktor Söderqvist2022-02-044-108/+344
* Fix unused variable warning in subcommand.c (#10184)Binbin2022-01-261-0/+2
* Disable keyspec module API in 7.0 RC1 (#10135)Viktor Söderqvist2022-01-242-0/+6
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-233-0/+43
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-3/+19
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-202-0/+155
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-182-11/+11
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-1/+1
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-182-1/+279
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-131-0/+10
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-1/+5
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-3014-14/+0
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-0/+137
* Auto-generate the command table from JSON files (#9656)guybe72021-12-153-39/+49
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-2813-37/+46
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-0/+11
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-42/+94
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-011-1/+1
* Use 'gcc' instead of 'ld' to link test modules. (#9710)Yossi Gottlieb2021-10-311-5/+3
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-253-3/+3
* Add RM_ReplyWithBigNumber module API (#9639)Shaya Potter2021-10-252-3/+19
* Fix module blocked clients RESP version (#9634)Shaya Potter2021-10-211-0/+18
* Fix test modules build issue on OS X 11. (#9658)Yossi Gottlieb2021-10-201-0/+7
* Treat subcommands as commands (#9504)guybe72021-10-202-1/+57
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902021-10-191-5/+5