summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-181-0/+9
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-1/+2
* Fix daily failures due to macos-latest change. (#9637)Yossi Gottlieb2021-10-171-2/+3
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-301-7/+15
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-231-0/+1
* Adding ACL support for modules (#9309)YaacovHazan2021-09-232-0/+177
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-152-0/+112
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-142-0/+237
* Fix memory leak due to missing freeCallback in blockonbackground moduleapi te...sundb2021-09-141-1/+6
* Fix RedisModule_Call tests on 32bit (#9481)Meir Shpilraien (Spielrein)2021-09-091-1/+1
* Fix callReplyParseCollection memleak when use AutoMemory (#9446)chenyang80942021-09-091-0/+40
* Fix tests failure on 32bit build (#9318)Meir Shpilraien (Spielrein)2021-08-041-1/+5
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+378
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-031-0/+178
* Tests: fix commandfilter crash on alpine. (#9307)Yossi Gottlieb2021-08-021-2/+4