dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 321 forks source link

fix redis distributed lock for different process #446

Closed DisenkoArt closed 1 year ago

DisenkoArt commented 1 year ago

Redis distributed lock not work, when lock elevated from different processes. Radis has it's own lock implementation

catcherwong commented 1 year ago

@DisenkoArt Thanks for your interest in this project.

We will take a look ASAP. 😄

DisenkoArt commented 1 year ago

change LockRelease to LockReleaseAsync