Skip to main content
Module

x/upstash_redis/pkg/types.ts>RedisOptions

HTTP based Redis Client for Serverless and Edge Functions
Very Popular
Latest
type alias RedisOptions
import { type RedisOptions } from "https://deno.land/x/upstash_redis@v1.34.0/pkg/types.ts";
definition: { automaticDeserialization?: boolean; latencyLogging?: boolean; enableTelemetry?: boolean; enableAutoPipelining?: boolean; readYourWrites?: boolean; }