Nick Bondarenko

Results 8 comments of Nick Bondarenko

We do not use redis cluster right now, so i do not know this not working with it. From stacktrace i see this can be fast fixed with some perfomance...

@shaharmor how do you see cluster report? It is per node report or full cluster? Now i fix original issue, but as i see redis-py can`t work with MOVE responses....

I still working under it. From time to time node ask to MOVE to other node to execute command for key returned by SCAN. Now my devops moves one of...

Now waiting resposne with https://github.com/Grokzen/redis-py-cluster/issues/123. Looks like this library has a bug with MOVED response :(

The issue from redis-py-cluster was fixed in unstable branch according to the contributors comments. I check it with my dev cluster and still have MOVE fails with it. So want...

Could you please try with v0.2? After https://github.com/gamenet/redis-memory-analyzer/pull/38 merge it should be fixed.

Yes, i think we can. I do not like this behavior with hanging process, so we try to do something with it. The simplest seems to mark the process of...