StackExchange / StackExchange/StackExchange.Redis
Feature request: Add BZPOPMIN & BZPOPMAX support
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 1.6k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 43
Description
These are new commands in Redis 5.0.0, requested in #1581:
BZPOPMIN: https://redis.io/commands/bzpopminBZPOPMAX: https://redis.io/commands/bzpopmax
These are the blocking versions of the already supported ZPOPMIN and ZPOPMAX commands. Like other blocking discussions such as #1474 (WAIT command), this is problematic in the pipeline approach and should probably share whatever very opt-in thing we do there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing ZPOPMIN and ZPOPMAX support and the blocking-command discussion in #1474, then compare the requested BZPOPMIN and BZPOPMAX behavior with the Redis command documentation. The work is done when both commands are supported without breaking the pipeline approach and the chosen opt-in blocking behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, redis
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100