Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/upstash_redis/pkg/commands/pfadd.ts>PfAddCommand

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

Constructors

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

Type Parameters

optional
TData = string