Skip to content

Commit

Permalink
Make this internal for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed Aug 26, 2020
1 parent c689208 commit f2831c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StackExchange.Redis/ConfigurationOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public void SetDefaultPorts()
/// <summary>
/// Sets default config settings required for sentinel usage
/// </summary>
public void SetSentinelDefaults()
internal void SetSentinelDefaults()
{
// this is required when connecting to sentinel servers
TieBreaker = "";
Expand Down

0 comments on commit f2831c8

Please sign in to comment.