Anton Ilyushenkov

Results 11 comments of Anton Ilyushenkov

I update issue with huge reproduce steps.

> Duplicate of #202. This is not duplicate

I found intresting command in redis-cli cluster management - `--cluster-search-multiple-owners`. Introduced in https://github.com/redis/redis/pull/5681

We have a same problem. Redis 6.2.11. SCAN discover keys that no longer exists. When try to GET or DEL it, MOVED is returned.

I found intresting command in redis-cli cluster management - `--cluster-search-multiple-owners`. Introduced in https://github.com/redis/redis/pull/5681

Yep. You can add and update async-timeout package for your project as well and this don't break aioredis-cluster.

This is probably python 3.10.0 bug. See https://bugs.python.org/issue45416. Try upgrade to 3.10.1 or newer

> Does the possible memory leak in the title refer to the too many connections issue? I wrote about memory leak based on this point > - goroutine with `SUBSCRIBE`...

> We can re-use the PubSubHooks struct for passing callbacks. Sounds good!