StackExchange.Redis.Extensions
StackExchange.Redis.Extensions copied to clipboard
Sentinel and PoolManager
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
Hey, I got the same problem too, is there any update?