...
|
...
|
@@ -49,7 +49,7 @@ public class RedisOperateServiceImpl implements RedisOperateService { |
|
|
List<Map<String,String>> infos= Lists.newArrayList();
|
|
|
Map<String,String> tmp_map=Maps.newHashMap();
|
|
|
//tmp_map.put("id","QCLOUD");
|
|
|
tmp_map.put("ip","global.redis.yohoops.org");
|
|
|
tmp_map.put("ip","10.66.5.187");
|
|
|
tmp_map.put("port",""+6379);
|
|
|
infos.add(tmp_map);
|
|
|
map.put("QCLOUD-全球购",infos);
|
...
|
...
|
|