Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c536 void RedisModuleCommandDispatcher(client *c) { in RedisModuleCommandDispatcher() function
725 cp->rediscmd->proc = RedisModuleCommandDispatcher; in RM_CreateCommand()
5123 if (cmd->proc == RedisModuleCommandDispatcher) { in moduleUnregisterCommands()