1 write to PasswordParameter
Aspire.Hosting.Garnet (1)
GarnetResource.cs (1)
19
PasswordParameter
= password;
8 references to PasswordParameter
Aspire.Hosting.Garnet (8)
GarnetBuilderExtensions.cs (2)
134
if (garnet.
PasswordParameter
is { } password)
148
if (garnet.
PasswordParameter
is { } password)
GarnetResource.cs (6)
67
if (
PasswordParameter
is not null)
69
builder.Append($",password={
PasswordParameter
}");
88
if (
PasswordParameter
is not null)
90
builder.Append($":{
PasswordParameter
:uri}@");
106
if (
PasswordParameter
is not null)
108
yield return new("Password", ReferenceExpression.Create($"{
PasswordParameter
}"));