Are redisson locks jvm locks as well - HELP needed #6843
Unanswered
tvermaashutosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using
RLockReactivefrom redisson to get the redis distributed lock, then performing aSupplieroperation.The
Supplierruns 2 steps in sequence, but I am seeing that while the lock is kept acquired on one key, the 2 steps in my inputSupplierdo not run sequentially.I really am in doubt, if the redisson locks are ONLY DISTRIBUTED LOCKS, and not as well LOCKS IN A SINGLE JVM???
Here are my code snippets:
All reactions