Skip to main content
Module

x/r2d2/mod.ts>Reply

Minimal Redis Client for Deno.
Latest
type alias Reply
import { type Reply } from "https://deno.land/x/r2d2@v2.0.0/mod.ts";
definition:
| string
| number
| null
| boolean
| bigint
| Record<string, any>
| Reply[]