Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c181 dict *renamed_commands; /* Commands renamed in this instance: member
1233 ri->renamed_commands = dictCreate(&renamedCommandsDictType,NULL); in createSentinelRedisInstance()
1281 dictRelease(ri->renamed_commands); in releaseSentinelRedisInstance()
1606 char *retval = dictFetchValue(ri->renamed_commands, sc); in sentinelInstanceMapCommand()
1728 if (dictAdd(ri->renamed_commands,oldcmd,newcmd) != DICT_OK) { in sentinelHandleConfiguration()
1881 di2 = dictGetIterator(master->renamed_commands); in rewriteConfigSentinelOption()
3511 dictDelete(ri->renamed_commands,oldname); in sentinelSetCommand()
3518 dictAdd(ri->renamed_commands,oldname,newname); in sentinelSetCommand()