Searched refs:zsetLength (Results 1 – 7 of 7) sorted by relevance
1156 unsigned long zsetLength(const robj *zobj) { in zsetLength() function1477 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()
337 unsigned long zcard = zsetLength(o); in handleClientsBlockedOnKeys()
1487 if (zsetLength(o) <= server.zset_max_ziplist_entries && in rdbLoadObject()1626 if (zsetLength(o) > server.zset_max_ziplist_entries) in rdbLoadObject()
1004 long long count = 0, items = zsetLength(o); in rewriteSortedSetObject()
690 serverLog(LL_WARNING,"Sorted set size: %d", (int) zsetLength(o)); in serverLogObjectDebugInfo()
462 case OBJ_ZSET: isempty = zsetLength(o) == 0; break; in moduleDelKeyIfEmpty()1584 case OBJ_ZSET: return zsetLength(key->value); in RM_ValueLength()
1686 unsigned long zsetLength(const robj *zobj);