await redis.hdel(key, 'field1', 'field2'); // returns 5
Deletes one or more hash fields.
Was this page helpful?