8000 Issue 59387-2: make check with prefix more robust · symfony/symfony@e1af127 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1af127

Browse files
PatNowakfabpot
PatNowak
authored andcommitted
Issue 59387-2: make check with prefix more robust
1 parent a8a9e0b commit e1af127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Store/RedisStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RedisStore implements SharedLockStoreInterface
2929
{
3030
use ExpiringStoreTrait;
3131

32-
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT No matching script.';
32+
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';
3333

3434
private bool $supportTime;
3535

0 commit comments

Comments
 (0)
0