Missing WithScores attribute?

11 views
Skip to first unread message

Sreekant Sreedharan

unread,
Sep 2, 2015, 7:05:07 AM9/2/15
to Redis DB
Is there a reason why the following functions don't have withscores option?
* ZRangeByLex
* ZRevRangeByLex
* ZRevRange

The other range functions seem to have a withscores option.

Jan-Erik Rediger

unread,
Sep 2, 2015, 7:19:15 AM9/2/15
to redi...@googlegroups.com
The *LEX commands need the same score for all elements anyway, thus the real score is irrelevant.
ZREVRANGE has the WITHSCORES option.
> --
> You received this message because you are subscribed to the Google Groups "Redis DB" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
> To post to this group, send email to redi...@googlegroups.com.
> Visit this group at http://groups.google.com/group/redis-db.
> For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages