getSortedSetRangeByScoreWithScores
-
I want to build a plugin that list least used tags for admin to remove/ban
but the database seem to be missing the functions:
- getSortedSetRangeWithScores
- getSortedSetRangeByScoreWithScores
only the Rev version is present:
- getSortedSetRevRangeWithScores
- getSortedSetRevRangeByScoreWithScores
the non-Rev version don't have WithScores
is there a reason behind this? or, am i missing something?
-
@lpeachl As far as I know, there is no reason it has to be this way. The
rev
method was chosen because I needed it for groups pages (getting the most recent posts from any user inside of a group).You can submit a pull request to add in the non-rev variety if you'd like
Copyright © 2024 NodeBB | Contributors