• Binbin's avatar
    Fix BZMPOP gets unblocked by non-key args and returns them (#10764) · 450c88f3
    Binbin authored
    This bug was introduced in #9484 (7.0.0).
    It result that BZMPOP blocked on non-key arguments.
    
    Like `bzmpop 0 1 myzset min count 10`, this command will additionally
    block in these keys (except for the first and the last argument) and can return their values:
    - 0: timeout value
    - 1: numkeys value
    - min: min/max token
    - count: count token
    450c88f3
t_zset.c 145 KB