summaryrefslogtreecommitdiff
path: root/tests/modules/blockedclient.c
Commit message (Expand)AuthorAgeFilesLines
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-0/+275
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-211-2/+18
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-1/+1
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-0/+98
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-301-1/+0
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-1/+2
* Fix module blocked clients RESP version (#9634)Shaya Potter2021-10-211-0/+18
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2020-12-081-0/+85
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+31
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-111-0/+8
* 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-091-0/+82