From 70e1ff006cb3d0c3407a79fe41e2250b12175e81 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Thu, 23 Jul 2015 10:19:20 -0400 Subject: [PATCH] Note on how to work around redis local binding. --- spring-cloud-stream-module-launcher/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-stream-module-launcher/README.md b/spring-cloud-stream-module-launcher/README.md index 804e9f8a7..aaf4c837c 100644 --- a/spring-cloud-stream-module-launcher/README.md +++ b/spring-cloud-stream-module-launcher/README.md @@ -23,6 +23,8 @@ cp spring-cloud-stream/spring-cloud-stream-samples/sink/target/spring-cloud-stre 3: start redis locally via `redis-server` (optionally start `redis-cli` and use the `MONITOR` command to watch activity) +*NOTE:* redis.conf (on OSX it is found here: /usr/local/etc/redis.conf) may need to be updated to set the binding to an address other than 127.0.0.1 else the docker instances will fail to connect. For example: bind 0.0.0.0 + ## Running Standalone From the `spring-cloud-stream/spring-cloud-stream-module-launcher` directory: