diff options
Diffstat (limited to 'redis/commands/graph/commands.py')
-rw-r--r-- | redis/commands/graph/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redis/commands/graph/commands.py b/redis/commands/graph/commands.py index f0c1d68..e097936 100644 --- a/redis/commands/graph/commands.py +++ b/redis/commands/graph/commands.py @@ -6,6 +6,8 @@ from .query_result import QueryResult class GraphCommands: + """RedisGraph Commands""" + def commit(self): """ Create entire graph. |