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

locker: naive lock implementation on Redis #57

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

pierre
Copy link
Member

@pierre pierre commented Oct 18, 2018

This is the simplest implementation on top of our current locking framework.
We can probably do better though as there are two types of retries happening
(redisson tryLock and ours). We should think about it before merging.

Note that this would now pull the redisson jar by default.

This is the simplest implementation on top of our current locking framework.
We can probably do better though as there are two types of retries happening
(redisson tryLock and ours).

Note that this would now pull the redisson jar by default.

Signed-off-by: Pierre-Alexandre Meyer <[email protected]>
@pierre pierre requested a review from sbrossie October 18, 2018 17:49
@pierre pierre closed this Oct 19, 2018
@pierre pierre changed the base branch from jdk8-upgrade to master October 19, 2018 06:22
@pierre pierre reopened this Oct 19, 2018
@pierre pierre marked this pull request as draft November 2, 2020 17:04
@pierre pierre force-pushed the master branch 7 times, most recently from be7aeaa to 694ba52 Compare January 19, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant