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

x/upstash_redis/pkg/types.ts>CommandArgs

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias CommandArgs
import { type CommandArgs } from "https://deno.land/x/upstash_redis@v1.29.0/pkg/types.ts";

Type Parameters

TCommand extends new (..._args: any) => any
definition: ConstructorParameters<TCommand>[0]