Skip to main content
Module

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

🦕 Redis client for Deno 🍕
Very Popular
Latest
interface Command
import { type Command } from "https://deno.land/x/redis@v0.32.4/protocol/web_streams/command.ts";

Properties

command: string
args: RedisValue[]
optional
returnUint8Arrays: boolean