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

x/keydb/redis.ts>Keydb#clear

Simple Key-value storage module with support for multiple database backends.
Latest
method Keydb.prototype.clear
Re-export
import { Keydb } from "https://deno.land/x/keydb@1.0.0/redis.ts";

Clear complete Database.

Returns

Promise<this>