Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorted Set #65

Open
lenary opened this issue Oct 23, 2013 · 1 comment
Open

Sorted Set #65

lenary opened this issue Oct 23, 2013 · 1 comment
Milestone

Comments

@lenary
Copy link
Contributor

lenary commented Oct 23, 2013

Apparently quite a few people have been asking for this.

Sometimes people can just put one together with a map full of counters, but it'd be nice if we could give them a custom, efficient, data type, with nicer semantics than that. (And when datatype queries land, give them useful queries).

A few things I've heard wanted:

  • increment/decrement score of member
  • presence of member
  • cardinality of zset
  • get top N members with scores
  • get score for member
@seancribbs seancribbs added this to the 2.1 milestone Mar 24, 2014
@seancribbs
Copy link

Assigning to 2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants