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

x/keydb/redis.ts>Keydb#delete

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

Delete a Key from Database.

Parameters

key: string

Name of the Key to delete.

Returns

Promise<boolean>