Tihomir Krasimirov Mateev

Results 283 comments of Tihomir Krasimirov Mateev

I can understand your hesitation. Such a complex change is bound to hurt somebody. But in my opinion this is fine. We need to "bite the bullet" and draw the...

Seems like a reasonable improvement, but currently I can commit to implementing it in a specific timeline. Meanwhile community contributions are welcome.

I was wondering: if we are able to use the Jedis driver without these two - shouldn't we mark them as optional in the Maven dependency tree too. If we...

> > I was wondering: if we are able to use the Jedis driver without these two - shouldn't we mark them as optional in the Maven dependency tree too....

FWIW (and if we are talking about [Redis 8 vector sets](https://redis.io/docs/latest/develop/data-types/vector-sets/)) the Jedis and Lettuce drivers have items to implement this support: * https://github.com/redis/jedis/issues/4169 * https://github.com/redis/lettuce/issues/3296 When these are complete...

Hey @mp911de, could you let me know why you chose 17 as the next target? AFAIK netty 5.x would be using Java 11, so if we want to do a...

As per https://github.com/netty/netty/issues/14033 My suggestion would be to go for Java 22 or Java 25, depending on the Netty driver. Will follow up on this topic as the release of...

Thanks for the input Mark, that makes perfect sense. To be fair I am not sure when 7.x would be released, but binding it to Netty 4.2 rather than Netty...

We may want to apply a method, similar to the one used in Lettuce, that verifies the formatting (as part of the CI pipeline) and allows to format files with...

> Hello, any update regarding this? Actually more interested if there're blockers, I would love to use this feature for applications in production. Hey @guser9822 , as you see from...