aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/redis.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/redis.ts')
-rw-r--r--server/lib/redis.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts
index 0acb9ff0e..97ff3598b 100644
--- a/server/lib/redis.ts
+++ b/server/lib/redis.ts
@@ -26,7 +26,8 @@ class Redis {
26 26
27 this.client = createClient({ 27 this.client = createClient({
28 host: CONFIG.REDIS.HOSTNAME, 28 host: CONFIG.REDIS.HOSTNAME,
29 port: CONFIG.REDIS.PORT 29 port: CONFIG.REDIS.PORT,
30 db: CONFIG.REDIS.DB
30 }) 31 })
31 32
32 this.client.on('error', err => { 33 this.client.on('error', err => {