Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/r2d2/mod.ts>Reply

Lightweight Redis client library for Deno.
Go to Latest
type alias Reply
import { type Reply } from "https://deno.land/x/r2d2@v0.0.10/mod.ts";

Parsed Redis reply

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