From ae5527c9a9fa03e7313ae560b2f2763e0bc44f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 25 Jul 2019 21:55:15 +0200 Subject: [PATCH] Fix #72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ceafc9c..3580e3fb 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ The entire application will use a new database connection. The connection will b ## Redis -Connections listed in the `tenancy.redis.prefixed_connections` config array use a prefix based on the `tenancy.redis.prefix_base` and the tenant UUID. +Connections listed in the `tenancy.redis.prefixed_connections` config array use a prefix based on the `tenancy.redis.prefix_base` and the tenant UUID. This separates tenant data. **However note that `Redis::scan()` does not respect the prefix.** **Note: You *must* use phpredis if you want mutli-tenant Redis. Predis doesn't support prefixes.**