mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
eaa9d2bfd0
Motivation: To be a comprehensive library, all commands should be implemented, even if they are highly discouraged. List's collection of commands were missing `brpop`, `blpop`, and `brpoplpush`. Modifications: `brpop`, `blpop` and `brpoplpush` are supported with defaults and overloads for an easier API. Result: Users now have access to `brpop`, `blpop` and `brpoplpush` commands.