Open
Description
I observed that taskiq-redis requires a redis client with version greater than 5 or more, is it possible to support redis clients with version 4.x?
In fact, for some reason I'm currently only able to connect to redis using a 4.x client. At first I was getting dead loop with a 4.5 client, but after setting the max_connection_pool_size
parameter it worked fine. Is it possible to set the max_connection_pool_size
parameter to the default value of 50 instead of None?
Metadata
Metadata
Assignees
Labels
No labels