Skip to content

Commit 2dbdba4

Browse files
authored
Added options for redis config (#6194)
1 parent 9187149 commit 2dbdba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

publish/redis.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
'heartbeat' => -1,
4343
'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
4444
],
45+
'options' => [
46+
'prefix' => env('REDIS_PREFIX', ''),
47+
],
4548
],
4649
];

0 commit comments

Comments
 (0)