Skip to content

Commit adddb33

Browse files
author
stand4love@163.com
committed
temp fix
1 parent fc236a0 commit adddb33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/redis.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ async function connect(body) {
3535
redis.on('error', (e) => {
3636
console.error(e);
3737
body.status = DISCONNECTED;
38-
if (e instanceof Redis.MaxRetriesPerRequestError) {
39-
redisInstanceCache[body.id] = null;
40-
}
38+
redisInstanceCache[body.id] = null;
39+
4140
});
4241

4342
redis.on('ready', () => {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy