Skip to content

Commit

Permalink
Fix toString
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbosapn committed Sep 4, 2024
1 parent 516b049 commit 2b6c84d
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 @@ -112,7 +112,7 @@ internal const string
SetClientLibrary = "setlib",
Protocol = "protocol",
HighIntegrity = "highIntegrity",
WaitForAuth = "true";
WaitForAuth = "waitForAuth";

private static readonly Dictionary<string, string> normalizedOptions = new[]
{
Expand Down

0 comments on commit 2b6c84d

Please sign in to comment.