Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c1726 sds oldcmd = sdsnew(argv[2]); in sentinelHandleConfiguration() local
1728 if (dictAdd(ri->renamed_commands,oldcmd,newcmd) != DICT_OK) { in sentinelHandleConfiguration()
1729 sdsfree(oldcmd); in sentinelHandleConfiguration()