Update summary comments for SortedSetRangeByScore and SortedSetRangeByScoreWithScores
The comments for these two functions was incorrectly stating that start and stop were 0-based indexes for fetching a fixed number of items. ZRANGEBYSCORE actually takes a min and max value which create a range which an unknown amount of members may qualify.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment