You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

RedisCache.del() method

Removes stored in cache value under given key

Signature:

del(key: string): Promise<boolean>;

Parameters

Parameter

Type

Description

key

string

Returns:

Promise<boolean>

{Promise}