设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Redisson 2.2.9发布,官方推荐的Redis客户端

2016-3-19 17:23| 发布者: joejoe0332| 查看: 963| 评论: 0|原作者: oschina|来自: oschina

摘要: Redisson 2.2.9 发布了。Redisson 是基于Redis服务之上构建的分布式、可伸缩的Java数据结构,高级的Redis客户端。【redis官方推荐】Redisson 是使用熟悉的Java数据结构来发挥Redis的威力,基于lettuceRedis客户端和N ...

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 JSONCBORMsgPackKryoFSTLZ4Snappy and JDK Serialization

    Used by

Brookhaven National LaboratorySetronicaMonitsCloverInvaluableNetflix Dyno client武林Q传Ocous

    Maven

1
2
3
4
5
<dependency>
   <groupId>org.redisson</groupId>
   <artifactId>redisson</artifactId>
   <version>2.2.9</version>
</dependency>

    Gradle

compile 'org.redisson:redisson:2.2.9'

酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部