Closed
Copy link
Description
Symfony version(s) affected
7.2, also tested 7.3.x-dev 9169931
Description
We're using Valkey 7.2.4 (more less Redis fork) and it works perfectly fine on Sf 6.4.
On 7.2 (tested dev branches and main) we got issue with Lock->acquire
. It uses under the hood RedisStore->save
and the $this->evaluate
(https://github.com/symfony/symfony/blob/7.3/src/Symfony/Component/Lock/Store/RedisStore.php#L86) .
How to reproduce
I believe the difference is between eval
and evalSha
, so if you please try to create lock and acquire it using Redis.
We're actually using Valkey (valkey/valkey:8 docker image, https://hub.docker.com/r/valkey/valkey/).
Possible Solution
No response
Additional Context
Might be similar to #58660