MeVitae / redis-work-queue

A cross-platform work queue, on top of a redis database, with implementations in Python, Rust, Go, Node.js (TypeScript) and Dotnet (C#).
MIT License
15 stars 2 forks source link

Add `counts` and `add_new_item` methods, without tests #4

Closed Oxygen588 closed 8 months ago

Oxygen588 commented 1 year ago

Close #3 , Close #2 ; Modified the addItem method to not allow duplicate jobs to be added. Created a new method that gets the length atomically.

JOT85 commented 1 year ago

Sorry I didn't have your latest commit when writing that last review. I'll update my comments.