add back config variable for redis client

This commit is contained in:
Boy132
2024-05-14 19:05:52 +02:00
committed by GitHub
parent 7efa04f1ef
commit 9f40ed2f84

View File

@@ -46,6 +46,8 @@ return [
],
'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),