Update queues.blade.md

This commit is contained in:
Pius Gumo 2021-01-19 18:58:45 +02:00 committed by GitHub
parent d1ce93ad09
commit a3d9fcabfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ To force the database queue driver to use the central connection, open your `que
Make sure the connection used by the queue is not in `tenancy.redis.prefixed_connections`. Make sure the connection used by the queue is not in `tenancy.redis.prefixed_connections`.
>If you are making use of a different `REDIS_CLIENT ` other than `phpredis` (which is the default on most Laravel apps), you may run into an error indicating that Laravel `tried to set a connection on null` in the RedisManager class. Defaulting back to `phpredis` as the `REDIS_CLIENT` should fix this issue. >If you are making use of a different `REDIS_CLIENT ` other than `phpredis` (which is the default on most Laravel apps) or `predis`, you may run into an error indicating that Laravel `tried to set a connection on null` in the RedisManager class. Defaulting back to `phpredis` as the `REDIS_CLIENT` should fix this issue.
## Central queues {#central-queues} ## Central queues {#central-queues}