Skip to main content
Module

x/upstash_redis/pkg/commands/zcount.ts>ZCountCommand

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

Constructors

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