Skip to main content
Module

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

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

Parameters

writable: WritableStream<Uint8Array>
command: string
args: RedisValue[]
optional
returnUint8Arrays: boolean