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

Unlock from a different server #65

Open
neil-119 opened this issue Oct 19, 2019 · 0 comments
Open

Unlock from a different server #65

neil-119 opened this issue Oct 19, 2019 · 0 comments

Comments

@neil-119
Copy link

The pattern for using RedLock.net is as follows:

using (var redLock = await redlockFactory.CreateLockAsync(resource, expiry))
	if (redLock.IsAcquired)
	{
		// do stuff
	}

However, in our case, the server that does the locking and the server that would do the unlocking (upon completion) are different. Is there any way to unlock given just the resource and some kind of internal identifier?

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

No branches or pull requests

1 participant