-
FATE could be modified to allow distributed workers to run FATE transactions. Currently FATE relies on the manager lock to ensure one FATE instance is running. That single instance uses a in memory s…
-
Write docs about how to, from a C# perspective
- Construct and use the ConsulClient class
- Do blocking queries/"watches"
- Wrap distributed locks around critical sections
- Use query metadata
-
Supporting several locks without centralization of data to avoid single point of failure might be considered.
Distributed database or private blockchain are possible implementations of such concept…
-
I want to implement a distributed lock like this one:
https://redis.io/docs/reference/patterns/distributed-locks/
Is it possible with Tendis?
Is Tendis fully compatible with Redis SETNX(https://red…
-
Page https://redis.io/docs/latest/develop/use/patterns/distributed-locks
Great page and very informative however many of the Python packages are no longer maintained or outdated.
I've created my …
-
we should support conditional commands on server side to reduce dependence on lua scripts.
Inspiration: redlock https://redis.io/docs/manual/patterns/distributed-locks/ implementations that use
`…
-
Right now, if the same process tries to claim a lock, we push this out to the distributed locking layer (e. g. SQL).
We could reduce resource usage by first checking an internal lock (e. g. a `Sem…
-
## Problem
We are facing challenges with the current database migration strategy for Fleet device management in a complex deployment environment. Our infrastructure requires that services remain on…
-
v1.1.0.RC2.
[ConsulClient](https://docs.micronaut.io/latest/api/io/micronaut/discovery/consul/client/v1/ConsulClient.html) currently doesn't provide any methods for releasing and acquiring locks and …
-
Hi,
great library, thanks a ton for that!
What I am observing in the production environment is, getting this exception
```
Failsafe suppressed exception.
java.lang.IllegalStateException: O…