MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / client

Method client

tests/disposableredis/__init__.py:202–206  ·  view source on GitHub ↗

:rtype: redis.StrictRedis

(self)

Source from the content-addressed store, hash-verified

200 raise err
201
202 def client(self):
203 """
204 :rtype: redis.StrictRedis
205 """
206 return Client(self, self.port)

Callers 4

_start_processMethod · 0.95
__enter__Method · 0.95
_wait_for_childMethod · 0.95
dump_and_reloadMethod · 0.95

Calls 1

ClientClass · 0.85

Tested by

no test coverage detected