Home
last modified time | relevance | path

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

/redis-3.2.3/tests/unit/
H A Ddump.tcl43 r restore foo 0 $encoded2 replace
129 set res [r -1 migrate $second_host $second_port list 9 5000 copy replace]
/redis-3.2.3/src/
H A Dcluster.c4475 int j, type, replace = 0; in restoreCommand() local
4481 replace = 1; in restoreCommand()
4489 if (!replace && lookupKeyWrite(c->db,c->argv[1]) != NULL) { in restoreCommand()
4518 if (replace) dbDelete(c->db,c->argv[1]); in restoreCommand()
4652 int copy, replace, j; in migrateCommand() local
4669 replace = 0; in migrateCommand()
4677 replace = 1; in migrateCommand()
4751 serverAssertWithInfo(c,NULL,rioWriteBulkCount(&cmd,'*',replace ? 5 : 4)); in migrateCommand()
4772 if (replace) in migrateCommand()
/redis-3.2.3/tests/unit/type/
H A Dstring.tcl127 test {GETSET (replace old value)} {
/redis-3.2.3/deps/lua/
H A DHISTORY140 Tag methods replace fallbacks as the meta-mechanism for extending the
/redis-3.2.3/deps/jemalloc/
H A DINSTALL69 replace the "malloc", "calloc", etc. symbols.