We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaedfb commit 8174eaeCopy full SHA for 8174eae
src/core/src/Redis/Subscriber.php
@@ -27,7 +27,7 @@ protected function createSubscriber(array $config): RedisSubscriber
27
$config['port'] ?? 6379,
28
$config['auth'] ?? '',
29
$config['timeout'] ?? 5,
30
- '',
+ $config['options']['prefix'] ?? '',
31
ApplicationContext::getContainer()->get(StdoutLoggerInterface::class),
32
);
33
}
0 commit comments