Hello,
I implemented Redis caching but after this mails are getting stack in queue worker of Redis but i want this queue in Sync how can we change this.
return [
(new Blomstra\Redis\Extend\Redis([
'connections' => [
'cache' => [
'host' => 'cloud.redislabs.com',
'password' => '',
'port' => 11663,
'database' => 0,
],
'session' => [
'host' => 'cloud.redislabs.com',
'password' => '',
'port' => 11663,
'database' => 0,
],
'queue' => [
'default' => 'sync',
'connections' => [
'sync' => [
'driver' => 'sync',
],
],
],
],
]))
];
I Used above code but still it going into queue worker