Skip to main content
Module

x/upstash_redis/pkg/commands/mod.ts>JsonGetCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class JsonGetCommand
extends Command<TData | null, TData | null>
import { JsonGetCommand } from "https://deno.land/x/upstash_redis@v1.22.0/pkg/commands/mod.ts";

Constructors

new
JsonGetCommand(cmd: [string, { indent?: string; newline?: string; space?: string; }, string[]] | [string, string[]], opts?: CommandOptions<TData | null, TData | null>)

Type Parameters

TData extends (unknown | Record<string, unknown>) | (unknown | Record<string, unknown>)[]