diff options
| author | Eric <eric@maltoya.org> | 2011-03-28 23:09:32 +0800 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-03-31 20:16:53 +0200 |
| commit | f18d93756cad336db8299a2ab88ec3382efe171a (patch) | |
| tree | 9d83c161d3f23c0bdeae421539ed3a926c5ac011 | |
| parent | fad7333e7266fe402e4a63f816b401c2f54b0c66 (diff) | |
| download | forums-f18d93756cad336db8299a2ab88ec3382efe171a.tar forums-f18d93756cad336db8299a2ab88ec3382efe171a.tar.gz forums-f18d93756cad336db8299a2ab88ec3382efe171a.tar.bz2 forums-f18d93756cad336db8299a2ab88ec3382efe171a.tar.xz forums-f18d93756cad336db8299a2ab88ec3382efe171a.zip | |
[ticket/10110] Update comments with a link to the phpredis extension
PHPBB3-10110
| -rw-r--r-- | phpBB/includes/acm/acm_redis.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/includes/acm/acm_redis.php b/phpBB/includes/acm/acm_redis.php index 3f0e590d0a..b1739c0479 100644 --- a/phpBB/includes/acm/acm_redis.php +++ b/phpBB/includes/acm/acm_redis.php @@ -2,8 +2,7 @@ /** * * @package acm -* @version $Id$ -* @copyright (c) 2005, 2011 phpBB Group +* @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ @@ -40,6 +39,10 @@ if (!defined('PHPBB_ACM_REDIS')) /** * ACM for Redis +* +* Compatible with the php extension phpredis available +* at https://github.com/nicolasff/phpredis +* * @package acm */ class acm extends acm_memory |
