Skip to content

redis pipeline: brpoplpush is deprecated #1827

@ghost

Description

BRPOPLPUSH is deprecated in favour of BLMOVE.

The command is used here:

retval = self.pipe.brpoplpush(self.source_queue,
self.internal_queue, 0)

and mocked here:
pl.pipe.brpoplpush = lambda source_q, inter_q, i: pl.pipe.lindex(source_q, -1)

Metadata

Metadata

Labels

bugIndicates an unexpected problem or unintended behaviorcomponent: core

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions