Skip to main content
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.27.4/protocol/mod.ts";

Parameters

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