Skip to main content
Module

x/upstash_redis/pkg/commands/mod.ts>SetCommandOptions

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias SetCommandOptions
import { type SetCommandOptions } from "https://deno.land/x/upstash_redis@v1.11.0-next.1/pkg/commands/mod.ts";
definition: ({ ex: number; px?: never; } | { ex?: never; px: number; } | { ex?: never; px?: never; }) & ({ nx: true; xx?: never; } | { xx: true; nx?: never; } | { xx?: never; nx?: never; })