-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this repository still being maintained? #310
Comments
If you're using |
@mike-marcacci Would it be possible to release a patched version? |
FWIW, on a project I contribute to, we are switching to this implementation: https://github.com/sesamecare/redlock |
can this be used without 'ioredis' ? |
Appreciate you sharing this! |
Anything for my fellow travelers |
I get some bad experiences while using this library, so I did some work, https://smilecc.github.io/node-redisson/ If anyone is willing to use it, it would be my honor. |
What's the bad experience and what did you change? I've been using it with no issues. |
From The GitHub Page:
|
First of all, I want to say that different solutions have different pros and cons, and I don't want to argue about this. Let me talk about some of the shortcomings of the Redlock solution that I know of.
How can ZooKeeper's lock avoid similar problems? In ZooKeeper, there is no need to consider the expiration time of the lock. It uses temporary nodes and uses the client heartbeat to ensure that the client can hold the lock after getting the lock until the lock is released or the connection is disconnected. But I still want to use Redis, so Redisson implements a similar mechanism on the client side to realize the heartbeat of the lock. That's all I want to say and what I do. If there are any errors, please point them out. Thank you. |
I wonder if this repository still actively maintained. I noticed last change happened more than 1 year ago and latest version is still 5.0.0-beta.2 since then.
Type definition for version 5 is missing as well.
If this is no longer maintained, is there an active repository for redlock implementation?
The text was updated successfully, but these errors were encountered: