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 2b6a416 commit 7e14078Copy full SHA for 7e14078
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -887,7 +887,7 @@ public void AlterAddSortable()
887
Assert.Equal(4, info.CursorStats.Count);
888
}
889
890
- [SkipIfRedis(Is.OSSCluster, Is.Enterprise)]
+ [SkipIfRedis(Comparison.LessThan, "7.4.0")]
891
public void InfoWithIndexEmptyAndIndexMissing()
892
{
893
IDatabase db = redisFixture.Redis.GetDatabase();
0 commit comments