valkey/tests/modules
Yossi Gottlieb 056a43e1a6
Modules: fix RM_GetCommandKeys API. (#7901)
This cleans up and simplifies the API by passing the command name as the
first argument. Previously the command name was specified explicitly,
but was still included in the argv.
2020-10-11 18:10:55 +03:00
..
auth.c
blockedclient.c Add Module API for version and compatibility checks (#7865) 2020-10-11 17:21:58 +03:00
blockonkeys.c Fix memory corruption in moduleHandleBlockedClients 2020-04-01 12:53:26 +03:00
commandfilter.c
datatype.c
fork.c fix race in module api test for fork 2020-02-23 16:48:37 +02:00
getkeys.c Modules: fix RM_GetCommandKeys API. (#7901) 2020-10-11 18:10:55 +03:00
hooks.c Add Module API for version and compatibility checks (#7865) 2020-10-11 17:21:58 +03:00
infotest.c
keyspace_events.c Add Module API for version and compatibility checks (#7865) 2020-10-11 17:21:58 +03:00
Makefile Modules: add RM_GetCommandKeys(). 2020-10-11 16:04:14 +03:00
misc.c Add Module API for version and compatibility checks (#7865) 2020-10-11 17:21:58 +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