Tihomir Krasimirov Mateev
Tihomir Krasimirov Mateev
The team will attempt to dig some more in this issue, but from the quick read that I did it would be extremely hard, close to impossible, to answer the...
> My main goal with this change was to keep it fully backward compatible — for example, I intentionally avoided forcing UUIDs, since many existing users already rely on predictable...
> Thanks @tishun and apologies for the delay! Really like this API for filtering you're introducing! > > One question about how metadata fields get populated -- the thing I'm...
The Redis team is actively working on contributing JSON support, now that both the Jedis and the Lettuce drivers support JSON. If you have some use-case examples that you think...
> [@tishun](https://github.com/tishun) I've assigned the ticket to you. Let's have a chat soon about the design and iterative planning how to get going here (and what use-cases we would like...
This should be addressed with Lettuce 6.6.0
Unfortunately this case seems very specific issue and we might not get to it. Any contributions are welcome, but unless there is traction from the community we will leave it...
Two options might help in this case, I think. One is setting a TCP_USER_TIMEOUT and leveraging the TCP stack to close the connection. Another is to apply some pattern like...
@thiagoteichmann are you using snake_case because it is a requirement, or could you also work with kebab-case, e.g. ```properties spring.redis.lettuce.config.read-from=replica-preferred ``` It would help us consider how we should implement...
Hey @luxinSeu , we would need some more details to help out with this issue. Could you send us the whole code you are running, including creating / closing the...