We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Gary Russell opened INT-3352 and commented
We introduced the LockRegistry in 2.1 but only have a RentrantLock implementation.
LockRegistry
RentrantLock
Implement a Redis version to provide a global lock mechanism - probably using SETNX or HSETNX with, say, the hostname as the value.
Redis
SETNX
HSETNX
Issue Links:
The text was updated successfully, but these errors were encountered:
garyrussell
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Gary Russell opened INT-3352 and commented
We introduced the
LockRegistry
in 2.1 but only have aRentrantLock
implementation.Implement a
Redis
version to provide a global lock mechanism - probably usingSETNX
orHSETNX
with, say, the hostname as the value.Issue Links:
The text was updated successfully, but these errors were encountered: