Skip to main content
Module

x/r2d2/mod.ts>Reply

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

Redis reply

definition:
| string
| number
| null
| boolean
| BigInt
| Record<string, any>
| Reply[]