.dev/samples/redis/_conf.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'host' => '127.0.0.1',
    'port' => 6379,
    'prefix' => 'test-prefix::',
    'channel' => 'channel1',
    'queue' => 'queue1',
];