Replies: 1 comment
-
They remain open. Each time you call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lets say that during application boot up, I start a cluster connection
Later at some point, I need to update the
connection
as the redis node has moved/changed.connectToRedis
with newconnectionInfo
? If yes, what happens to theconnection
currently being used?close
/shutdown
connection
/redisClient
respectively before using the newconnectionInfo
?Beta Was this translation helpful? Give feedback.
All reactions