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

x/redis/protocol/command.ts>sendCommand

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

Parameters

writer: BufWriter
reader: BufReader
command: string
args: RedisValue[]