Closed ashaffer closed 9 years ago
In version 0.10.1 of the redis client, this library is currently completely broken. It is doing a === check on result, but result is a string '0', which causes it to always think the lock is free.
Thanks for this, @ashaffer. Published as 0.0.9.
In version 0.10.1 of the redis client, this library is currently completely broken. It is doing a === check on result, but result is a string '0', which causes it to always think the lock is free.