Searched refs:orig_commands (Results 1 – 3 of 3) sorted by relevance
1699 server.orig_commands = dictCreate(&commandTableDictType,NULL); in initServerConfig()2226 retval2 = dictAdd(server.orig_commands, sdsnew(c->name), c); in populateCommandTable()2308 if (!cmd) cmd = dictFetchValue(server.orig_commands,name); in lookupCommandOrOriginal()
735 dictAdd(server.orig_commands,sdsdup(cmdname),cp->rediscmd); in RM_CreateCommand()5129 dictDelete(server.orig_commands,cmdname); in moduleUnregisterCommands()
945 dict *orig_commands; /* Command table before command renaming. */ member