Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentinel and PoolManager #434

Open
javirnof opened this issue Oct 19, 2021 · 1 comment
Open

Sentinel and PoolManager #434

javirnof opened this issue Oct 19, 2021 · 1 comment

Comments

@javirnof
Copy link

javirnof commented Oct 19, 2021

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

@MehmetFiratKomurcu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants