Home
last modified time | relevance | path

Searched refs:log_command_name (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/tests/modules/
H A Dcommandfilter.c8 static const char log_command_name[] = "commandfilter.log"; variable
116 RedisModule_CreateString(NULL, log_command_name, sizeof(log_command_name)-1)); in CommandFilter_CommandFilter()
132 if (RedisModule_CreateCommand(ctx,log_command_name, in RedisModule_OnLoad()