diff --git a/config/cache.php b/config/cache.php index 963adfb5..e32a2fd3 100644 --- a/config/cache.php +++ b/config/cache.php @@ -76,7 +76,7 @@ 'redis' => [ 'driver' => 'redis', 'connection' => 'cache', - 'lock_connection' => 'cache', + 'lock_connection' => 'default', ], 'dynamodb' => [