@@ -309,7 +309,7 @@ public void HashFieldPersistNoField()
309309 [ Fact ]
310310 public void HashFieldGetAndSetExpiry ( )
311311 {
312- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
312+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
313313 var hashKey = Me ( ) ;
314314
315315 // testing with timespan
@@ -358,7 +358,7 @@ public void HashFieldGetAndSetExpiry()
358358 [ Fact ]
359359 public async void HashFieldGetAndSetExpiryAsync ( )
360360 {
361- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
361+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
362362 var hashKey = Me ( ) ;
363363
364364 // testing with timespan
@@ -407,7 +407,7 @@ public async void HashFieldGetAndSetExpiryAsync()
407407 [ Fact ]
408408 public void HashFieldSetAndSetExpiry ( )
409409 {
410- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
410+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
411411 var hashKey = Me ( ) ;
412412
413413 // testing with timespan
@@ -470,7 +470,7 @@ public void HashFieldSetAndSetExpiry()
470470 [ Fact ]
471471 public async Task HashFieldSetAndSetExpiryAsync ( )
472472 {
473- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
473+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
474474 var hashKey = Me ( ) ;
475475
476476 // testing with timespan
@@ -532,7 +532,7 @@ public async Task HashFieldSetAndSetExpiryAsync()
532532 [ Fact ]
533533 public void HashFieldGetAndDelete ( )
534534 {
535- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
535+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
536536 var hashKey = Me ( ) ;
537537
538538 // single field
@@ -552,7 +552,7 @@ public void HashFieldGetAndDelete()
552552 [ Fact ]
553553 public async void HashFieldGetAndDeleteAsync ( )
554554 {
555- var db = Create ( require : RedisFeatures . v8_0_0_rc1 ) . GetDatabase ( ) ;
555+ var db = Create ( require : RedisFeatures . v8_0_0_M04 ) . GetDatabase ( ) ;
556556 var hashKey = Me ( ) ;
557557
558558 // single field
0 commit comments