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