Skip to content
Snippets Groups Projects
Unverified Commit 9f8c9dd8 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update packages/backend/check_connect.js


Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
parent d019c1c4
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ const redis = createRedisConnection(config);
redis.on('connect', () => redis.disconnect());
redis.on('error', (e) => {
throw e;
throw e;
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment