Skip to main content
Module

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

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

Constructors

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