import { JsonStrAppendCommand } from "https://deno.land/x/upstash_redis@v1.24.0-next.2/pkg/commands/json_strappend.ts";
Constructors
new
JsonStrAppendCommand(cmd: [string, string, string], opts?: CommandOptions<(null | string)[], (null | number)[]>)