mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update redis config to use phpredis
This commit is contained in:
+2
-2
@@ -123,9 +123,9 @@ return [
|
||||
*/
|
||||
|
||||
'redis' => [
|
||||
'client' => 'predis',
|
||||
'client' => 'phpredis',
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_',
|
||||
],
|
||||
'default' => [
|
||||
|
||||
Reference in New Issue
Block a user