How to clear ZSET bull:<queue name>:repeat ?
Created by: BrianTMaurer
There is an entry in the redis DB of type: ZSET with the name bull:<queue name>:repeat
. When I remove repeatable jobs using job.remove()
, the job is cleared away, but members of that ZSET are never removed. Is this expected?
Is there a way, using bull, to remove the members of that set?