Hi,
I just wanted to ask what support exists for interacting with RedisGraph, and whether there are any plans to develop this further.
I don't see StackExchange.Redis (or any .NET client, for that matter) listed in the RedisGraph clients list, but I have come across a question here showing an example of how queries could be run using StackExchange.Redis.
Thanks in advance.
hi @dandago
There is this one, which I personally haven't yet tried, but it is looking really promising, esplcially if you are familiarized with JRedisGraph:
https://github.com/tombatron/NRedisGraph
I should add it to the clients list in the official docs.
If there will be enough demand, and my availability allows it, I will create an "official" RedisGraph .Net client.
Thanks @DvirDukhan. In the more general case: the Execute[Async] API allows arbitrary commands to be executed without the library needing to know about them in advance. Useful for modules or just new commands.
Most helpful comment
hi @dandago
There is this one, which I personally haven't yet tried, but it is looking really promising, esplcially if you are familiarized with JRedisGraph:
https://github.com/tombatron/NRedisGraph
I should add it to the clients list in the official docs.
If there will be enough demand, and my availability allows it, I will create an "official" RedisGraph .Net client.