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
This might be too far out of scope for the project, but a reader/writer lock implementation would be a really nice addition to redis.lock. I haven't come across a proven implementation during my brief research unfortunately. An MVP probably should have the option to allow writers to block readers.