methodRedisClient.hgetallhgetall(key: KeyLike): Promise<Record<string, string>>;Get all the fields and values in a hash@param keyThe hash key@returnsPromise that resolves with an object containing all fields and values, or empty object if key does not existReferenced typestype KeyLike = string | ArrayBufferView | Blob
Promise that resolves with an object containing all fields and values, or empty object if key does not exist