1
0
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:
Leibale Eidelman
2021-12-01 22:54:31 -05:00
committed by GitHub
parent f55de0efbf
commit 41bd136bb7

View File

@@ -111,6 +111,7 @@ export function* encodeCommand(args: RedisCommandArguments): IterableIterator<st
}
} else {
yield strings;
strings = '';
stringsLength = 0;
yield arg;
}