methodRedisClient.hmgethmget(key: KeyLike,fields: string[]): Promise<null | string[]>;Get the values of all the given hash fields@param keyThe hash key@param fieldsThe fields to get@returnsPromise that resolves with an array of valuesReferenced typestype KeyLike = string | ArrayBufferView | Blob