Skip to main content
Module

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

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias CommandOptions
Re-export
import { type CommandOptions } from "https://deno.land/x/upstash_redis@v1.11.0-next.1/pkg/commands/mod.ts";

Type Parameters

TResult
TData
definition: { deserialize?: (result: TResult) => TData; automaticDeserialization?: boolean; }