Open
Description
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.