Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/synodriver/redislocks

distribute redis locks and queue
https://github.com/synodriver/redislocks

condition event lock queue redis rwlock sempahores

Last synced: 2 months ago
JSON representation

distribute redis locks and queue

Awesome Lists containing this project

README

        

# redislocks

- state 0: No readlocks, no write lock, no writewaiter
- state 1: Only read, no write lock, no writewaiter
- state 2: Only write, no readlocks
- state 3: Reading, no write lock, writewaiter exists