Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releasing v1.9.0

Compare
Choose a tag to compare
@itzmeanjan itzmeanjan released this 04 Apr 07:22
· 7 commits to main since this release
71754fd

What's new ?

  • Fast, lock-free, concurrent-safe job queue implementation, powering ( non-duplicated ) Block Processing
  • Only using Redis for Pub/Sub, all other usage such as SortedSet/ List removed, using 👆 queue for those
  • Improved code organisation as part of better house keeping