Watches

Certain values are "watchable" with Deno KV and kview provides an interface to observe these values.

Important

Deno KV does not currently support watching entries locally (see: denoland/deno#21640), but does prevent registering a watch. kview also does not prevent attempting to watch a value in a local store. There will be a value displayed in the watch but it will not update when the value is updated in the store.

Adding and monitoring

By selecting the watch icon on a value, a watch for that entry will be added:

By selecting the Watches item on the left hand side will provide a view of all entries currently being watched. For example watching an entry with a key of ["test"]:

screenshot of a watched entry

When the value is updated in the store, the value will be updated here.

Removing

Selecting the trashcan icon on a watched entry will remove it.