Skip to content

Add Blocking List Pop Commands

Nathan Harris requested to merge blocking-pop into master

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.

Merge request reports