redis-semaphore icon indicating copy to clipboard operation
redis-semaphore copied to clipboard

A distributed semaphore and mutex built on Redis.

Results 26 redis-semaphore issues
Sort by recently updated
recently updated
newest added

Hi there, We're having some troubles with Redis Semaphore of late, we're no longer able to acquire locks on hundreds of keys. Looking closer, it seems to be because there...

It should do some kind of sense check to now allow available resources to be greater than that defined inside your semaphore, raising an error. Otherwise you can end up...

Hey folks, I'm toying around with the idea of being able to update staleness on a semaphore. The particular use case is long running jobs (lets say a timeout of...

There's a situation in which it's possible that tokens get pushed on the available list twice, when using stale client timeouts. The `release_stale_locks` method can take quite a bit of...

According to computer science theory, a semaphore should know no ownership of the lock. This means a process other than the original process that locked the semaphore, should be able...

Todo

Update documentation and specs for the recent pull of neovintage's redis-namespace code.

Todo