intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

BUG: lib/pipeline: use blmove only if redis-py supports it

Open wagner-intevation opened this issue 3 years ago • 0 comments

BRLPOPLPUSH is deprecated, but BLMOVE can only be used if the redis python client does support it, ie. >= 4.1.2

fixes certtools/intelmq#2233

wagner-intevation avatar Aug 31 '22 11:08 wagner-intevation