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', ],