RedisCache.del() method
Removes the value stored in the cache under the given key.
Signature:
del(key: string): Promise<boolean>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
string |
key to remove |
Returns:
Promise<boolean>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.