You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
It looks like INDEXMISSING and INDEXEMPTY are required in NRedisStack.Search.DataTypes.InfoResult.booleanAttributes, currently the GetRedisResultDictionaryArray function is failing with an Index out of Bounds exception
The text was updated successfully, but these errors were encountered:
hi @SudoZachCampbell ,
thank you for using NRedisStack and letting us know about the case you are having.
i am planning to work on this next week.
It would be nice if you can provide the relevant code snippet to reproduce to issue, it will boost the speed on our side,
thanks..
atakavci
added a commit
to atakavci/NRedisStack
that referenced
this issue
Dec 25, 2024
* issue #351 - handle INDEXEMPTY and INDEXMISSING in FT.INFO response properly
* should work with enterprise and cluster but not with olders without INDEXMISSING support
* test run against 7.3 and later
* issue #351 - handle INDEXEMPTY and INDEXMISSING in FT.INFO response properly
* should work with enterprise and cluster but not with olders without INDEXMISSING support
* test run against 7.3 and later
NRedisStack Version: 1.13.1
Redis Stack Version: 7.4
Description:
It looks like INDEXMISSING and INDEXEMPTY are required in
NRedisStack.Search.DataTypes.InfoResult.booleanAttributes
, currently theGetRedisResultDictionaryArray
function is failing with an Index out of Bounds exceptionThe text was updated successfully, but these errors were encountered: