Mark Paluch

Results 867 comments of Mark Paluch

Lettuce does not support discovery with multi-level replication. It supports only a single level (master-replica).

> Are there any plans for implementing this feature in near future ? No. This is something that would increase complexity by orders of magnitude. You could specify all nodes...

> Wanted to know if this is the right way to do it This is the appropriate way. Alternatively, if you have just a single node, then you could also...

Lettuce listens continously to Sentinel Pub/Sub channels for topology updates. This approach is the most elaborate one as Sentinels actively publish changes in master and replica configuration. Can you provide...

Thanks for raising an issue. The problem is somewhat that a scored value that is empty isn't really useful because it represents a score only without a value. We tried...

Thanks for report. We need to fix the timeout issue when a sentinel connection fails.

After looking in this issue, the problem arises from the fact that the connect was successful but Sentinel failed to respond within the timeout. The client code assumes that when...

We currently have no way to reuse these facilities as the factory exposes static methods only. We didn’t add a stateful object such as RedisClusterClient to avoid yet another client...

These resources may be associated with state and disposable resources (e.g. the sentinel variant maintains connections to Redis sentinels to capture topology changes via pub/sub). We’ve a few tickets that...

No, we cannot do anything for 5.2.x and 5.3. The earliest version with such support could be Lettuce 6 and even for Lettuce 6 it's unclear whether it's going to...