You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
First thank you all for the great work with redis-lock, truly useful.
One question, how can I check if a resource is locked or not? I understand that I should go check in Redis database if this "recourse" key exists or not. But it seems I have to implement this myself? Or is there already existing way to do this?