Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1540 int scoreidx = 0; in zaddGenericCommand() local
1551 scoreidx = 2; in zaddGenericCommand()
1552 while(scoreidx < c->argc) { in zaddGenericCommand()
1553 char *opt = c->argv[scoreidx]->ptr; in zaddGenericCommand()
1559 scoreidx++; in zaddGenericCommand()
1570 elements = c->argc-scoreidx; in zaddGenericCommand()
1595 if (getDoubleFromObjectOrReply(c,c->argv[scoreidx+j*2],&scores[j],NULL) in zaddGenericCommand()
1604 server.zset_max_ziplist_value < sdslen(c->argv[scoreidx+1]->ptr)) in zaddGenericCommand()
1623 ele = c->argv[scoreidx+1+j*2]->ptr; in zaddGenericCommand()