1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/10110] Add Redis ACM backend

PHPBB3-10110
This commit is contained in:
Eric
2011-03-28 21:08:53 +08:00
committed by Igor Wiedler
parent 2f6b046f4b
commit fad7333e72
2 changed files with 146 additions and 0 deletions

View File

@@ -240,6 +240,10 @@ 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_QA (Set board to QA-Mode, which means the updater also checks for RC-releases)
</pre></div>