Mhdel
Bun

method

RedisClient.hdel

key: KeyLike,
field: KeyLike,
...rest: KeyLike[]
): Promise<number>;

Delete one or more hash fields

@param key

The hash key

@param field

The field to delete

@param rest

Additional fields to delete

@returns

Promise that resolves with the number of fields that were removed

Referenced types

type KeyLike = string | ArrayBufferView | Blob