8000 [Cache] Caching to a Redis server is broken in 6.2.3 · Issue #48824 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Cache] Caching to a Redis server is broken in 6.2.3 #48824

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

Closed
gnito-org opened this issue Dec 29, 2022 · 1 comment
Closed

[Cache] Caching to a Redis server is broken in 6.2.3 #48824

gnito-org opened this issue Dec 29, 2022 · 1 comment

Comments

@gnito-org
Copy link
Contributor

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.

  1. Create a lock,
  2. Acquire a lock.

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

@chalasr
Copy link
Member
chalasr commented Dec 29, 2022

Fixed in #48816

@chalasr chalasr closed this as completed Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0