1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

fixup underscore

This commit is contained in:
Ruben Bridgewater
2017-05-06 01:17:29 +02:00
parent 27ed4db537
commit 5822939686
4 changed files with 9 additions and 189 deletions

View File

@@ -98,7 +98,7 @@ module.exports = {
replyToStrings: replyToStrings,
replyToObject: replyToObject,
errCode: /^([A-Z]+)\s+(.+)$/,
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/,
monitorRegex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/,
clone: convenienceClone,
callbackOrEmit: callbackOrEmit,
replyInOrder: replyInOrder