Skip to main content
Module

x/upstash_redis/pkg/commands/pfcount.ts>PfCountCommand

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

Constructors

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