Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ _brand_new_redis
Function
_brand_new_redis
tests/tck/utils/graphs.py:18–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
_brand_new_redis():
19
global r
20
if
r is not None:
21
r.flush()
22
23
r = redis()
24
return
r.getConnection()
25
26
27
def
empty_graph():
Callers
3
empty_graph
Function · 0.85
binary_tree_graph1
Function · 0.85
binary_tree_graph2
Function · 0.85
Calls
1
redis
Function · 0.85
Tested by
no test coverage detected