Skip to main content
Module

x/upstash_redis/pkg/commands/expireat.ts>ExpireAtCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class ExpireAtCommand
extends Command<"0" | "1", 0 | 1>
import { ExpireAtCommand } from "https://deno.land/x/upstash_redis@v1.23.2/pkg/commands/expireat.ts";

Constructors

new
ExpireAtCommand(cmd: [string, number], opts?: CommandOptions<"0" | "1", 0 | 1>)