From 329ad760bd9b9c361567270192029c0c08af25e2 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 7 Oct 2019 15:33:34 -0400 Subject: [PATCH 1/2] Update storage-drivers.blade.md --- docs/source/v2/storage-drivers.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/storage-drivers.blade.md b/docs/source/v2/storage-drivers.blade.md index dfd73d7..350111a 100644 --- a/docs/source/v2/storage-drivers.blade.md +++ b/docs/source/v2/storage-drivers.blade.md @@ -47,7 +47,7 @@ Read the [Redis documentation page on persistence](https://redis.io/topics/persi If your cache driver is Redis and you don't want to use AOF with it, run two Redis instances. Otherwise, just make sure you use a different database (number) for tenancy and another for anything else. -To use this driver, create a new Redis connection in the `database.redis` configuration (`config/database.php`) called `tenancy`. +To use this driver, create a new Redis connection in the `database.redis` configuration (`config/database.php`) called `tenancy` (or if you use another name, be sure to update it in the `tenancy.storage_drivers.redis.connection` configuration (`config/tenancy.php`). ```php 'tenancy' => [ From d2df532bd4060d091dc33f6fa5f0f17eae579260 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 7 Oct 2019 15:35:46 -0400 Subject: [PATCH 2/2] Update storage-drivers.blade.md --- docs/source/v2/storage-drivers.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/storage-drivers.blade.md b/docs/source/v2/storage-drivers.blade.md index 350111a..76297fc 100644 --- a/docs/source/v2/storage-drivers.blade.md +++ b/docs/source/v2/storage-drivers.blade.md @@ -47,7 +47,7 @@ Read the [Redis documentation page on persistence](https://redis.io/topics/persi If your cache driver is Redis and you don't want to use AOF with it, run two Redis instances. Otherwise, just make sure you use a different database (number) for tenancy and another for anything else. -To use this driver, create a new Redis connection in the `database.redis` configuration (`config/database.php`) called `tenancy` (or if you use another name, be sure to update it in the `tenancy.storage_drivers.redis.connection` configuration (`config/tenancy.php`). +To use this driver, create a new Redis connection in the `database.redis` configuration (`config/database.php`) called `tenancy` (or if you use another name, be sure to update it in the `tenancy.storage_drivers.redis.connection` configuration (`config/tenancy.php`)). ```php 'tenancy' => [