8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
6.2.3
Since 6.2.3, caching to a Redis server is not working.
I saw this with caching and with the lock component when using a Redis server in the lock dsn.
The clearest way to reproduce this is to configure the Lock component to use a Redis server.
Under 6.2.2, the lock is successfully acquired.
Under 6.2.3, the acquire lock throws an InvalidArgument exception, "Redis connection "redis://localhost" failed: Redis server went away."
Change the lock dsn to semaphore, and the lock is successfully acquired.
semaphore
No response
The text was updated successfully, but these errors were encountered:
Fixed in #48816
Sorry, something went wrong.
No branches or pull requests
Symfony version(s) affected
6.2.3
Description
Since 6.2.3, caching to a Redis server is not working.
I saw this with caching and with the lock component when using a Redis server in the lock dsn.
How to reproduce
The clearest way to reproduce this is to configure the Lock component to use a Redis server.
Under 6.2.2, the lock is successfully acquired.
Under 6.2.3, the acquire lock throws an InvalidArgument exception, "Redis connection "redis://localhost" failed: Redis server went away."
Change the lock dsn to
semaphore
, and the lock is successfully acquired.Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: