mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update global-stuff.blade.md
This commit is contained in:
parent
4366163024
commit
3b862c238c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Create a new connection and use it like `DB::connection($connectionName)->table(
|
|||
|
||||
## 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')`
|
||||
Create a new connection, *don't* put it into `tenancy.redis.prefixed_connections`, and use it like `Redis::connection('foo')->get('bar')`
|
||||
|
||||
## Global Queues/Jobs {#global-queues-jobs}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue