Documentation Index
Fetch the complete documentation index at: https://mintlify.com/upstash/redis-js/llms.txt
Use this file to discover all available pages before exploring further.
Description
Removes the specified keys. A key is ignored if it does not exist.Method Signature
Parameters
One or more keys to delete
Return Value
The number of keys that were removed
Examples
Delete a single key
Delete multiple keys
Delete non-existent keys
See Also
- exists - Check if keys exist