Home
last modified time | relevance | path

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

/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_zset.c3554 int opt_withscores = 0; in zrangeGenericCommand() local
3562 opt_withscores = 1; in zrangeGenericCommand()
3599 if (opt_withscores && rangetype == ZRANGE_LEX) { in zrangeGenericCommand()
3642 if (opt_withscores || store) { in zrangeGenericCommand()
3665 opt_withscores || store, direction == ZRANGE_DIRECTION_REVERSE); in zrangeGenericCommand()
3674 genericZrangebylexCommand(handler, &lexrange, zobj, opt_withscores || store, in zrangeGenericCommand()