1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/10110] Update comments with a link to the phpredis extension

PHPBB3-10110
This commit is contained in:
Eric 2011-03-28 23:09:32 +08:00 committed by Igor Wiedler
parent fad7333e72
commit f18d93756c

View File

@ -2,8 +2,7 @@
/** /**
* *
* @package acm * @package acm
* @version $Id$ * @copyright (c) 2011 phpBB Group
* @copyright (c) 2005, 2011 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *
*/ */
@ -40,6 +39,10 @@ if (!defined('PHPBB_ACM_REDIS'))
/** /**
* ACM for Redis * ACM for Redis
*
* Compatible with the php extension phpredis available
* at https://github.com/nicolasff/phpredis
*
* @package acm * @package acm
*/ */
class acm extends acm_memory class acm extends acm_memory