Module

x/r2d2/mod.ts>Command

Fast, lightweight Redis client library for Deno.
Go to Latest
type alias Command
import { type Command } from "https://dotland.deno.dev/x/r2d2@v0.0.14/mod.ts";

Redis command, which is an array of arguments.

definition: (string | number | Uint8Array)[]