From c3d922cf710f9cf195cb1d5b74e7426b0b63b25b Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 20 Nov 2018 19:03:30 +0300 Subject: [PATCH] Update README.md --- redisson-all/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/redisson-all/README.md b/redisson-all/README.md index 3d734b00c..d5fac5185 100644 --- a/redisson-all/README.md +++ b/redisson-all/README.md @@ -1,5 +1,7 @@ ## 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) +Redisson offers ability to run as standalone node and participate in distributed computing. Such Nodes are used to run [MapReduce](./9.-distributed-services/#95-distributed-mapreduce-service), [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. All tasks are kept in Redis until their execution moment. + +Packaged as a single jar and could be [downloaded](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.9.0&e=jar). [Documentation](https://github.com/mrniko/redisson/wiki/12.-Standalone-node) about Redisson standalone node.