J2Cache 2.7.0 发布了,支持 Lettuce 替代 Jedis

栏目: 软件资讯 · 发布时间: 6年前

内容简介:J2Cache 2.7.0 在周末悄没声息的发布了!!! 该版本支持使用 Lettuce 替代 Jedis 连接 Redis ,目前二者并存,以后的版本可能会考虑直接替换掉 Jedis 。我之前不喜欢 Lettuce 是因为它依赖了一个大的第三方包 —...

J2Cache 2.7.0 在周末悄没声息的发布了!!!

该版本支持使用 Lettuce 替代 Jedis 连接 Redis ,目前二者并存,以后的版本可能会考虑直接替换掉 Jedis 。我之前不喜欢 Lettuce 是因为它依赖了一个大的第三方包 —— Netty 。但是从使用角度来看,用 Lettuce 的代码量要比 Jedis 小很多。而且 Spring Config 相关项目也是使用 Lettuce 。

如果想在 J2Cache 中使用 Lettuce 的话,需要指定二级缓存:

j2cache.L2.provider_class = lettuce

相关配置信息:

lettuce.namespace =
lettuce.storage = generic
lettuce.channel = j2cache
lettuce.scheme = redis
lettuce.hosts = 127.0.0.1:6379
lettuce.password =
lettuce.database = 0
lettuce.sentinelMasterId =

此外,该版本还修复了一个重要的 Bug ,该 Bug 导致多次调用 getChannel() 会产生错误的行为。

强烈建议用户升级到该版本!

Maven 

<dependency>
  <groupId>net.oschina.j2cache</groupId>
  <artifactId>j2cache-core</artifactId>
  <version>2.7.0-release</version>
</dependency>

同时 J2Cache 的分布式 session 管理模块 session-manager 也升级到了 1.0.0.beta3 版本。

如果你觉得这个项目有用,请给 https://gitee.com/ld/J2Cache 点个赞。

很多人并不清楚 J2Cache 和普通缓存框架有何不同,它解决了什么问题? 那么你可以看看这篇博客 https://my.oschina.net/javayou/blog/1931381


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《J2Cache 2.7.0 发布了,支持 Lettuce 替代 Jedis》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Code Reading

Code Reading

Diomidis Spinellis / Addison-Wesley Professional / 2003-06-06 / USD 64.99

This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,......一起来看看 《Code Reading》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具