Skip to main content
Module

x/upstash_redis/pkg/commands/decr.ts>DecrCommand

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

Constructors

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