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
Can we configure two different host for read and write operations in latest redis client version 4.6.5.
I tried to configure the endpoints for read and write operations for better usages of the read and write endpoints.
Is there any way to configure them when creating a new Redis Client? redis.createClient()
The text was updated successfully, but these errors were encountered:
Currently there is no built-in way to do it, but you can create two clients and use the "correct" one for read/write.
Adding this to the backlog of sentinel (#302), but it'll take some time...
Description
Can we configure two different host for read and write operations in latest redis client version 4.6.5.
I tried to configure the endpoints for read and write operations for better usages of the read and write endpoints.
Is there any way to configure them when creating a new Redis Client?
redis.createClient()
The text was updated successfully, but these errors were encountered: