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

Class ProfileInformation

redis/commands/search/profile_information.py:4–14  ·  view source on GitHub ↗

Wrapper around FT.PROFILE response

Source from the content-addressed store, hash-verified

2
3
4class ProfileInformation:
5 """
6 Wrapper around FT.PROFILE response
7 """
8
9 def __init__(self, info: Any) -> None:
10 self._info: Any = info
11
12 @property
13 def info(self) -> Any:
14 return self._info

Callers 5

_parse_resultsMethod · 0.85
_parse_profileMethod · 0.85
_parse_profile_resp3Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected