Patt

Results 6 comments of Patt

I end up having to modify several lines of codes that related to paths. No biggie IMO.

@slorello89 Thank you for the detail explanation. ~~Can we accomplish the equivalent of `FT.INFO` within the .NET wrapper to wait if `indexing` field is not `0`?~~ ~~Note: I tried something...

Would it be worthwhile to pursue the work similar to the abandoned PR `https://github.com/redis/redis-om-dotnet/pull/40`? If these fields on `https://redis.io/commands/ft.info/` don't change that often, we may be able to pull it...

@slorello89 Here is a quick prototype that will return `RedisIndexInfo`. I haven't mapped all the fields yet because this could take some time to get them all in, so I...

That new proposed format reminds me of how HotChocolate (.NET library for GraphQL) uses for defining GraphQL object type

Have you confirmed that the index has those list and hashset fields defined in it? I spent hours the other days trying to figure out why the search didn't work...