Searched refs:del_idx (Results 1 – 1 of 1) sorted by relevance
5254 int del_idx = 1; /* Index of the key argument for the replicated DEL op. */ in migrateCommand() local5291 newargv[del_idx++] = kv[j]; in migrateCommand()5315 if (del_idx > 1) { in migrateCommand()5318 replaceClientCommandVector(c,del_idx,newargv); in migrateCommand()