Mhkeys
Bun

method

RedisClient.hkeys

key: KeyLike
): Promise<string[]>;

Get all field names in a hash

@param key

The hash key

@returns

Promise that resolves with an array of field names

Referenced types

type KeyLike = string | ArrayBufferView | Blob