-
### Expected behavior
The command timeout can be interrupted.
### Actual behavior
When performing Jedis operations in the production environment, the system experiences lags lasting several minut…
-
Can you guide me to install it? Thanks a lot !
-
Building upon the RedisLockingStrategy we have implemented a locking strategy that works with [redis replication](https://redis.io/topics/replication). If you are interested, I'll submit a PR.
-
**Describe the bug**
Background: we use Athens with Redis (as our `SingleFlightMode`) to manage concurrent write access to our storage (S3).
We have encountered an issue in our Athens setup where …
-
1. The locking approach used in hashstore appears to support in process threading but not multi-process or multi-application locking. The [portalocker library](https://github.com/wolph/portalocker/) p…
-
version: v1.0.47
```go
const fallbackSETPXVersion = "6.2.0"
type wrapLocker struct {
v ConfInterface
rueidislock.Locker
}
func (w *wrapLocker) wrap(ctx context.Context, name string,…
-
https://github.com/gocraft/work/blob/master/redis.go#L109
Take a look at how the LUA script increases the lock key. I think we should apply another mechanism for semaphore lock. It is unsafe for th…
-
### Redis version
7
### Redisson version
3.16.8
### Redisson configuration
Default
### What is the Expected behavior?
Since the application died/restarted it is expected that ever…
-
After the GQL Rate Limit initiative was rolled out, we began seeing some instances where users were being locked out of their accounts indefinitely. From our investigation, we realized that for some r…
-
I'm receiving a Redlock::LockError Failed to acquire lock on "name-of-key" sometimes using the gem. I know this error comes from Redis but I would like to know how can I prevent it.
This is the code…