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

Lock info #3848

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

Lock info #3848

wants to merge 2 commits into from

Conversation

kurenchuksergey
Copy link

This addition method provides snapshot of current lock state. who is the owner, which application instance (connection id) and the last expire time point

from this discussion #3524 (comment) :
LockInfo should contain redissonId - id of Redisson instance which owns the lock.
I've been trying to understand what is the RedissonId, and how i found from the code - it is a ConnectionManager.getId()
in LockInfo - connectionId == ConnectionManager.getId()
If it is not true, pls @mrniko describe more what is the RedissonId

PS. Sorry for so long delay, I had some troubles and changes in my life

Signed-off-by: kurenchuksergey <kurenchuksergey@gmail.com>
Signed-off-by: kurenchuksergey <kurenchuksergey@gmail.com>
@kurenchuksergey kurenchuksergey marked this pull request as ready for review September 26, 2021 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant