Searched refs:toremove (Results 1 – 3 of 3) sorted by relevance
244 set toremove {}253 lappend toremove $j273 r srem set {*}$toremove
493 long toremove; in lremCommand() local496 if ((getLongFromObjectOrReply(c, c->argv[2], &toremove, NULL) != C_OK)) in lremCommand()503 if (toremove < 0) { in lremCommand()504 toremove = -toremove; in lremCommand()516 if (toremove && removed == toremove) break; in lremCommand()
693 int toremove = argc-1; in hintsCallback() local694 while(toremove > 0 && sdslen(hint)) { in hintsCallback()696 if (hint[0] == ' ') toremove--; in hintsCallback()