summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-011-0/+26
* Clean unused var compiler warning in module test. (#9289)Yossi Gottlieb2021-07-291-1/+1
* fix valgrind issues with recently added test in modules/blockonbackground (#9...Oran Agra2021-07-041-1/+4
* Fix CLIENT UNBLOCK crashing modules. (#9167)Yossi Gottlieb2021-07-011-0/+69
* Fix failing basics moduleapi test on 32bit CI (#9140)Oran Agra2021-06-241-0/+7
* Adjustments to recent RM_StringTruncate fix (#3718) (#9125)Oran Agra2021-06-221-0/+3
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-222-0/+530
* Fix leak and double free issues in datatype2 module test (#9102)sundb2021-06-171-0/+3
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-163-1/+741
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-103-3/+3
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-191-0/+69
* Modules: Replicate lazy-expire even if replication is not allowed (#8816)guybe72021-04-191-0/+18
* Revert "Fix: server will crash if rdbload or rdbsave method is not provided i...Oran Agra2021-04-133-29/+2
* Fix: server will crash if rdbload or rdbsave method is not provided in module...Bonsai2021-04-063-2/+29
* Fix some memory leaks in propagagte.c (#8636)guybe72021-03-111-2/+4
* Fix some issues with modules and MULTI/EXEC (#8617)guybe72021-03-101-0/+74
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-0/+5
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-152-0/+91
* Removed time sensitive checks from block on background tests. Fixed uninitial...filipe oliveira2021-02-101-6/+5
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-052-0/+31
* Fix compiler warning on implicit declaration of ‘nanosleep’ . Removed unu...filipe oliveira2021-02-051-3/+3
* Fix 32-bit test modules build. (#8448)Yossi Gottlieb2021-02-041-0/+6
* Fix FreeBSD tests and CI Daily issues. (#8438)Yossi Gottlieb2021-02-031-1/+1
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-292-0/+221
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-282-1/+260
* Fix recent test failures (#8386)Oran Agra2021-01-231-1/+2
* Test that module can wake up module blocked on non-empty list key (#8382)Viktor Söderqvist2021-01-221-1/+88
* Fix misleading module test (#8366)guybe72021-01-201-0/+1
* Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)Viktor Söderqvist2021-01-191-0/+78
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-221-15/+29
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-5/+4
* Add module event for repl-diskless-load swapdb (#8153)Oran Agra2020-12-131-0/+42
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-132-0/+235
* Add module data-type support for COPY. (#8112)Yossi Gottlieb2020-12-091-3/+34
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2020-12-081-0/+85
* Make sure we do not propagate nested MULTI/EXEC (#8097)guybe72020-12-061-2/+107
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+31
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-162-1/+198
* Add timer module API tests. (#8041)Yossi Gottlieb2020-11-112-1/+105
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2020-11-091-0/+6
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-111-4/+1
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-114-0/+44
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+19
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+26
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-112-1/+127
* Add Swapdb Module Event (#7804)Wen Hui2020-09-201-0/+12
* Fix leak in new blockedclient module API test (#7780)Oran Agra2020-09-101-0/+3
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-092-1/+85
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+38
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-091-2/+15