Tihomir Krasimirov Mateev

Results 283 comments of Tihomir Krasimirov Mateev

> [redis/redis#4084](https://github.com/redis/redis/issues/4084) > > GEORADIUS cannot be executed on readonly slave node #4084 Oh man, what a mess ... Would using the GEORADIUS_RO work in your case? Do you have...

Can you elaborate more on why you need to remove them from the list in this way? Is some part of your code depending on iterating over the list? I...

Hey @Memorydoc , from the exception name (org.springframework.data.redis.RedisSystemException) I can only assume you are having issue with the [Spring Data Redis ](https://github.com/spring-projects/spring-data-redis) and not the Lettuce driver itself? Anyway to...

@Memorydoc , @ShepherdZFJ , Seems to me this is deffinetly an issue with [spring-data-redis](https://github.com/spring-projects/spring-data-redis), perhaps sometihng like https://github.com/spring-projects/spring-data-redis/issues/2908 This project works on the underlying driver and - unless the driver...

Hey @medusar can you please elaborate on what you mean by > when latency recording is enabled, the lettuce will create another object wrapping my command Which [approach](https://lettuce.io/core/release/reference/#observability.metrics) of latency...

@mp911de should we merge this one?

@dengliming would you be able to address the changes @mp911de suggested?

Verified that there are tests running agains RESP2 currently on the pipeline: ``` [INFO] Running io.lettuce.core.ConnectionCommandIntegrationTests [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s...

Hey @sazzad16 , let me check that, but if we are talking about all commands then probably the answer is no. Do we have that in other clients?

Makes sense, let's have this issue as a research and we can create a couple more once we find good targets to test