Redis knows following blocking commands on sorted sets, similar to the ones on lists (which are already implemented in MiniRedis): - [`BZMPOP`](https://redis.io/docs/latest/commands/bzmpop/) - [`BZPOPMAX`](https://redis.io/docs/latest/commands/bzpopmax/) - [`BZPOPMIN`](https://redis.io/docs/latest/commands/bzpopmin/) They behave similarly to `zmpop`, `zpopmax`, `zpopmin`, but wait for a timeout if no elements exist.