Skip to content

Commit

Permalink
Added options for redis config (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Oct 9, 2023
1 parent 9187149 commit 2dbdba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish/redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
'heartbeat' => -1,
'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
],
'options' => [
'prefix' => env('REDIS_PREFIX', ''),
],
],
];

0 comments on commit 2dbdba4

Please sign in to comment.