Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c3135 void genericZpopCommand(client *c, robj **keyv, int keyc, int where, int emitkey, robj *countarg) { in genericZpopCommand() argument
3144 if (countarg) { in genericZpopCommand()
3145 if (getLongFromObjectOrReply(c,countarg,&count,NULL) != C_OK) in genericZpopCommand()
H A Dserver.h1694 void genericZpopCommand(client *c, robj **keyv, int keyc, int where, int emitkey, robj *countarg);