function encodeCommandimport { encodeCommand } from "https://deno.land/x/redis@v0.34.0/protocol/shared/command.ts"; encodeCommand(command: string, args: RedisValue[]): Uint8ArrayParameterscommand: stringargs: RedisValue[]ReturnsUint8Array