Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/protocol/deno_streams/command.ts>sendCommand

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
function sendCommand
import { sendCommand } from "https://deno.land/x/redis@v0.33.0/protocol/deno_streams/command.ts";

Parameters

writer: BufWriter
reader: BufReader
command: string
args: RedisValue[]
optional
returnUint8Arrays: boolean