Skip to main content
Module

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

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

Constructors

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

Type Parameters

optional
TData = string