0

0

回答

2622 浏览

spring 整合redis如何操作redis集群[已解决]0

spring操作redis代码一般如下 @Autowired private ShardedJedisPool pool; public Object getValue(String key) { return pool.getResource().get(key); } ShardedJedisPool这个对象,配置了3个服务器 10.4.18.10 6379(master) 10.4.1 ...

2015年1月08日 14:02

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics