Skip to content

Commit b0cd51e

Browse files
author
stand4love@163.com
committedJan 17, 2019
minor update for backend.
1 parent 8757f5a commit b0cd51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/redis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async function connect(body) {
3030
host: body.serverModel.ip, port: body.serverModel.port, db: body.serverModel.db,
3131
password: body.serverModel.password,
3232
showFriendlyErrorStack: true,
33+
autoResendUnfulfilledCommands: false,
3334
});
3435

3536
const timeoutHandler = setTimeout(() => {

0 commit comments

Comments
 (0)
Please sign in to comment.