Skip to main content
Module

x/upstash_redis/mod.ts>UpstashResponse

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
type alias UpstashResponse
import { type UpstashResponse } from "https://deno.land/x/upstash_redis@v1.12.0/mod.ts";
definition: { result?: TResult; error?: string; }