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.