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

Method client

demo/imdb/disposableredis/__init__.py:70–75  ·  view source on GitHub ↗

:rtype: redis.StrictRedis

(self)

Source from the content-addressed store, hash-verified

68 self.process.terminate()
69
70 def client(self):
71 """
72 :rtype: redis.StrictRedis
73 """
74
75 return redis.StrictRedis(port=self.port)
76

Callers 1

__enter__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected