From 999bf12df4b74fcde789bbe6edaff34bd6d4b527 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 21 Jan 2019 11:32:44 +0300 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6d036c57e..2b76e6b04 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ Redisson: Redis based In-Memory Data Grid for Java.
State of the Art Redis Java client ==== -[Quick start](https://github.com/redisson/redisson#quick-start) | [Documentation](https://github.com/redisson/redisson/wiki) | [Javadocs](http://www.javadoc.io/doc/org.redisson/redisson/3.9.1) | [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) | [Code examples](https://github.com/redisson/redisson-examples) | [FAQs](https://github.com/redisson/redisson/wiki/16.-FAQ) | [Report an issue](https://github.com/redisson/redisson/issues/new) | **[Redisson PRO](https://redisson.pro)** +[Quick start](https://github.com/redisson/redisson#quick-start) | [Documentation](https://github.com/redisson/redisson/wiki) | [Javadocs](http://www.javadoc.io/doc/org.redisson/redisson/3.10.0) | [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) | [Code examples](https://github.com/redisson/redisson-examples) | [FAQs](https://github.com/redisson/redisson/wiki/16.-FAQ) | [Report an issue](https://github.com/redisson/redisson/issues/new) | **[Redisson PRO](https://redisson.pro)** Based on high-performance async and lock-free Java Redis client and [Netty](http://netty.io) framework. | Stable
Release Version | Release Date | JDK Version
compatibility | `CompletionStage`
support | `ProjectReactor` version
compatibility | | ------------- | ------------- | ------------| -----------| -----------| -| 3.10.0 | 27.12.2018 | 1.8 - 11, Android | Yes | 3.x.x | -| 2.15.0 | 27.12.2018 | 1.6 - 11, Android | No | 2.0.8 | +| 3.10.1 | 21.01.2019 | 1.8 - 11, Android | Yes | 3.x.x | +| 2.15.1 | 21.01.2019 | 1.6 - 11, Android | No | 2.0.8 | Features @@ -110,23 +110,23 @@ Quick start org.redisson redisson - 3.10.0 + 3.10.1 org.redisson redisson - 2.15.0 + 2.15.1 #### Gradle // JDK 1.8+ compatible - compile 'org.redisson:redisson:3.10.0' + compile 'org.redisson:redisson:3.10.1' // JDK 1.6+ compatible - compile 'org.redisson:redisson:2.15.0' + compile 'org.redisson:redisson:2.15.1' #### Java @@ -153,11 +153,11 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService"); Downloads =============================== -[Redisson 3.10.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.0&e=jar), -[Redisson node 3.10.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.0&e=jar) +[Redisson 3.10.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.10.1&e=jar), +[Redisson node 3.10.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.10.1&e=jar) -[Redisson 2.15.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.15.0&e=jar), -[Redisson node 2.15.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.15.0&e=jar) +[Redisson 2.15.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.15.1&e=jar), +[Redisson node 2.15.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.15.1&e=jar) FAQs ===============================