|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区
您需要 登录 才可以下载或查看,没有账号?立即注册
×
Redisson 2.2.9 发布,官方推荐的 Redis 客户端
chaun 4小时前
Redisson 2.2.9 发布了。Redisson 是基于Redis服务之上构建的分布式、可伸缩的Java数据结构,高级的Redis客户端。【redis官方推荐】
Redisson 是使用熟悉的Java数据结构来发挥Redis的威力,基于lettuce Redis客户端和Netty 4 ,兼容 Redis 2.6+ and JDK 1.6+,使用Apache License 2.0授权协议,阅读 wiki 来获取更多使用信息
Supported Redis connection type
AWS ElastiCache nodes (automatic servers discovery and status update)
Cluster nodes (automatic servers discovery, status and topology update)
Sentinel nodes (automatic servers discovery and status update)
Master with Slave nodes
Single node
Features
All commands executes in an atomic way
Synchronous / asynchronous / reactive interfaces
Thread-safe implementation
Connection management
Spring cache integration
Supports Reactive Streams
Supports Android platform
Supports OSGi
Supports many popular codecs:
Jackson JSON, CBOR, MsgPack, Kryo, FST, LZ4, Snappy and JDK Serialization
Used by
Brookhaven National Laboratory, Setronica, Monits, Clover, Invaluable, Netflix Dyno client, 武林Q传, Ocous
Maven
1
<dependency>
2
<groupId>org.redisson</groupId>
3
<artifactId>redisson</artifactId>
4
<version>2.2.9</version>
5
</dependency>
Gradle
compile 'org.redisson:redisson:2.2.9'
更多关于: Redisson 的详细信息
相关资讯
CacheCloud —— 来自搜狐的 Redis 云管理平台
Jedis 2.8.1 发布,Redis的Java客户端
Redisson 2.2.9 发布,Redis 客户端
细说分布式 Redis 架构设计和那些踩过的坑
每日一博 | Redis 将 Session 集中管理
xRedis 1.2 Beta版发布,Redis的C++客户端
Redisson 2.2.8 发布,官方推荐的 Redis 客户端
Redisson 2.2.7 发布,Redis 客户端
Redis 3.2.0 RC3 发布
Redisson 2.2.6 发布,Redis 客户端 |
|