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

x/keydb/redis.ts>RedisAdapter#has

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

Parameters

key: string
optional
namespace = [UNSUPPORTED]

Returns

Promise<boolean>