diff options
Diffstat (limited to 'server/lib/redis.ts')
-rw-r--r-- | server/lib/redis.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts index d6d053d2f..9b3c72300 100644 --- a/server/lib/redis.ts +++ b/server/lib/redis.ts | |||
@@ -33,6 +33,7 @@ class Redis { | |||
33 | this.initialized = true | 33 | this.initialized = true |
34 | 34 | ||
35 | this.client = createClient(Redis.getRedisClientOptions()) | 35 | this.client = createClient(Redis.getRedisClientOptions()) |
36 | this.client.on('error', err => logger.error('Redis Client Error', { err })) | ||
36 | 37 | ||
37 | logger.info('Connecting to redis...') | 38 | logger.info('Connecting to redis...') |
38 | 39 | ||