Skip to main content
Module

x/upstash_redis/pkg/commands/rpushx.ts>RPushXCommand

HTTP based Redis Client for Serverless and Edge Functions
Go to Latest
class RPushXCommand
extends Command<number, number>
import { RPushXCommand } from "https://deno.land/x/upstash_redis@v1.19.2/pkg/commands/rpushx.ts";

Constructors

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

Type Parameters

optional
TData = string