From 63b67a501d0b5f7ce71d3bddc9f6ca247ce02355 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Thu, 20 Jul 2017 15:19:12 +0200 Subject: [PATCH] Update guides for Redis based samples --- docs/src/docs/asciidoc/guides/boot-findbyusername.adoc | 1 + docs/src/docs/asciidoc/guides/boot-redis.adoc | 1 + docs/src/docs/asciidoc/guides/boot-websocket.adoc | 1 + docs/src/docs/asciidoc/guides/grails3.adoc | 1 + docs/src/docs/asciidoc/guides/java-custom-cookie.adoc | 1 + docs/src/docs/asciidoc/guides/java-redis.adoc | 1 + docs/src/docs/asciidoc/guides/java-rest.adoc | 1 + docs/src/docs/asciidoc/guides/java-security.adoc | 1 + docs/src/docs/asciidoc/guides/java-users.adoc | 1 + docs/src/docs/asciidoc/guides/xml-redis.adoc | 1 + 10 files changed, 10 insertions(+) diff --git a/docs/src/docs/asciidoc/guides/boot-findbyusername.adoc b/docs/src/docs/asciidoc/guides/boot-findbyusername.adoc index b233e5e6..c2feb2e4 100644 --- a/docs/src/docs/asciidoc/guides/boot-findbyusername.adoc +++ b/docs/src/docs/asciidoc/guides/boot-findbyusername.adoc @@ -110,6 +110,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `JedisConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/boot-redis.adoc b/docs/src/docs/asciidoc/guides/boot-redis.adoc index c270d3e4..6a0699f1 100644 --- a/docs/src/docs/asciidoc/guides/boot-redis.adoc +++ b/docs/src/docs/asciidoc/guides/boot-redis.adoc @@ -93,6 +93,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `JedisConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/boot-websocket.adoc b/docs/src/docs/asciidoc/guides/boot-websocket.adoc index 52ef555d..f556dda5 100644 --- a/docs/src/docs/asciidoc/guides/boot-websocket.adoc +++ b/docs/src/docs/asciidoc/guides/boot-websocket.adoc @@ -85,6 +85,7 @@ server.session.timeout=60 ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/grails3.adoc b/docs/src/docs/asciidoc/guides/grails3.adoc index 30b31e78..5e7d3f0a 100644 --- a/docs/src/docs/asciidoc/guides/grails3.adoc +++ b/docs/src/docs/asciidoc/guides/grails3.adoc @@ -86,6 +86,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `JedisConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/java-custom-cookie.adoc b/docs/src/docs/asciidoc/guides/java-custom-cookie.adoc index ddca7f0e..08b01334 100644 --- a/docs/src/docs/asciidoc/guides/java-custom-cookie.adoc +++ b/docs/src/docs/asciidoc/guides/java-custom-cookie.adoc @@ -80,6 +80,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/java-redis.adoc b/docs/src/docs/asciidoc/guides/java-redis.adoc index b47fcf39..7f05b785 100644 --- a/docs/src/docs/asciidoc/guides/java-redis.adoc +++ b/docs/src/docs/asciidoc/guides/java-redis.adoc @@ -127,6 +127,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/java-rest.adoc b/docs/src/docs/asciidoc/guides/java-rest.adoc index aa25d991..3c6f47d9 100644 --- a/docs/src/docs/asciidoc/guides/java-rest.adoc +++ b/docs/src/docs/asciidoc/guides/java-rest.adoc @@ -128,6 +128,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/java-security.adoc b/docs/src/docs/asciidoc/guides/java-security.adoc index 7187b4e6..e3aca357 100644 --- a/docs/src/docs/asciidoc/guides/java-security.adoc +++ b/docs/src/docs/asciidoc/guides/java-security.adoc @@ -132,6 +132,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/java-users.adoc b/docs/src/docs/asciidoc/guides/java-users.adoc index 334ce19f..1871dcb2 100644 --- a/docs/src/docs/asciidoc/guides/java-users.adoc +++ b/docs/src/docs/asciidoc/guides/java-users.adoc @@ -21,6 +21,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ---- diff --git a/docs/src/docs/asciidoc/guides/xml-redis.adoc b/docs/src/docs/asciidoc/guides/xml-redis.adoc index 6581e6af..d4b18b23 100644 --- a/docs/src/docs/asciidoc/guides/xml-redis.adoc +++ b/docs/src/docs/asciidoc/guides/xml-redis.adoc @@ -135,6 +135,7 @@ You can run the sample by obtaining the {download-url}[source code] and invoking ==== For the sample to work, you must http://redis.io/download[install Redis 2.8+] on localhost and run it with the default port (6379). Alternatively, you can update the `LettuceConnectionFactory` to point to a Redis server. +Another option is to use https://www.docker.com/[Docker] to run Redis on localhost. See https://hub.docker.com/_/redis/[Docker Redis repository] for detailed instructions. ==== ----