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
Currently, there is no way to initialize a new watcher (in clustered mode) using an existing Redis client instance. The code expects Redis connection details like host, port, or options to internally create a new Redis client.
In my use case, I already have an active Redis client (due to restricted access to connection details or centralized Redis setup), and I need to reuse this client to create a clustered watcher.