Skip to content

Commit

Permalink
Issue 59387-2: make check with prefix more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
PatNowak authored and fabpot committed Jan 17, 2025
1 parent 3b4e407 commit 4f6e8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/RedisStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RedisStore implements SharedLockStoreInterface
{
use ExpiringStoreTrait;

private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT No matching script.';
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';

private bool $supportTime;

Expand Down

0 comments on commit 4f6e8b0

Please sign in to comment.