Skip to content

The version of redis client dependency #88

Open
@lryan599

Description

@lryan599

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions