Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class UpstashPersistence
implements Persistence
import { UpstashPersistence } from "https://deno.land/x/frugal@0.5.0/packages/core/Persistence.ts";

A persistence layer using Upstash

Constructors

new
UpstashPersistence(
url: string,
token: string,
namespace: string,
root: string,
)

Methods

delete(path: string)
open(path: string)
read(path: string)
set(path: string, content: string)