summaryrefslogtreecommitdiffstats
path: root/16.0-rc/apache/config/redis.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-07-06 12:50:44 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-07-06 12:50:44 +0200
commit1d4be7e931a22e6f2020ea0dc8f8b892806b8dc3 (patch)
tree291ce0b933eda3260b753b0e44d914e5f71b9e7b /16.0-rc/apache/config/redis.config.php
parent4df6f795684fcfdb2b507f89a388e9ad9e6e081e (diff)
Update to 15.0.9 and 16.0.2 (#796)
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Pin redis version Signed-off-by: Tilo Spannagel <development@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0-rc/apache/config/redis.config.php')
-rw-r--r--16.0-rc/apache/config/redis.config.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/16.0-rc/apache/config/redis.config.php b/16.0-rc/apache/config/redis.config.php
deleted file mode 100644
index 5df799f2..00000000
--- a/16.0-rc/apache/config/redis.config.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-if (getenv('REDIS_HOST')) {
- $CONFIG = array (
- 'memcache.distributed' => '\OC\Memcache\Redis',
- 'memcache.locking' => '\OC\Memcache\Redis',
- 'redis' => array(
- 'host' => getenv('REDIS_HOST'),
- 'port' => getenv('REDIS_HOST_PORT') ?: 6379,
- ),
- );
-}
-