Are there any C client for RedisGraph?

Hi, I am interested in coding with C on RedisGraph. Are there any C client for RedisGraph?

There is no native C client for RedisGraph. You can always use the Redis C client Hiredis, and call the commands explicitly.

1 Like

Hi, @gkorland .
I am using the Redis C client Hiredis. However, I can’t deliver GRAPH.QUERY things to RedisGraph by redisCommand providing by Hiredis. Is it a bug?