intelmq
intelmq copied to clipboard
BUG: lib/pipeline: use blmove only if redis-py supports it
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