You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix encodeCommand
This commit is contained in:
@@ -111,6 +111,7 @@ export function* encodeCommand(args: RedisCommandArguments): IterableIterator<st
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
yield strings;
|
yield strings;
|
||||||
|
strings = '';
|
||||||
stringsLength = 0;
|
stringsLength = 0;
|
||||||
yield arg;
|
yield arg;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user