Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/tests/unit/
H A Dscan.tcl244 set toremove {}
253 lappend toremove $j
273 r srem set {*}$toremove
/f-stack/app/redis-5.0.5/src/
H A Dt_list.c493 long toremove; in lremCommand() local
496 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()
H A Dredis-cli.c693 int toremove = argc-1; in hintsCallback() local
694 while(toremove > 0 && sdslen(hint)) { in hintsCallback()
696 if (hint[0] == ' ') toremove--; in hintsCallback()