summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
* Delete empty key if fails after moduleCreateEmptyKey() in module (#12129)sundb2023-05-071-6/+67
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-121-0/+10
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-092-1/+164
* Overhauls command summaries and man pages. (#11942)Itamar Haber2023-03-291-1/+1
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-213-0/+119
* Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-201-1/+30
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-0/+275
* Fix usleep compilation warning in auth.c (#11925)Binbin2023-03-161-0/+4
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-153-1/+197
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+1
* Fix an issue when module decides to unblock a client which is blocked on keys...ranshid2023-03-081-3/+21
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-071-1/+12
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-0/+27
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-0/+99
* Minor changes around the blockonkeys test module (#11803)guybe72023-02-141-24/+46
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-0/+59
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-0/+10
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-301-0/+153
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-243-1/+289
* Add test to cover NAN reply using a module (#11482)Oran Agra2022-11-131-2/+13
* Block some specific characters in module command names (#11434)Binbin2022-11-031-0/+11
* Fix crash due to to reuse iterator entry after list deletion in module (#11383)sundb2022-10-221-6/+22
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-5/+12
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-9/+61
* Fix wrong replication on cluster slotmap changes with module KSN propagation ...Meir Shpilraien (Spielrein)2022-10-161-1/+33
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-121-0/+22
* RM_CreateCommand should not set CMD_KEY_VARIABLE_FLAGS automatically (#11320)guybe72022-09-281-0/+9
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-222-1/+131
* Build TLS as a loadable moduleOran Agra2022-08-231-3/+1
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-3/+4
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-0/+24
* Solve usleep compilation warning in keyspace_events.c (#11073)Binbin2022-08-021-0/+1
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-271-0/+13
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-2/+2
* 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