StackExchange / StackExchange/StackExchange.Redis

Feature request: Add BZPOPMIN & BZPOPMAX support

Open
#1,593 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

⚙️ area:API ➕ enhancement 🧱 blocking-commands
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:

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.