summaryrefslogtreecommitdiff
path: root/tests/unit/moduleapi
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+23
* Removed time sensitive checks from block on background tests. Fixed uninitial...filipe oliveira2021-02-101-12/+33
* [fix] Increasing block on background timeout time to avoid test failure (#8470)filipe oliveira2021-02-081-3/+3
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-051-0/+16
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-0/+67
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-281-0/+155
* Test that module can wake up module blocked on non-empty list key (#8382)Viktor Söderqvist2021-01-221-0/+20
* Fix misleading module test (#8366)guybe72021-01-201-1/+2
* Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)Viktor Söderqvist2021-01-191-0/+30
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-221-18/+96
* Tests: fix new defrag test to be skipped when not supported (#8185)Oran Agra2020-12-141-36/+39
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-131-0/+43
* Add module data-type support for COPY. (#8112)Yossi Gottlieb2020-12-091-0/+14
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2020-12-081-0/+18
* Make sure we do not propagate nested MULTI/EXEC (#8097)guybe72020-12-061-1/+50
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-2/+2
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+58
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-0/+32
* Add timer module API tests. (#8041)Yossi Gottlieb2020-11-111-0/+57
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-112-0/+11
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+10
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+5
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-111-0/+44
* Add Swapdb Module Event (#7804)Wen Hui2020-09-201-0/+6
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-091-0/+11
* test infra - reduce disk space usageOran Agra2020-09-061-3/+3
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+19
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-091-6/+6
* Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-061-2/+19
* module hook for master link up missing on successful psync (#7584)Oran Agra2020-07-311-2/+17
* Fix failing tests due to issues with wait_for_log_message (#7572)Oran Agra2020-07-281-11/+11
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-0/+22
* stabilize tests that look for log lines (#7367)Oran Agra2020-07-101-2/+4
* Fix RM_ScanKey module api not to return int encoded stringsmeir@redislabs.com2020-06-141-0/+5
* Try to fix time-sensitive tests in blockonkey.tclGuy Benoish2020-04-031-1/+54
* Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-011-20/+35
* Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-0/+33
* Fix the propagate Tcl test after module changes.fix-double-multiantirez2020-03-311-1/+1
* fix race in module api test for forkOran Agra2020-02-231-2/+1
* Modules: Fix blocked-client-related memory leakGuy Benoish2019-12-301-0/+35
* Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+71
* Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-121-0/+17
* Merge pull request #6598 from oranagra/module-hook-testSalvatore Sanfilippo2019-11-251-6/+8
|\
| * try to fix an unstable test (module hook for loading progress)Oran Agra2019-11-191-6/+8
* | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-215-11/+333
|\ \ | |/
| * Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-193-0/+120
| |\
| | * Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-3/+30
| | |\
| | | * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-3/+30
| | * | Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-191-0/+27
| | |\ \