You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 themax_connection_pool_size
parameter to the default value of 50 instead of None?The text was updated successfully, but these errors were encountered: