Module

x/r2d2/mod.ts>Reply

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

Parsed Redis reply

definition:
| string
| number
| null
| Reply[]