NRedisGraph icon indicating copy to clipboard operation
NRedisGraph copied to clipboard

Results 12 NRedisGraph issues
Sort by recently updated
recently updated
newest added

For instance, if I try to give the parameter `"PAAA\"` as an input, we don't escape the backslash properly.

I am running the following code: ``` var assignments = new (long ScopeId, long RoleId, long UserId)[] { (123, 234, 345), (321, 432, 543), } var assignmentMaps = assignments.Select(a =>...

It'd be nice to be able to supply command flags...

https://redis.io/commands/graph.slowlog/

https://redis.io/commands/graph.profile/

https://redis.io/commands/graph.list/