From a3d9fcabfbf387ae23c07a3a71fdce2d8230ae2f Mon Sep 17 00:00:00 2001 From: Pius Gumo Date: Tue, 19 Jan 2021 18:58:45 +0200 Subject: [PATCH] Update queues.blade.md --- source/docs/v3/queues.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/queues.blade.md b/source/docs/v3/queues.blade.md index 60b124b..9f3bcaa 100644 --- a/source/docs/v3/queues.blade.md +++ b/source/docs/v3/queues.blade.md @@ -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`. ->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}