Skip to main content
Module

x/upstash_redis/pkg/commands/getdel.ts>GetDelCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class GetDelCommand
extends Command<unknown | null, TData | null>
import { GetDelCommand } from "https://deno.land/x/upstash_redis@v1.18.1/pkg/commands/getdel.ts";

Constructors

new
GetDelCommand(cmd: [string], opts?: CommandOptions<unknown | null, TData | null>)

Type Parameters

optional
TData = string