Search…
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Overview
Redis
Vector
QStash
Workflow
Search
Box
Realtime
Developer API
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"
);