From da83941a53e1d3fa30ca352aed1e46a34321859c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 10 Dec 2019 19:46:53 +0300 Subject: [PATCH 1/4] Update README.md --- redisson-hibernate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 88dce93ab..50cf89653 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -14,7 +14,7 @@ Redisson provides various Hibernate Cache factories including those with feature Below is the list of all available factories with local cache and/or data partitioning support: -|Class name | Local cache
support
(up to 5x faster) | Data partitioning
support | +|Class name | Local cache
(up to 5x faster) | Data partitioning | | ------------- | ------------- | ------------| |RedissonRegionFactory
  | No | No | |RedissonLocalCachedRegionFactory
available only in [Redisson PRO](http://redisson.pro) edition | **Yes** | No | From a370605bf7884e28d9698a3fa3f9e471110ae985 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 10 Dec 2019 19:47:32 +0300 Subject: [PATCH 2/4] Update README.md --- redisson-hibernate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 50cf89653..ec4979a20 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -14,7 +14,7 @@ Redisson provides various Hibernate Cache factories including those with feature Below is the list of all available factories with local cache and/or data partitioning support: -|Class name | Local cache
(up to 5x faster) | Data partitioning | +|Class name | Local cache | Data partitioning | | ------------- | ------------- | ------------| |RedissonRegionFactory
  | No | No | |RedissonLocalCachedRegionFactory
available only in [Redisson PRO](http://redisson.pro) edition | **Yes** | No | From a5cb8fe13c07b59b3cbf86c95266068227f673c2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 10 Dec 2019 19:48:53 +0300 Subject: [PATCH 3/4] Update README.md --- redisson-mybatis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md index 24c2cb11f..1c0debbc8 100644 --- a/redisson-mybatis/README.md +++ b/redisson-mybatis/README.md @@ -12,7 +12,7 @@ Redisson provides various MyBatis Cache implementations including those with fea Below is the list of all available implementations with local cache and/or data partitioning support: -|Class name | Local cache
support
(up to 45x faster) | Data partitioning
support | +|Class name | Local cache | Data partitioning | | ------------- | ------------- | ------------| |RedissonCache
  | No | No | |RedissonLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) edition | **Yes** | No | From dfa854f655394621444a0667db8b31cb6601fbd7 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 10 Dec 2019 20:43:32 +0300 Subject: [PATCH 4/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c39a9366..5091f9c6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,9 @@ -## Build Prerequisites ## +## License + +All contributions to Redisson are licensed under the +[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) and subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). + +## Build Prerequisites Have at least a local copy of built redis, for more information see [tutorial](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis). Note that redis shouldn't be running - the build will start instances as needed. @@ -8,7 +13,7 @@ Note that redis shouldn't be running - the build will start instances as needed. Prior to the build, you may need to change branch depending on which version of Redisson you want to build. Currently master branch is for version 2.x whereas 3.0.0 branch is for 3.x branch. Version 2.x requies Java SDK 6 and above and version 3.x requires Java SDK 8 and above to build. -## Running the tests ## +## Running the tests ``` bash export REDIS_BIN=