Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/kv.ts>TpyKV#clear

🔑 A strongly typed Pylon API client.
Latest
method TpyKV.prototype.clear
import { TpyKV } from "https://deno.land/x/tpy@v1.0.0-RC/src/kv.ts";

Clears the namespace. Returning the number of keys deleted.

This operation will delete all the data in the namespace. The data is irrecoverably deleted.

Use with caution!