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

Method _connection_arguments

redis/asyncio/connection.py:968–969  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

966 return pieces
967
968 def _connection_arguments(self) -> Mapping:
969 return {"host": self.host, "port": self.port}
970
971 async def _connect(self):
972 """Create a TCP socket connection"""

Callers 2

_connectMethod · 0.95
_connection_argumentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected