Skip to main content
Module

x/upstash_redis/pkg/commands/json_arrtrim.ts>JsonArrTrimCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class JsonArrTrimCommand
extends Command<(null | string)[], (null | number)[]>
import { JsonArrTrimCommand } from "https://deno.land/x/upstash_redis@v1.22.0/pkg/commands/json_arrtrim.ts";

Constructors

new
JsonArrTrimCommand(cmd:
[
string,
string,
number,
number,
]
, opts?: CommandOptions<(null | string)[], (null | number)[]>
)