Skip to main content
Module

x/upstash_redis/pkg/commands/xadd.ts>XAddCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class XAddCommand
extends Command<string, string>
import { XAddCommand } from "https://deno.land/x/upstash_redis@v1.23.4/pkg/commands/xadd.ts";

Constructors

new
XAddCommand(unnamed 0:
[
string,
"*" | string,
{ [field: string]: unknown; },
XAddCommandOptions,
]
, commandOptions?: CommandOptions<string, string>
)