Skip to main content
Module

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

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

Constructors

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

Type Parameters

TValue extends unknown