StackExchange.Redis.Extensions icon indicating copy to clipboard operation
StackExchange.Redis.Extensions copied to clipboard

Sentinel and PoolManager

Open fjluquerodriguez opened this issue 4 years ago • 1 comments

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: image

After first iteration: image

Second iteration fails as options were changed before: image

Thanks

fjluquerodriguez avatar Oct 19 '21 10:10 fjluquerodriguez

Hey, I got the same problem too, is there any update?

MehmetFiratKomurcu avatar Feb 15 '22 12:02 MehmetFiratKomurcu