latest
fedify-dev/fedifyWorks with
•JSR Score94%•This package works with Node.js, Deno, Bun


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.
Add Package
deno add jsr:@fedify/denokv
Import symbol
import * as denokv from "@fedify/denokv";
Import directly with a jsr specifier
import * as denokv from "jsr:@fedify/denokv";