We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2ca17 commit f6dd734Copy full SHA for f6dd734
src/Symfony/Component/Lock/Store/RedisStore.php
@@ -29,7 +29,7 @@ class RedisStore implements SharedLockStoreInterface
29
{
30
use ExpiringStoreTrait;
31
32
- private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT ';
+ private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';
33
34
private bool $supportTime;
35
0 commit comments