Skip to content
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

Support Distributed locks with Redis #300

Open
pendula95 opened this issue Jul 5, 2021 · 2 comments
Open

Support Distributed locks with Redis #300

pendula95 opened this issue Jul 5, 2021 · 2 comments

Comments

@pendula95
Copy link
Member

Add support to:

https://redis.io/topics/distlock

@pendula95
Copy link
Member Author

I have misinterpreted the usage of Lock for Redis. As this feature is purely business logic related and just uses Redis as implementation for the lock this request can be discarded as vertx-redis client currently aims to cover only Redis protocol and not potentials usecases behind. Your call @pmlopes

@pmlopes
Copy link
Member

pmlopes commented Jul 5, 2021

I think we could implement this purely as a helper class as it could open the door to other things, for example, a redis backed cluster manager, as it would provide the basic foundation blocks needed for such implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants