Counting Semaphore?
As described by RedisLabs one can implement a counting semaphore using Redis. Is there any plan to add a counting semaphore implementation to this package? I think it would be a good fit. What do you think?
Also of the 3 c# packages listed on the Distributed locks with Redis page this is the only one that seems to still be active.
@zlangner https://www.nuget.org/packages/DistributedLock.Redis/ supports semaphores FWIW.
Thanks for the suggestion @madelson. I see you are also the creator behind that package. Upon initial review it looks like it will fit my needs. I'm going to have to give it a more thorough testing in my application but at this time it looks very promising.