redict/tests/unit/moduleapi
Yossi Gottlieb 64c360c515
Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)
The `REDISMODULE_CLIENTINFO_FLAG_SSL` flag was already a part of the `RedisModuleClientInfo` structure but was not implemented.
2020-08-17 17:46:54 +03:00
..
auth.tcl Add module APIs for custom authentication 2019-12-17 06:59:59 +00:00
blockonkeys.tcl Try to fix time-sensitive tests in blockonkey.tcl 2020-04-03 14:51:45 +03:00
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 fix race in module api test for fork 2020-02-23 16:48:37 +02:00
hooks.tcl module hook for master link up missing on successful psync (#7584) 2020-07-31 13:14:29 +03:00
infotest.tcl Add RM_ServerInfoGetFieldUnsigned 2019-11-04 08:50:29 +02:00
keyspace_events.tcl see #7544, added RedisModule_HoldString api. (#7577) 2020-08-09 06:11:47 +03:00
misc.tcl Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666) 2020-08-17 17:46:54 +03:00
propagate.tcl Modules: Test MULTI/EXEC replication of RM_Replicate 2020-03-31 13:55:51 +03:00
scan.tcl Fix RM_ScanKey module api not to return int encoded strings 2020-06-14 11:20:15 +03:00
testrdb.tcl Accelerate diskless master connections, and general re-connections (#6271) 2020-08-06 16:53:06 +03:00