A redis binary semaphore with async wait
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Redfour is a small library that implements a binary semaphore using Redis, designed to restrict access to a specific code path so that only one resource can access it at a time. It is particularly useful for scenarios like preventing multiple processes from simultaneously refreshing an expired access token. This library is for developers working with Node.js who need a fast, Redis-based locking mechanism with async wait functionality.