import { JsonGetCommand } from "https://deno.land/x/upstash_redis@v1.24.0-next.2/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>)