Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/protocol/command.ts>sendCommands

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
function sendCommands
import { sendCommands } from "https://deno.land/x/redis@v0.29.1/protocol/command.ts";

Parameters

writer: BufWriter
reader: BufReader
commands: { command: string; args: RedisValue[]; }[]

Returns

Promise<RawOrError[]>