Skip to content

Commit bc378c6

Browse files
committed
fix: update RedisServerMutex prefix for clarity
1 parent 05a1060 commit bc378c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mutex/RedisServerMutex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(
4242
) {
4343
$this->name = sprintf(
4444
'%s%s',
45-
$options['prefix'] ?? 'trigger:mutex:',
45+
$options['prefix'] ?? 'trigger:server_mutex:',
4646
$this->connection
4747
);
4848
if (isset($options['expires'])) {

0 commit comments

Comments
 (0)