Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-08-18 17:56:42 +0800
Commit
1c8b012aeccdd3341fc04a6a2a2f23d914112f9b
1 parent
ef744f8b
redis err log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/redis.js
doraemon/middleware/redis.js
View file @
1c8b012
...
...
@@ -23,7 +23,7 @@ try {
}
return
client
.
multi
.
call
(
client
,
args
).
execAsync
().
timeout
(
timeout
).
catch
(()
=>
{
logger
.
err
(
'redis exe time out'
);
logger
.
err
or
(
'redis exe time out'
);
return
false
;
});
};
...
...
Please
register
or
login
to post a comment