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

Move parsers into seperate module and improve js parser performance

This commit is contained in:
Ruben Bridgewater
2015-11-30 12:59:30 +01:00
parent 0207163655
commit 16a1d69c82
10 changed files with 91 additions and 650 deletions

View File

@@ -62,5 +62,5 @@ module.exports = {
reply_to_object: replyToObject,
to_array: toArray,
print: print,
errCode: redisErrCode
err_code: redisErrCode
};