Skip to content

Commit c4f66dc

Browse files
committed
Update README
1 parent ab96c1c commit c4f66dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
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

1111
## RedisGraph compatibility
12-
`redisgraph-rb` is currently compatible with RedisGraph versions >= 1.99 (module version: 19900)
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)!
12+
The current version of `redisgraph-rb` is compatible with RedisGraph versions >= 1.99 (module version: 19900).
1513

1614
### Previous Version
1715
For RedisGraph versions >= 1.0 and < 2.0 (ie module version: 10202), instead use and refer to

0 commit comments

Comments
 (0)