Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/redis/protocol/mod.ts>sendCommands

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

Parameters

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

Returns

Promise<unknown[]>