Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
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.33.0/protocol/web_streams/command.ts";

Properties

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