mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Merge pull request #23 from drbyte/patch-2
Update configuration.blade.md
This commit is contained in:
commit
f13718e5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ You can set the suffix to `.sqlite` if you're using sqlite and want the files to
|
||||||
|
|
||||||
### `redis` {#redis}
|
### `redis` {#redis}
|
||||||
|
|
||||||
If `tenancy.redis.tenancy` is set to true, connections listed in `tenancy.redis.prefixed_connections` will be prefixed with `config('tenancy.redis.prefix_base') . $id`.
|
If the `RedisTenancyBootstrapper` is enabled (see `bootstrappers` below), any connections listed in `tenancy.redis.prefixed_connections` will be prefixed with `config('tenancy.redis.prefix_base') . $id`.
|
||||||
|
|
||||||
> Note: You need phpredis. Predis support will dropped by Laravel in version 7.
|
> Note: You need phpredis. Predis support will dropped by Laravel in version 7.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue