File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/StackExchange.Redis.Tests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ public void CheckDatabaseMethodsUseKeys(Type type)
8282 case nameof ( IDatabaseAsync . PublishAsync ) :
8383 case nameof ( IDatabase . Execute ) :
8484 case nameof ( IDatabaseAsync . ExecuteAsync ) :
85+ case nameof ( IDatabase . ExecuteLease ) :
86+ case nameof ( IDatabaseAsync . ExecuteLeaseAsync ) :
87+ case nameof ( IDatabase . ExecuteLeaseExplicit ) :
88+ case nameof ( IDatabaseAsync . ExecuteLeaseExplicitAsync ) :
8589 case nameof ( IDatabase . ScriptEvaluate ) :
8690 case nameof ( IDatabaseAsync . ScriptEvaluateAsync ) :
8791 case nameof ( IDatabase . StreamRead ) :
@@ -111,6 +115,10 @@ private static bool IgnoreMethodConventions(MethodInfo method)
111115 case nameof ( IDatabase . CreateTransaction ) :
112116 case nameof ( IDatabase . Execute ) :
113117 case nameof ( IDatabaseAsync . ExecuteAsync ) :
118+ case nameof ( IDatabase . ExecuteLease ) :
119+ case nameof ( IDatabaseAsync . ExecuteLeaseAsync ) :
120+ case nameof ( IDatabase . ExecuteLeaseExplicit ) :
121+ case nameof ( IDatabaseAsync . ExecuteLeaseExplicitAsync ) :
114122 case nameof ( IDatabase . IsConnected ) :
115123 case nameof ( IDatabase . SetScan ) :
116124 case nameof ( IDatabase . SortedSetScan ) :
You can’t perform that action at this time.
0 commit comments