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
Describe the bug
When Sentinel is configured to use it, RedisCacheConnectionPoolManager fails on second connection, as ConnectionMultiplexer.Connect modifies the redisConfiguration.ConfigurationOptions.
To Reproduce
Configure sentinel and a connection pool larger than 1
Screenshots / StackTrace
Before iterate:
After first iteration:
Second iteration fails as options were changed before:
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
When Sentinel is configured to use it, RedisCacheConnectionPoolManager fails on second connection, as ConnectionMultiplexer.Connect modifies the redisConfiguration.ConfigurationOptions.
To Reproduce
Configure sentinel and a connection pool larger than 1
Screenshots / StackTrace
Before iterate:
After first iteration:
Second iteration fails as options were changed before:
Thanks
The text was updated successfully, but these errors were encountered: