Skip to content

Commit

Permalink
Merge pull request #69 from FalkorDB/GRAPH.INFO
Browse files Browse the repository at this point in the history
fix #68 add Graph.INFO
  • Loading branch information
swilly22 authored Sep 1, 2024
2 parents 3bef6e1 + 9c85ea5 commit 941221e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions commands/graph.info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "GRAPH.INFO"
description: >
Returns information and statistics about the current executing commands
parent: "Commands"
---

# GRAPH.INFO [Section [Section ...]]

Returns information and statistics about the current executing commands.

```sh
127.0.0.1:6379> GRAPH.INFO
1) "# Running queries"
2) (empty array)
3) "# Waiting queries"
4) (empty array)

127.0.0.1:6379> GRAPH.INFO RunningQueries
1) "# Running queries"
2) (empty array)

127.0.0.1:6379> GRAPH.INFO WaitingQueries
1) "# Waiting queries"
2) (empty array)
```

0 comments on commit 941221e

Please sign in to comment.