Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class UpstashPersistence
implements Persistence
import { UpstashPersistence } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/core.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)