Skip to main content
Module

x/redis/protocol/mod.ts>sendCommand

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

Parameters

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