redict/tests/unit/moduleapi
Guy Benoish d7d13721d3 Modules: Fix blocked-client-related memory leak
If a blocked module client times-out (or disconnects, unblocked
by CLIENT command, etc.) we need to call moduleUnblockClient
in order to free memory allocated by the module sub-system
and blocked-client private data

Other changes:
Made blockedonkeys.tcl tests a bit more aggressive in order
to smoke-out potential memory leaks
2019-12-30 10:10:59 +05:30
..
auth.tcl Add module APIs for custom authentication 2019-12-17 06:59:59 +00:00
blockonkeys.tcl Modules: Fix blocked-client-related memory leak 2019-12-30 10:10:59 +05:30
commandfilter.tcl Add runtest-moduleapi with commandfilter coverage. 2019-03-24 12:03:03 +02:00
datatype.tcl Improve RM_ModuleTypeReplaceValue() API. 2019-12-12 18:50:11 +02:00
fork.tcl Module API for Forking 2019-07-17 16:40:24 +03:00
hooks.tcl try to fix an unstable test (module hook for loading progress) 2019-11-19 15:01:51 +02:00
infotest.tcl Add RM_ServerInfoGetFieldUnsigned 2019-11-04 08:50:29 +02:00
misc.tcl Merge branch 'unstable' into module-long-double 2019-11-19 12:15:45 +01:00
propagate.tcl Modules: add RM_Replicate() Tcl test file & fix the module. 2019-10-03 18:44:50 +02:00
scan.tcl Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan API 2019-11-11 16:05:55 +02:00
testrdb.tcl Make module tests pass with valgrind, and fix a leak in diskless load 2019-10-24 09:45:25 +03:00