import { JsonGetCommand } from "https://deno.land/x/upstash_redis@v1.20.5-canary.0/pkg/commands/json_get.ts";
Constructors
new
JsonGetCommand(cmd: [string, { indent?: string; newline?: string; space?: string; }, string[]] | [string, string[]], opts?: CommandOptions<TData | null, TData | null>)