redict/tests/modules
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.c Fixed some documentation 2019-12-17 07:49:21 +00:00
blockonkeys.c Fix memory corruption in moduleHandleBlockedClients 2020-04-01 12:53:26 +03:00
commandfilter.c
datatype.c Improve RM_ModuleTypeReplaceValue() API. 2019-12-12 18:50:11 +02:00
fork.c fix race in module api test for fork 2020-02-23 16:48:37 +02:00
hooks.c
infotest.c
keyspace_events.c see #7544, added RedisModule_HoldString api. (#7577) 2020-08-09 06:11:47 +03:00
Makefile This PR introduces a new loaded keyspace event (#7536) 2020-07-23 12:38:51 +03:00
misc.c Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666) 2020-08-17 17:46:54 +03:00
propagate.c Modify the propagate unit test to show more cases. 2020-03-31 12:04:06 +02:00
scan.c Fix RM_ScanKey module api not to return int encoded strings 2020-06-14 11:20:15 +03:00
testrdb.c fix crash in module short read test 2019-12-02 19:17:35 +02:00