www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/file/config/redis.inc.php

    <?php
/*
说明:Redis服务器配置
示例:
$RedisServer = array(
	array('host'=>'192.168.1.10', 'port'=>'6379'),
	array('host'=>'192.168.1.11', 'port'=>'6379'),
	array('host'=>'192.168.1.12', 'port'=>'6379'),
);
*/
$RedisServer = array(
	array('host'=>'127.0.0.1', 'port'=>'6379'),
);
?>