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

Improve performance further

This commit is contained in:
Ruben Bridgewater
2015-10-05 10:57:57 +02:00
parent 2232a8948e
commit e47ba4a583
5 changed files with 54 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
// hgetall converts its replies to an Object. If the reply is empty, null is returned.
// hgetall converts its replies to an Object. If the reply is empty, null is returned.
function replyToObject(reply) {
var obj = {}, j, jl, key, val;