Skip to main content
Module

x/upstash_redis/pkg/commands/exists.ts>ExistsCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class ExistsCommand
extends Command<number, number>
import { ExistsCommand } from "https://deno.land/x/upstash_redis@v1.21.0/pkg/commands/exists.ts";

Constructors

new
ExistsCommand(cmd: [string[]], opts?: CommandOptions<number, number>)