NRedisGraph
NRedisGraph copied to clipboard
Issue #32
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/