Ask a question to get started
Enter to sendā¢Shift+Enter new line
Request a query Args: query(str): query requested cache_name(str): name of the target cache local(boolean): whether the query is local to clustered Returns: An http Response containing the result set or errors
req_query( self, query: str, cache_name: str, local: bool = False ) -> Response