You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fixup
This commit is contained in:
@@ -42,7 +42,8 @@ function onResult (client, reply) {
|
||||
// the average performance of all other commands in case of no monitor mode
|
||||
if (client._monitoring === true) {
|
||||
var replyStr
|
||||
if (client.buffers && Buffer.isBuffer(reply)) {
|
||||
// TODO: This could be further improved performance wise
|
||||
if (client._parserReturningBuffers && Buffer.isBuffer(reply)) {
|
||||
replyStr = reply.toString()
|
||||
} else {
|
||||
replyStr = reply
|
||||
|
Reference in New Issue
Block a user