A fast and reliable background task processing library for Python 3.
-
Updated
Oct 12, 2021 - Python
Use SSL on web socket communication ( leader.js and follower.js files)
GET_LOCK has subtleties like it the function is unsafe for statement-based replication. Find and document them all
For details see #17 .
Add a description, image, and links to the distributed-lock topic page so that developers can more easily learn about it.
To associate your repository with the distributed-lock topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
Implement distributed lock with redis cluster.
Since redis cluster can't keep linearizability and will lose lock when failover happens, you should implement it with redlock or some other algorithm to make it safer(though not perfect).
Why is this needed:
Currently our redis