You've already forked node-redis
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user