Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c1699 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()
H A Dmodule.c735 dictAdd(server.orig_commands,sdsdup(cmdname),cp->rediscmd); in RM_CreateCommand()
5129 dictDelete(server.orig_commands,cmdname); in moduleUnregisterCommands()
H A Dserver.h945 dict *orig_commands; /* Command table before command renaming. */ member