You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/redismodules.rst
-33
Original file line number
Diff line number
Diff line change
@@ -51,39 +51,6 @@ These are the commands for interacting with the `RedisBloom module <https://redi
51
51
52
52
------
53
53
54
-
RedisGraph Commands
55
-
*******************
56
-
57
-
These are the commands for interacting with the `RedisGraph module <https://redisgraph.io>`_. Below is a brief example, as well as documentation on the commands themselves.
58
-
59
-
**Create a graph, adding two nodes**
60
-
61
-
.. code-block:: python
62
-
63
-
import redis
64
-
from redis.graph.node import Node
65
-
66
-
john = Node(label="person", properties={"name": "John Doe", "age": 33}
0 commit comments