You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
chore: mark private variables as such and remove obsolete ones
This commit is contained in:
@ -139,7 +139,7 @@ function warn (client, msg) {
|
||||
* @returns {string|number|null|Buffer|any[]|object}
|
||||
*/
|
||||
function handleReply (client, reply, command) {
|
||||
if (client.options.detectBuffers === true && command.bufferArgs === false) { // client.messageBuffers
|
||||
if (client._options.detectBuffers === true && command.bufferArgs === false) { // client.messageBuffers
|
||||
reply = replyToStrings(reply)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user