diff options
Diffstat (limited to 'tests/redis-cluster.config.php')
-rw-r--r-- | tests/redis-cluster.config.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/redis-cluster.config.php b/tests/redis-cluster.config.php index e255d123f60..d9951218384 100644 --- a/tests/redis-cluster.config.php +++ b/tests/redis-cluster.config.php @@ -1,5 +1,8 @@ <?php - +/** + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ $CONFIG = [ 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', |