Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Very frequent new SSLClusterConnection instance #491

Description

@alseambusher

Hi!

I see this log statement very frequently although I am using a single RedisCluster object:

Createing new SSLClusterConnection instance

Everything works fine functionally but it is loading the redis cluster with too many connection requests. Is it possible to control how often it creates a new instance?

Here is how I am creating the object:

redis = RedisCluster(host=host,
             port=port,
             password=password,
             skip_full_coverage_check=True,
             ssl=True,
             socket_timeout=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions