diff options
Diffstat (limited to 'tests/redis-cluster.config.php')
-rw-r--r-- | tests/redis-cluster.config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/redis-cluster.config.php b/tests/redis-cluster.config.php index e255d123f60..f749ebc81dc 100644 --- a/tests/redis-cluster.config.php +++ b/tests/redis-cluster.config.php @@ -1,5 +1,9 @@ <?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', |