Skip to content

Commit f29a4cf

Browse files
Update src/StackExchange.Redis/Interfaces/IDatabaseAsync.cs
Co-authored-by: Philo <[email protected]>
1 parent 1163af8 commit f29a4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StackExchange.Redis/Interfaces/IDatabaseAsync.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ IAsyncEnumerable<SortedSetEntry> SortedSetScanAsync(
841841

842842
/// <inheritdoc cref="IDatabase.StringSet(RedisKey, RedisValue, TimeSpan?, ValueCondition, CommandFlags)"/>
843843
[Experimental(Experiments.Server_8_4, UrlFormat = Experiments.UrlFormat)]
844-
#pragma warning disable RS0027
844+
#pragma warning disable RS0027 // Public API with optional parameter(s) should have the most parameters amongst its public overloads
845845
Task<bool> StringSetAsync(RedisKey key, RedisValue value, TimeSpan? expiry, ValueCondition when, CommandFlags flags = CommandFlags.None);
846846
#pragma warning restore RS0027
847847

0 commit comments

Comments
 (0)