A Redis-backed priority queue for node.js.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`pq` is a lightweight priority job queue for Node.js that uses Redis as its backend. It allows you to create asynchronous workers that run jobs with optional priorities, and can optionally return results to the caller even across separate processes. This library is ideal for Node.js developers who need to manage background jobs or tasks that require prioritization and asynchronous execution.