From e5ec60021712e01491b2fefac427ad4c0b86d9e6 Mon Sep 17 00:00:00 2001 From: marceljd Date: Thu, 10 Jan 2019 13:35:39 +0000 Subject: [PATCH] Redis memcache.distributed added Signed-off-by: marceljd --- 12.0/apache/config/redis.config.php | 11 ----------- 12.0/fpm-alpine/config/redis.config.php | 11 ----------- 12.0/fpm/config/redis.config.php | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 12.0/apache/config/redis.config.php delete mode 100644 12.0/fpm-alpine/config/redis.config.php delete mode 100644 12.0/fpm/config/redis.config.php diff --git a/12.0/apache/config/redis.config.php b/12.0/apache/config/redis.config.php deleted file mode 100644 index 6147b45c..00000000 --- a/12.0/apache/config/redis.config.php +++ /dev/null @@ -1,11 +0,0 @@ - '\OC\Memcache\Redis', - 'redis' => array( - 'host' => getenv('REDIS_HOST'), - 'port' => getenv('REDIS_PORT') ?: 6379, - ), - ); -} - diff --git a/12.0/fpm-alpine/config/redis.config.php b/12.0/fpm-alpine/config/redis.config.php deleted file mode 100644 index 6147b45c..00000000 --- a/12.0/fpm-alpine/config/redis.config.php +++ /dev/null @@ -1,11 +0,0 @@ - '\OC\Memcache\Redis', - 'redis' => array( - 'host' => getenv('REDIS_HOST'), - 'port' => getenv('REDIS_PORT') ?: 6379, - ), - ); -} - diff --git a/12.0/fpm/config/redis.config.php b/12.0/fpm/config/redis.config.php deleted file mode 100644 index 6147b45c..00000000 --- a/12.0/fpm/config/redis.config.php +++ /dev/null @@ -1,11 +0,0 @@ - '\OC\Memcache\Redis', - 'redis' => array( - 'host' => getenv('REDIS_HOST'), - 'port' => getenv('REDIS_PORT') ?: 6379, - ), - ); -} -