Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c734 int samekey = 0; in renameGenericCommand() local
738 if (sdscmp(c->argv[1]->ptr,c->argv[2]->ptr) == 0) samekey = 1; in renameGenericCommand()
743 if (samekey) { in renameGenericCommand()