Skip to main content

GRAPH.LIST

Lists all graph keys in the keyspace.

Examples

from falkordb import FalkorDB
db = FalkorDB(host='localhost', port=6379)
graphs = db.list_graphs()
print(graphs)

Sample Output

127.0.0.1:6379> GRAPH.LIST
2) G
3) resources
4) players