Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/r2d2/mod.ts>Command

Lightweight Redis client library for Deno.
Go to Latest
type alias Command
import { type Command } from "https://deno.land/x/r2d2@v0.0.10/mod.ts";

Redis command, which is an array of arguments.

definition: (string | number)[]