Skip to main content
Module

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

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

Constructors

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