denoland / denokv

A self-hosted backend for Deno KV
https://deno.com/kv
MIT License
500 stars 24 forks source link

Supported Features #55

Open cmbntr opened 10 months ago

cmbntr commented 10 months ago

Please add a section about supported features to the README.md

Supported Features

igorzi commented 10 months ago

@cmbntr is this specifically for npm module? or for self-hosted denokv?

cmbntr commented 10 months ago

I came across this when I tried to use the enqueue and listenQueue functions with Deno CLI 1.39.0 connecting to a remote self-hosted denokv. Neither did work and threw exceptions... Also with watch I had no success in this configuration.

But both projects (the npm module and the denokv) might benefit from an explicit summary of supported and unsupported features.

Maybe a "features page" on https://docs.deno.com/kv/manual might provide a feature overview? It could contain a matrix with all KV "modes" (Deno CLI, Deno Deploy, Deno KV remote, NPM module, ...).

tionis commented 1 month ago

Small Note: watch seems to be working for me