We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6a2cc commit fae1f35Copy full SHA for fae1f35
redisgraph/client.py
@@ -173,7 +173,7 @@ def delete(self):
173
174
def merge(self, pattern):
175
"""
176
- Merge a node or relation.
+ Merge pattern.
177
178
179
query = 'MERGE '
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
setup(
3
name='redisgraph',
4
- version='1.6',
+ version='1.7',
5
6
description='RedisGraph Python Client',
7
url='https://github.com/redislabs/redisgraph-py',
0 commit comments