We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e407 commit 4f6e8b0Copy full SHA for 4f6e8b0
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 No matching script.';
+ private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';
33
34
private bool $supportTime;
35
0 commit comments