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