Skip to content

Commit 8174eae

Browse files
committed
fix: use prefix in redis subscriber
1 parent 4aaedfb commit 8174eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/src/Redis/Subscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function createSubscriber(array $config): RedisSubscriber
2727
$config['port'] ?? 6379,
2828
$config['auth'] ?? '',
2929
$config['timeout'] ?? 5,
30-
'',
30+
$config['options']['prefix'] ?? '',
3131
ApplicationContext::getContainer()->get(StdoutLoggerInterface::class),
3232
);
3333
}

0 commit comments

Comments
 (0)