Skip to main content
Module

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

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

Constructors

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

Type Parameters

optional
TData = string