Skip to main content
Module

x/upstash_redis/pkg/types.ts>CommandArgs

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

Type Parameters

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