Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ make_connection
Function
make_connection
tests/fuzz/process.py:19–22 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
17
18
19
def
make_connection(module):
20
env = Env(decodeResponses=True, module=module, logDir=
"logs"
)
21
redis_con = env.getConnection()
22
return
Graph(redis_con,
"G"
)
23
24
25
def
issue_queries(graph, timeout):
Callers
1
process.py
File · 0.85
Calls
1
Graph
Class · 0.90
Tested by
no test coverage detected