Skip to main content
Module

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

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

Constructors

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

Type Parameters

TValue extends unknown