File tree 24 files changed +40
-43
lines changed
24 files changed +40
-43
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Doc;
16
16
public class Bf_tutorial : AbstractNRedisStackTest , IDisposable
17
17
{
18
18
public Bf_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
19
-
19
+
20
20
[ SkippableTheory ]
21
21
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
22
22
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace Doc;
15
15
public class Bitmap_tutorial : AbstractNRedisStackTest , IDisposable
16
16
{
17
17
public Bitmap_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
18
-
18
+
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
21
21
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ namespace Doc;
10
10
// REMOVE_END
11
11
12
12
// HIDE_START
13
- public class CmdsHashExample : AbstractNRedisStackTest , IDisposable
13
+ public class CmdsHashExample : AbstractNRedisStackTest , IDisposable
14
14
{
15
15
public CmdsHashExample ( EndpointsFixture fixture ) : base ( fixture ) { }
16
-
16
+
17
17
[ SkippableTheory ]
18
18
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
19
19
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ namespace Doc;
12
12
// REMOVE_END
13
13
14
14
// HIDE_START
15
- public class CmdsSortedSet : AbstractNRedisStackTest , IDisposable
15
+ public class CmdsSortedSet : AbstractNRedisStackTest , IDisposable
16
16
{
17
17
public CmdsSortedSet ( EndpointsFixture fixture ) : base ( fixture ) { }
18
-
18
+
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
21
21
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ namespace Doc;
12
12
// REMOVE_END
13
13
14
14
// HIDE_START
15
- public class CmdsStringExample : AbstractNRedisStackTest , IDisposable
15
+ public class CmdsStringExample : AbstractNRedisStackTest , IDisposable
16
16
{
17
17
public CmdsStringExample ( EndpointsFixture fixture ) : base ( fixture ) { }
18
-
18
+
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
21
21
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Doc;
17
17
public class Cms_tutorial : AbstractNRedisStackTest , IDisposable
18
18
{
19
19
public Cms_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
20
-
20
+
21
21
[ SkippableTheory ]
22
22
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
23
23
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Doc;
16
16
public class Cuckoo_tutorial : AbstractNRedisStackTest , IDisposable
17
17
{
18
18
public Cuckoo_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
19
-
19
+
20
20
[ SkippableTheory ]
21
21
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
22
22
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace Doc;
15
15
public class Geo_tutorial : AbstractNRedisStackTest , IDisposable
16
16
{
17
17
public Geo_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
18
-
18
+
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
21
21
public void run ( string endpointId )
Original file line number Diff line number Diff line change 8
8
namespace Doc ;
9
9
[ Collection ( "DocsTests" ) ]
10
10
//REMOVE_END
11
- public class HashExample : AbstractNRedisStackTest , IDisposable
11
+ public class HashExample : AbstractNRedisStackTest , IDisposable
12
12
{
13
13
public HashExample ( EndpointsFixture fixture ) : base ( fixture ) { }
14
-
14
+
15
15
[ SkippableTheory ]
16
16
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
17
17
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace Doc;
15
15
public class Hll_tutorial : AbstractNRedisStackTest , IDisposable
16
16
{
17
17
public Hll_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
18
-
18
+
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
21
21
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ namespace Doc;
16
16
// REMOVE_END
17
17
18
18
// HIDE_START
19
- public class HomeJsonExample : AbstractNRedisStackTest , IDisposable
19
+ public class HomeJsonExample : AbstractNRedisStackTest , IDisposable
20
20
{
21
21
public HomeJsonExample ( EndpointsFixture fixture ) : base ( fixture ) { }
22
-
22
+
23
23
[ SkippableTheory ]
24
24
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
25
25
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Doc;
17
17
public class Json_tutorial : AbstractNRedisStackTest , IDisposable
18
18
{
19
19
public Json_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
20
-
20
+
21
21
[ SkippableTheory ]
22
22
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
23
23
public void run ( string endpointId )
Original file line number Diff line number Diff line change 11
11
namespace Doc ;
12
12
[ Collection ( "DocsTests" ) ]
13
13
//REMOVE_END
14
- public class ListExample : AbstractNRedisStackTest , IDisposable
14
+ public class ListExample : AbstractNRedisStackTest , IDisposable
15
15
{
16
16
public ListExample ( EndpointsFixture fixture ) : base ( fixture ) { }
17
-
17
+
18
18
//REMOVE_START
19
19
[ SkippableTheory ]
20
20
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ namespace Doc;
16
16
// REMOVE_END
17
17
18
18
// HIDE_START
19
- public class QueryAggExample : AbstractNRedisStackTest , IDisposable
19
+ public class QueryAggExample : AbstractNRedisStackTest , IDisposable
20
20
{
21
21
public QueryAggExample ( EndpointsFixture fixture ) : base ( fixture ) { }
22
-
22
+
23
23
[ SkippableTheory ]
24
24
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
25
25
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ namespace Doc;
15
15
// REMOVE_END
16
16
17
17
// HIDE_START
18
- public class QueryEmExample : AbstractNRedisStackTest , IDisposable
18
+ public class QueryEmExample : AbstractNRedisStackTest , IDisposable
19
19
{
20
20
public QueryEmExample ( EndpointsFixture fixture ) : base ( fixture ) { }
21
-
21
+
22
22
[ SkippableTheory ]
23
23
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
24
24
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ namespace Doc;
15
15
// REMOVE_END
16
16
17
17
// HIDE_START
18
- public class QueryFtExample : AbstractNRedisStackTest , IDisposable
18
+ public class QueryFtExample : AbstractNRedisStackTest , IDisposable
19
19
{
20
20
public QueryFtExample ( EndpointsFixture fixture ) : base ( fixture ) { }
21
-
21
+
22
22
[ SkippableTheory ]
23
23
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
24
24
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ namespace Doc;
15
15
// REMOVE_END
16
16
17
17
// HIDE_START
18
- public class QueryRangeExample : AbstractNRedisStackTest , IDisposable
18
+ public class QueryRangeExample : AbstractNRedisStackTest , IDisposable
19
19
{
20
20
public QueryRangeExample ( EndpointsFixture fixture ) : base ( fixture ) { }
21
-
21
+
22
22
[ SkippableTheory ]
23
23
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
24
24
public void run ( string endpointId )
Original file line number Diff line number Diff line change 11
11
namespace Doc ;
12
12
[ Collection ( "DocsTests" ) ]
13
13
// REMOVE_END
14
- public class SearchQuickstartExample : AbstractNRedisStackTest , IDisposable
14
+ public class SearchQuickstartExample : AbstractNRedisStackTest , IDisposable
15
15
{
16
16
public SearchQuickstartExample ( EndpointsFixture fixture ) : base ( fixture ) { }
17
-
17
+
18
18
[ SkippableTheory ]
19
19
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
20
20
public void run ( string endpointId )
21
21
{
22
22
// STEP_START connect
23
- var redis = ConnectionMultiplexer . Connect ( "localhost:6379" ) ;
24
- var db = redis . GetDatabase ( ) ;
23
+ var db = GetCleanDatabase ( endpointId ) ;
25
24
var ft = db . FT ( ) ;
26
25
var json = db . JSON ( ) ;
27
26
// STEP_END
Original file line number Diff line number Diff line change 8
8
namespace Doc ;
9
9
[ Collection ( "DocsTests" ) ]
10
10
//REMOVE_END
11
- public class SetGetExample : AbstractNRedisStackTest , IDisposable
11
+ public class SetGetExample : AbstractNRedisStackTest , IDisposable
12
12
{
13
13
public SetGetExample ( EndpointsFixture fixture ) : base ( fixture ) { }
14
-
14
+
15
15
[ SkippableTheory ]
16
16
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
17
17
public void run ( string endpointId )
18
18
{
19
- var redis = ConnectionMultiplexer . Connect ( "localhost:6379" ) ;
20
- var db = redis . GetDatabase ( ) ;
19
+ var db = GetCleanDatabase ( endpointId ) ;
21
20
22
21
//HIDE_END
23
22
bool status = db . StringSet ( "bike:1" , "Process 134" ) ;
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ namespace Doc;
13
13
//REMOVE_END
14
14
15
15
// HIDE_START
16
- public class SetsExample : AbstractNRedisStackTest , IDisposable
16
+ public class SetsExample : AbstractNRedisStackTest , IDisposable
17
17
{
18
18
public SetsExample ( EndpointsFixture fixture ) : base ( fixture ) { }
19
-
19
+
20
20
[ SkippableTheory ]
21
21
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
22
22
public void run ( string endpointId )
Original file line number Diff line number Diff line change 9
9
namespace Doc ;
10
10
[ Collection ( "DocsTests" ) ]
11
11
//REMOVE_END
12
- public class SortedSetExample : AbstractNRedisStackTest , IDisposable
12
+ public class SortedSetExample : AbstractNRedisStackTest , IDisposable
13
13
{
14
14
public SortedSetExample ( EndpointsFixture fixture ) : base ( fixture ) { }
15
-
15
+
16
16
//REMOVE_START
17
17
[ SkippableTheory ]
18
18
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ public StringSnippets(EndpointsFixture fixture) : base(fixture) { }
19
19
//REMOVE_END
20
20
public void run ( string endpointId )
21
21
{
22
- var redis = ConnectionMultiplexer . Connect ( "localhost:6379" ) ;
23
- var db = redis . GetDatabase ( ) ;
22
+ var db = GetCleanDatabase ( endpointId ) ;
24
23
25
24
//HIDE_END
26
25
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Doc;
16
16
public class Tdigest_tutorial : AbstractNRedisStackTest , IDisposable
17
17
{
18
18
public Tdigest_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
19
-
19
+
20
20
[ SkippableTheory ]
21
21
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
22
22
public void run ( string endpointId )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Doc;
16
16
public class Topk_tutorial : AbstractNRedisStackTest , IDisposable
17
17
{
18
18
public Topk_tutorial ( EndpointsFixture fixture ) : base ( fixture ) { }
19
-
19
+
20
20
[ SkippableTheory ]
21
21
[ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
22
22
public void run ( string endpointId )
You can’t perform that action at this time.
0 commit comments