Skip to main content
Module

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

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

Constructors

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