diff --git a/config/cache.php b/config/cache.php index f631b3d4f693..d35901c5bbc9 100644 --- a/config/cache.php +++ b/config/cache.php @@ -76,7 +76,7 @@ return [ 'redis' => [ 'driver' => 'redis', 'connection' => env('REDIS_CACHE_CONNECTION', 'cache'), - 'lock_connection' => 'default', + 'lock_connection' => env('REDIS_CACHE_CONNECTION', 'cache'), ], 'dynamodb' => [