denodrivers / redis

🦕 Redis client for Deno 🍕
https://deno.land/x/redis
MIT License
454 stars 45 forks source link

Query operation? #7

Closed davedbase closed 5 years ago

davedbase commented 5 years ago

I'm experimenting with RedisGraph right now and was wondering if deno-redis had support for running the GRAPH.QUERY MotoGP "QUERY HERE" syntax. Assuming just passing in the full query via a .exec method would suffice.

I'm just diving into this now so apologies if this is a bit basic.

keroxp commented 5 years ago

Not supported. Commands under https://redis.io/commands will be supported.

davideicardi commented 3 years ago

I'm also interested in regis graph api. I see that now commands are supported. Correct? So we can start playing with graph api?