Update README.md

pull/2009/head
Nikita Koksharov 6 years ago committed by GitHub
parent a641503b6e
commit e1a489ea00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
===============================

Loading…
Cancel
Save