This repository was archived by the owner on May 5, 2021. It is now read-only.

Description
Hi all,
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?
Thank you very much.
// Bingwen