Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class TypeCommand
extends Command<Type, Type>
import { TypeCommand } from "https://deno.land/x/upstash_redis@v1.15.0/pkg/commands/mod.ts";

Constructors

new
TypeCommand(cmd: [string], opts?: CommandOptions<Type, Type>)