未验证 提交 e1a489ea 编写于 作者: N Nikita Koksharov 提交者: GitHub

Update README.md

上级 a641503b
......@@ -6,7 +6,7 @@ Based on high-performance async and lock-free Java Redis client and [Netty](http
| Stable <br/> Release Version | Release Date | JDK Version<br/> compatibility | `CompletionStage` <br/> support | `ProjectReactor` version<br/> compatibility |
| ------------- | ------------- | ------------| -----------| -----------|
| 3.10.4 | 08.03.2019 | 1.8 - 11, Android | Yes | 3.x.x |
| 3.10.5 | 20.03.2019 | 1.8 - 11, Android | Yes | 3.x.x |
| 2.15.2 | 07.02.2019 | 1.6 - 11, Android | No | 2.0.8 |
......@@ -109,12 +109,12 @@ Quick start
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.10.4</version>
<version>3.10.5</version>
</dependency>
#### Gradle
compile 'org.redisson:redisson:3.10.4'
compile 'org.redisson:redisson:3.10.5'
#### Java
......@@ -141,8 +141,8 @@ Consider __[Redisson PRO](https://redisson.pro)__ version for advanced features
Downloads
===============================
[Redisson 3.10.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.4&e=jar),
[Redisson node 3.10.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.4&e=jar)
[Redisson 3.10.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.5&e=jar),
[Redisson node 3.10.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.5&e=jar)
FAQs
===============================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册