From 6666347e206fd703e90d5352943e7ce1c481cba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 22 Sep 2019 19:44:47 +0200 Subject: [PATCH] Global Redis 2.x --- docs/source/v2/global-stuff.blade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/v2/global-stuff.blade.md b/docs/source/v2/global-stuff.blade.md index f9651f5..af724da 100644 --- a/docs/source/v2/global-stuff.blade.md +++ b/docs/source/v2/global-stuff.blade.md @@ -23,6 +23,10 @@ Use the `global_asset()` helper. Create a new connection and use it like `DB::connection($connectionName)->table('foo')->where(...)` +## Global Redis {#global-redis} + +Create a new connection, *don't* put it into `tenancy.redis.prefixed_connectoins`, and use it like `Redis::connection('foo')->get('bar')` + ## Global Queues/Jobs {#global-queues-jobs} Coming soon.