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 9187149 commit 2dbdba4Copy full SHA for 2dbdba4
publish/redis.php
@@ -42,5 +42,8 @@
42
'heartbeat' => -1,
43
'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
44
],
45
+ 'options' => [
46
+ 'prefix' => env('REDIS_PREFIX', ''),
47
+ ],
48
49
];
0 commit comments