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