about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--streaming/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/streaming/index.js b/streaming/index.js
index a9197624b..0fd545a41 100644
--- a/streaming/index.js
+++ b/streaming/index.js
@@ -92,6 +92,7 @@ if (cluster.isMaster) {
   const redisParams = {
     host:     process.env.REDIS_HOST     || '127.0.0.1',
     port:     process.env.REDIS_PORT     || 6379,
+    db:       process.env.REDIS_DB       || 0,
     password: process.env.REDIS_PASSWORD,
     url:      process.env.REDIS_URL      || null
   }