Skip to main content
Module

x/upstash_redis/pkg/commands/pfmerge.ts>PfMergeCommand

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

Constructors

new
PfMergeCommand(cmd: [string, ...(string[] | string[])], opts?: CommandOptions<"OK", "OK">)