We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757f5a commit b0cd51eCopy full SHA for b0cd51e
lib/redis.js
@@ -30,6 +30,7 @@ async function connect(body) {
30
host: body.serverModel.ip, port: body.serverModel.port, db: body.serverModel.db,
31
password: body.serverModel.password,
32
showFriendlyErrorStack: true,
33
+ autoResendUnfulfilledCommands: false,
34
});
35
36
const timeoutHandler = setTimeout(() => {
0 commit comments