Update README.md

pull/1979/head
Nikita Koksharov committed by GitHub
parent 8edac4e91b
commit f6b38420ff
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 | | Stable <br/> Release Version | Release Date | JDK Version<br/> compatibility | `CompletionStage` <br/> support | `ProjectReactor` version<br/> compatibility |
| ------------- | ------------- | ------------| -----------| -----------| | ------------- | ------------- | ------------| -----------| -----------|
| 3.10.2 | 07.02.2019 | 1.8 - 11, Android | Yes | 3.x.x | | 3.10.3 | 26.02.2019 | 1.8 - 11, Android | Yes | 3.x.x |
| 2.15.2 | 07.02.2019 | 1.6 - 11, Android | No | 2.0.8 | | 2.15.2 | 07.02.2019 | 1.6 - 11, Android | No | 2.0.8 |
@ -110,23 +110,13 @@ Quick start
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson</artifactId> <artifactId>redisson</artifactId>
<version>3.10.2</version> <version>3.10.3</version>
</dependency> </dependency>
<!-- JDK 1.6+ compatible -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>2.15.2</version>
</dependency>
#### Gradle #### Gradle
// JDK 1.8+ compatible // JDK 1.8+ compatible
compile 'org.redisson:redisson:3.10.2' compile 'org.redisson:redisson:3.10.3'
// JDK 1.6+ compatible
compile 'org.redisson:redisson:2.15.2'
#### Java #### Java
@ -153,11 +143,8 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService");
Downloads Downloads
=============================== ===============================
[Redisson 3.10.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.2&e=jar), [Redisson 3.10.3](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.3&e=jar),
[Redisson node 3.10.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.2&e=jar) [Redisson node 3.10.3](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.3&e=jar)
[Redisson 2.15.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.15.2&e=jar),
[Redisson node 2.15.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.15.2&e=jar)
FAQs FAQs
=============================== ===============================

Loading…
Cancel
Save