Skip to content

Commit

Permalink
comment example
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Feb 28, 2024
1 parent acc72e9 commit 99774ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StackExchange.Redis/ConnectionMultiplexer.LibraryName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public partial class ConnectionMultiplexer

/// <summary>
/// Append a usage-specific modifier to the advertised library name; suffixes are de-duplicated
/// and sorted alphabetically. Connections will be updated as necessary (RESP2 subscription
/// and sorted alphabetically (so adding 'a', 'b' and 'a' will result in suffix '-a-b').
/// Connections will be updated as necessary (RESP2 subscription
/// connections will not show updates until those connections next connect).
/// </summary>
public void AddLibraryNameSuffix(string suffix)
Expand Down

0 comments on commit 99774ff

Please sign in to comment.