Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1156 unsigned long zsetLength(const robj *zobj) { in zsetLength() function
1477 llen = zsetLength(zobj); in zsetRank()
1673 if (zsetLength(zobj) == 0) { in zremCommand()
1726 llen = zsetLength(zobj); in zremrangeGenericCommand()
2385 addReplyLongLong(c,zsetLength(dstobj)); in zunionInterGenericCommand()
2434 llen = zsetLength(zobj); in zrangeGenericCommand()
3072 addReplyLongLong(c,zsetLength(zobj)); in zcardCommand()
3229 if (zsetLength(zobj) == 0) { in genericZpopCommand()
3275 if (zsetLength(o) != 0) { in blockingGenericZpopCommand()
H A Dblocked.c337 unsigned long zcard = zsetLength(o); in handleClientsBlockedOnKeys()
H A Drdb.c1487 if (zsetLength(o) <= server.zset_max_ziplist_entries && in rdbLoadObject()
1626 if (zsetLength(o) > server.zset_max_ziplist_entries) in rdbLoadObject()
H A Daof.c1004 long long count = 0, items = zsetLength(o); in rewriteSortedSetObject()
H A Ddebug.c690 serverLog(LL_WARNING,"Sorted set size: %d", (int) zsetLength(o)); in serverLogObjectDebugInfo()
H A Dmodule.c462 case OBJ_ZSET: isempty = zsetLength(o) == 0; break; in moduleDelKeyIfEmpty()
1584 case OBJ_ZSET: return zsetLength(key->value); in RM_ValueLength()
H A Dserver.h1686 unsigned long zsetLength(const robj *zobj);