import { type Protocol } from "https://deno.land/x/redis@v0.34.0/protocol/shared/protocol.ts";
Methods
sendCommand(): Promise<RedisReply>
readReply(returnsUint8Array?: boolean): Promise<RedisReply>
writeCommand(command: Command): Promise<void>
pipeline(commands: Array<Command>): Promise<Array<RedisReply | ErrorReplyError>>