We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e14078 commit 58c57acCopy full SHA for 58c57ac
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -887,7 +887,7 @@ public void AlterAddSortable()
887
Assert.Equal(4, info.CursorStats.Count);
888
}
889
890
- [SkipIfRedis(Comparison.LessThan, "7.4.0")]
+ [SkipIfRedis(Comparison.LessThan, "7.3.0")]
891
public void InfoWithIndexEmptyAndIndexMissing()
892
{
893
IDatabase db = redisFixture.Redis.GetDatabase();
0 commit comments