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
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
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?
Hi!
I see this log statement very frequently although I am using a single
RedisClusterobject: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: