Results 11 comments of Tom Hanks

I'm not a fan of decreasing overall code coverage, some guidance on where the most appropriate place to setup a test for this would be awesome. Thanks guys!

Hey there @ashtul ! I added a couple Python based integration tests just now. Will that suffice?

So RediSearch indexes are always "in scope"? Meaning, that even if the "current" database isn't 0, a `FLUSHDB` call is intended to delete the index as well?

Ah ha! https://github.com/RediSearch/RediSearch/blob/72b77fbc4da2bb20ecaaa032a5df8b99b994faf3/src/spec.c#L2558 I guess it is expected behavior. If I'm reading this correctly, we've setup an event handler on the FLUSHDB command and clear our the indexes if it's...

Here is my hacky CMakeList.txt: https://gist.github.com/tombatron/4c5b120cc60d0ba52d0a817b131b7094

I think the issue here is that in order to append to an existing array you need to call `_database.JsonArrayAppend` or `_database.JsonArrayAppendAsync`. After you have that, then you could use...

Anything I can do here to move this forward?

🤔 I'll look into this! On December 8, 2022, Ahmed Shirin ***@***.***> wrote: StackExchange.Redis allows many async operations over a transaction as documented here ( https://stackexchange.github.io/StackExchange.Redis/Transactions.html). However, JSON-specific functions are...

Yeah that didn't seem to have any impact. :\ Here is a directory listing of my .nuget directory on the Jupyter server: ``` drwxr-sr-x 3 jovyan users 4096 Nov 14...

A co-worker (@wss-rbrennan) of mine my have shed some light on this issue: "The problem has more to do with nuget itself. TorchSharp used a clever way of putting together...