methodRedisClient.hdelhdel(key: KeyLike,field: KeyLike,...rest: KeyLike[]): Promise<number>;Delete one or more hash fields@param keyThe hash key@param fieldThe field to delete@param restAdditional fields to delete@returnsPromise that resolves with the number of fields that were removedReferenced typestype KeyLike = string | ArrayBufferView | Blob