Skip to main content
Module

x/upstash_redis/pkg/commands/psetex.ts>PSetEXCommand

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

Constructors

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

Type Parameters

optional
TData = string