Global Redis 2.x

This commit is contained in:
Samuel Štancl 2019-09-22 19:44:47 +02:00
parent e8189a9af2
commit 6666347e20

View file

@ -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.