Skip to content

Commit

Permalink
Merge pull request #92 from vdurante/main
Browse files Browse the repository at this point in the history
Update Redis connection string config key
  • Loading branch information
SebastianStehle authored Mar 18, 2024
2 parents 488714b + 7461f4d commit 2fdc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void Main(string[] args)
{
options.Configuration =
ConfigurationOptions.Parse(
builder.Configuration["Clustering:Redis:ConnectionString"]!);
builder.Configuration["Storage:Redis:ConnectionString"]!);
});

break;
Expand Down

0 comments on commit 2fdc123

Please sign in to comment.