Note on how to work around redis local binding.

This commit is contained in:
Glenn Renfro
2015-07-23 10:19:20 -04:00
parent c8e0d76997
commit 70e1ff006c

View File

@@ -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: