Stackexchange.redis: Question: RedisGraph support

Created on 19 Apr 2020  路  2Comments  路  Source: StackExchange/StackExchange.Redis

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.

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ctlajoie picture ctlajoie  路  49Comments

dharmenbavaria picture dharmenbavaria  路  21Comments

BenedicteLeo picture BenedicteLeo  路  18Comments

mcolussi picture mcolussi  路  50Comments

holidaycottages picture holidaycottages  路  26Comments