Skip to main content
Deno 2 is finally here 🎉️
Learn more
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)[]