methodRedisClient.hgethget(key: KeyLike,field: KeyLike): Promise<null | string>;Get the value of a hash field@param keyThe hash key@param fieldThe field to get@returnsPromise that resolves with the field value or null if the field doesn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob