Skip to main content
Module

x/upstash_redis/pkg/http.ts>HttpClientConfig

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias HttpClientConfig
import { type HttpClientConfig } from "https://deno.land/x/upstash_redis@v1.20.5-canary.0/pkg/http.ts";
definition: { headers?: Record<string, string>; baseUrl: string; options?: Options; retry?: RetryConfig; agent?: any; cache?: CacheSetting; } & RequesterConfig