Skip to content

Commit 4f6e8b0

Browse files
PatNowakfabpot
PatNowak
authored andcommitted
Issue 59387-2: make check with prefix more robust
1 parent 3b4e407 commit 4f6e8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/RedisStore.php

+1-1
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)