From 8ce5193f29e8a72e4b2b9db1b54e83e177075bf0 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 26 Jul 2011 18:27:44 -0400 Subject: [PATCH] INT-2008 added si-redis.conf --- spring-integration-redis/si-redis.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spring-integration-redis/si-redis.conf diff --git a/spring-integration-redis/si-redis.conf b/spring-integration-redis/si-redis.conf new file mode 100644 index 0000000000..c14c96d78b --- /dev/null +++ b/spring-integration-redis/si-redis.conf @@ -0,0 +1,5 @@ +# minimal config +daemonize yes +bind 127.0.0.1 +loglevel notice +port 7379 \ No newline at end of file