mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Global Redis 2.x
This commit is contained in:
parent
e8189a9af2
commit
6666347e20
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ Use the `global_asset()` helper.
|
||||||
|
|
||||||
Create a new connection and use it like `DB::connection($connectionName)->table('foo')->where(...)`
|
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}
|
## Global Queues/Jobs {#global-queues-jobs}
|
||||||
|
|
||||||
Coming soon.
|
Coming soon.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue