Skip to main content
Module

x/httpcache/redis.ts>redisCache

HTTP Caching for Deno - in memory and redis storage support. Inspired by the Service Worker Cache API.
Latest
function redisCache
import { redisCache } from "https://deno.land/x/httpcache@0.1.2/redis.ts";

Parameters

databaseUrl: string
optional
prefix = [UNSUPPORTED]

Returns

Promise<Cache>