From 7d7fca874afcc959f4cc358a6385e256389f2503 Mon Sep 17 00:00:00 2001 From: Angelos Michalopoulos Date: Tue, 30 Jan 2024 17:49:48 +0200 Subject: [PATCH] Update config.php --- assets/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/config.php b/assets/config.php index a10ad33c..38ffc6e8 100644 --- a/assets/config.php +++ b/assets/config.php @@ -149,6 +149,7 @@ return [ */ 'redis' => [ 'prefix_base' => 'tenant', // Each key in Redis will be prepended by this prefix_base, followed by the tenant id. + 'suffix' => '', 'prefixed_connections' => [ // Redis connections whose keys are prefixed, to separate one tenant's keys from another. // 'default', ],