Removes the specified keys. A key is ignored if it does not exist.
await redis.unlink("key1", "key2");
One or more keys to unlink.
The number of keys that were unlinked.
Was this page helpful?