Update packages/backend/check_connect.js
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
parent
d019c1c440
commit
9f8c9dd881
|
@ -6,5 +6,5 @@ const redis = createRedisConnection(config);
|
|||
|
||||
redis.on('connect', () => redis.disconnect());
|
||||
redis.on('error', (e) => {
|
||||
throw e;
|
||||
throw e;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue