Skip to main content
Overview
Redis
Vector
QStash
Workflow
Search
Box
Realtime
Developer API
Search
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Redis
/
/
SDKs
/
Typescript
/
Commands
/
Generic
UNLINK
Removes the specified keys. A key is ignored if it does not exist.
1 min read
Copy as Markdown
Arguments
#
keys
...string[]
required
#
One or more keys to unlink.
Response
#
TYPE
HDEL
Basic
Array
await
redis.
unlink
(
"key1"
,
"key2"
);