Skip to main content
Home
Works with
This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score94%
License
MIT
Downloads281/wk
Published3 hours ago (2.3.2)

KvStore & MessageQueue adapters for Deno's KV store

This package provides KvStore and MessageQueue implementations that use Deno's KV store. The DenoKvStore class implements the KvStore interface using Deno's KV store, and the DenoKvMessageQueue class implements the MessageQueue interface using Deno's KV store.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/denokv

Import symbol

import * as denokv from "@fedify/denokv";
or

Import directly with a jsr specifier

import * as denokv from "jsr:@fedify/denokv";