Leverage Redis and queue to handle large packets
This commit is contained in:
@@ -143,7 +143,7 @@ return [
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => 'predis',
|
||||
'client' => 'phpredis',
|
||||
|
||||
'default' => [
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
|
Reference in New Issue
Block a user