Kevin Johnson
Kevin Johnson
@vladvildanov suggested I come over here as well. I have a PR which seems tangentially related. Any others care to give feedback on the idea expressed in this comment? https://github.com/redis/redis-py/pull/3359#issuecomment-2334303697
> @cavemanpi This functionality is already covered by `BlockingConnectionPool`, you should use `RedisCluster` with provided configuration `connection_pool_class=BlockingConnectionPool` > > https://github.com/redis/redis-py/blob/master/redis/connection.py#L1306 Please take a look again. What you say is valid...
@vladvildanov I updated the title to make it clearer this is in reference to the asyncio client.
@vladvildanov, thanks for pointing me at that other PR; I appreciate it, but I find myself a little confused as I think that is trying to solve a different, but...