Skip to content

Commit d2281cd

Browse files
committed
Update README
1 parent 0870da7 commit d2281cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
`redisgraph-rb` is a Ruby gem client for the [RedisGraph](https://github.com/RedisLabsModules/RedisGraph) module. It relies on `redis-rb` for Redis connection management and provides support for graph QUERY, EXPLAIN, and DELETE commands.
1010

11+
## RedisGraph compatibility
12+
`redisgraph-rb` is currently compatible with RedisGraph versions <= 1.2.2.
13+
14+
The result set structure introduced by RedisGraph 2.0 requires some modifications to this client. If you are interested in using this client with the latest RedisGraph, please inform us by commenting on [the corresponding issue](https://github.com/RedisGraph/redisgraph-rb/issues/1)!
15+
1116
## Installation
1217
To install, run:
1318

0 commit comments

Comments
 (0)