Skip to content

v5.0.1: faster check for de-duplication in delayed queues

Compare
Choose a tag to compare
@evantahler evantahler released this 29 Sep 20:16
· 933 commits to main since this release

Check if job already exists in queue

  • Instead of getting the full set (smembers), and iterating through it, just use sismember.
  • by @SGKumar via #215

misc

  • clarify methods in readme