MCPcopy
hub / github.com/redis/redis-py / _parse_aggregate

Method _parse_aggregate

redis/commands/search/commands.py:294–295  ·  view source on GitHub ↗
(self, res, **kwargs)

Source from the content-addressed store, hash-verified

292 )
293
294 def _parse_aggregate(self, res, **kwargs):
295 return self._get_aggregate_result(res, kwargs["query"], kwargs["has_cursor"])
296
297 def _parse_profile(self, res, **kwargs):
298 query = kwargs["query"]

Callers

nothing calls this directly

Calls 1

_get_aggregate_resultMethod · 0.95

Tested by

no test coverage detected