Skip to main content
Module

x/upstash_redis/platforms/fastly.ts>RedisConfigFastly

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

Connection credentials for upstash redis. Get them from https://console.upstash.com/redis/

definition: { url: string; token: string; backend: string; } & core.RedisOptions & RequesterConfig