From 7ab735e78c867017d1a2cd264483598f4dbf1df1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 10 Jun 2017 22:37:15 +0300 Subject: [PATCH 1/2] Create CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5388898..aa5ac6c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Redisson Releases History ### 10-Jun-2017 - versions 2.9.3 and 3.4.3 released -__!PRICE REDUCTION!__ - __[Redisson PRO](https://redisson.pro)__ now costs only __$975__ per year and supports unlimited Redisson instances +__!PRICE REDUCTION!__ - __Ultra-fast [Redisson PRO](https://redisson.pro)__ now costs only __$975__ per year and supports unlimited Redisson instances Feature - __SSL support__ Feature - __[RedisLabs](http://redislabs.com) hosting support__ From dd491f3e62cdf6b845d1a23ea183f31584bed104 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 12 Jun 2017 10:53:55 +0300 Subject: [PATCH 2/2] Create CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5ac6c4d..d3393a4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Redisson Releases History __!PRICE REDUCTION!__ - __Ultra-fast [Redisson PRO](https://redisson.pro)__ now costs only __$975__ per year and supports unlimited Redisson instances +Since this version, if you use programmatic config definition you should define full url with schema. + +```java +config.setAddress("redis://127.0.0.1:6739"); +// or for SSL support +config.setAddress("rediss://127.0.0.1:6739"); +``` + Feature - __SSL support__ Feature - __[RedisLabs](http://redislabs.com) hosting support__ Feature - `RBlockingQueue.takeLastAndOfferFirstTo` method added