Skip to content

Commit 83f7119

Browse files
DOC-4261 added SkipIfRedis condition (geo query needs >v7.2.0)
1 parent 5067ac2 commit 83f7119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doc/QueryGeoExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Doc;
1818
public class QueryGeoExample
1919
{
2020

21-
[SkipIfRedis(Is.OSSCluster)]
21+
[SkipIfRedis(Is.OSSCluster, Comparison.LessThan, "7.0.0")]
2222
public void run()
2323
{
2424
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

0 commit comments

Comments
 (0)