Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dt_zset.c1081 unsigned int zsetLength(robj *zobj) { in zsetLength() function
1507 llen = zsetLength(zobj); in zremrangeGenericCommand()
2156 addReplyLongLong(c,zsetLength(dstobj)); in zunionInterGenericCommand()
2205 llen = zsetLength(zobj); in zrangeGenericCommand()
2835 addReplyLongLong(c,zsetLength(zobj)); in zcardCommand()
2862 llen = zsetLength(zobj); in zrankGenericCommand()
H A Drdb.c1070 if (zsetLength(o) <= server.zset_max_ziplist_entries && in rdbLoadObject()
1209 if (zsetLength(o) > server.zset_max_ziplist_entries) in rdbLoadObject()
H A Ddebug.c610 serverLog(LL_WARNING,"Sorted set size: %d", (int) zsetLength(o)); in serverLogObjectDebugInfo()
H A Daof.c869 long long count = 0, items = zsetLength(o); in rewriteSortedSetObject()
H A Dserver.h1299 unsigned int zsetLength(robj *zobj);