aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorEric <eric@maltoya.org>2011-03-30 11:29:11 +0800
committerEric <eric@maltoya.org>2011-03-30 11:29:11 +0800
commit30193fdc7e12f0c45f6a41286a30fd25aaa57475 (patch)
treec5c8871c1559ac23d7d2b6e7e0937c4f7bfe27ee /phpBB/docs/coding-guidelines.html
parent3a0a18ee25d1f44be258dff49619a061865d8f24 (diff)
downloadforums-30193fdc7e12f0c45f6a41286a30fd25aaa57475.tar
forums-30193fdc7e12f0c45f6a41286a30fd25aaa57475.tar.gz
forums-30193fdc7e12f0c45f6a41286a30fd25aaa57475.tar.bz2
forums-30193fdc7e12f0c45f6a41286a30fd25aaa57475.tar.xz
forums-30193fdc7e12f0c45f6a41286a30fd25aaa57475.zip
[feature/redis] Add Redis cache driver using phpredis extension
PHPBB3-10110
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index ef4d6b13a1..8365e3c301 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -249,6 +249,11 @@ PHPBB_ACM_MEMCACHE_PORT (overwrite memcached port, default is 11211)
PHPBB_ACM_MEMCACHE_COMPRESS (overwrite memcached compress setting, default is disabled)
PHPBB_ACM_MEMCACHE_HOST (overwrite memcached host name, default is localhost)
+PHPBB_ACM_REDIS_HOST (overwrite redis host name, default is localhost)
+PHPBB_ACM_REDIS_PORT (overwrite redis port, default is 6379)
+PHPBB_ACM_REDIS_PASSWORD (overwrite redis password, default is empty)
+PHPBB_ACM_REDIS_DB (overwrite redis default database)
+
PHPBB_QA (Set board to QA-Mode, which means the updater also checks for RC-releases)
</pre></div>