From d4c6716f851b6ee1da796c20017d40619926ab5a Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 19:37:34 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aed4ebab5..94f118a57 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ Include the following to your dependency list: ### Downloads -[Redisson 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.3.0&e=jar), [Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) +[Redisson 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.3.0&e=jar) +[Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) +[Java data structures powered by Redis. Introduction to Redisson @ Redis Lightning Talks, May 9](http://redisson.org/Redisson.pdf) ### Supported by From e9d1c2214d49ec901e84ef78deb4f654ad6ec983 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 19:37:49 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f118a57..1666d13c1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Include the following to your dependency list: ### Downloads [Redisson 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.3.0&e=jar) -[Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) +[Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) [Java data structures powered by Redis. Introduction to Redisson @ Redis Lightning Talks, May 9](http://redisson.org/Redisson.pdf) ### Supported by From fdac15673891152d68e1ae28a39c9509ae04463e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 19:38:17 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1666d13c1..db95696b3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Include the following to your dependency list: [Redisson 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.3.0&e=jar) [Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) -[Java data structures powered by Redis. Introduction to Redisson @ Redis Lightning Talks, May 9](http://redisson.org/Redisson.pdf) +[Java data structures powered by Redis. Introduction to Redisson. PDF](http://redisson.org/Redisson.pdf) ### Supported by From cda8a00b2144441050933220a84250f49d2e3dcc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 19:44:18 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db95696b3..ca9347815 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,13 @@ Projects using Redisson ================================ [Setronica](http://setronica.com/), [Monits](http://monits.com/), [Brookhaven National Laboratory](http://bnl.gov/), [Netflix Dyno client] (https://github.com/Netflix/dyno), [武林Q传](http://www.nbrpg.com/), [Ocous](http://www.ocous.com/), [Invaluable](http://www.invaluable.com/), [Clover](https://www.clover.com/) , [Apache Karaf Decanter](https://karaf.apache.org/projects.html#decanter), [Atmosphere Framework](http://async-io.org/) +### Articles + +[Java data structures powered by Redis. Introduction to Redisson. PDF](http://redisson.org/Redisson.pdf) +[Introducing Redisson Live Objects (Object Hash Mapping)](https://dzone.com/articles/introducing-redisson-live-object-object-hash-mappi) +[Java Remote Method Invocation with Redisson](https://dzone.com/articles/java-remote-method-invocation-with-redisson) +[Java Multimaps With Redis](https://dzone.com/articles/multimaps-with-redis) + ### Maven Include the following to your dependency list: @@ -76,7 +83,6 @@ Include the following to your dependency list: [Redisson 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.3.0&e=jar) [Redisson node 2.3.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) -[Java data structures powered by Redis. Introduction to Redisson. PDF](http://redisson.org/Redisson.pdf) ### Supported by From 79f0e9c45986fb070d6e4bc428bcdb5e6ae64b31 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 20:07:40 +0300 Subject: [PATCH 5/6] Create README.md --- redisson-all/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 redisson-all/README.md diff --git a/redisson-all/README.md b/redisson-all/README.md new file mode 100644 index 000000000..20eb81897 --- /dev/null +++ b/redisson-all/README.md @@ -0,0 +1,5 @@ +## Redisson standalone node + +Redisson offers ability to run as standalone node and participate in distributed computing. Such standalone nodes could be used to run [ExecutorService](./9.-distributed-services#93-executor-service), [ScheduledExecutorService](https://github.com/mrniko/redisson/wiki/9.-distributed-services#94-scheduled-executor-service) tasks or [RemoteService](./9.-distributed-services#91-remote-service) services. It's just a single jar and could be downloaded from [here](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) + +[Documenation](https://github.com/mrniko/redisson/wiki/12.-Standalone-node) about Redisson standalone node. From edf2d346bfe0295440b412fc5e25e8f013bbe711 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 31 Aug 2016 20:33:26 +0300 Subject: [PATCH 6/6] Update README.md --- redisson-all/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-all/README.md b/redisson-all/README.md index 20eb81897..3d734b00c 100644 --- a/redisson-all/README.md +++ b/redisson-all/README.md @@ -2,4 +2,4 @@ Redisson offers ability to run as standalone node and participate in distributed computing. Such standalone nodes could be used to run [ExecutorService](./9.-distributed-services#93-executor-service), [ScheduledExecutorService](https://github.com/mrniko/redisson/wiki/9.-distributed-services#94-scheduled-executor-service) tasks or [RemoteService](./9.-distributed-services#91-remote-service) services. It's just a single jar and could be downloaded from [here](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.3.0&e=jar) -[Documenation](https://github.com/mrniko/redisson/wiki/12.-Standalone-node) about Redisson standalone node. +[Documentation](https://github.com/mrniko/redisson/wiki/12.-Standalone-node) about Redisson standalone node.