Skip to content

Commit 9ab0d04

Browse files
authored
Fix links for Redis broker (#1531)
1 parent 3081ba3 commit 9ab0d04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Configuration/src/CloudFoundry/ServiceBindings/PostProcessors/RedisCloudFoundryPostProcessor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public override void PostProcessConfiguration(PostProcessorConfigurationProvider
1616

1717
// Mapping from CloudFoundry service binding credentials to driver-specific connection string parameters.
1818
// The available credentials are documented at:
19-
// - Tanzu Broker: https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-for-postgres-on-cloud-foundry/10-1/postgres/app-setup-single-instance-service-guide.html
19+
// - Tanzu Broker (Redis): https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/redis-for-tanzu-application-service/3-5/redis-for-tas/using.html#call
20+
// - Tanzu Broker (Valkey): https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-for-valkey-on-cloud-foundry/4-0/valkey-on-cf/using.html#call
2021
// - Azure Service Broker: https://techdocs.broadcom.com/us/en/vmware-tanzu/platform-services/tanzu-cloud-service-broker-for-microsoft-azure/1-13/csb-azure/reference-azure-redis.html#binding-creds
2122
// - AWS Service Broker: https://techdocs.broadcom.com/us/en/vmware-tanzu/platform-services/tanzu-cloud-service-broker-for-aws/1-14/csb-aws/reference-aws-redis.html#binding-creds
2223

src/Steeltoe.All.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ $left$ = $right$;</s:String>
695695
<s:Boolean x:Key="/Default/UserDictionary/Words/=symbolicate/@EntryIndexedValue">True</s:Boolean>
696696
<s:Boolean x:Key="/Default/UserDictionary/Words/=Synchronizers/@EntryIndexedValue">True</s:Boolean>
697697
<s:Boolean x:Key="/Default/UserDictionary/Words/=triagedump/@EntryIndexedValue">True</s:Boolean>
698+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Valkey/@EntryIndexedValue">True</s:Boolean>
698699
<s:Boolean x:Key="/Default/UserDictionary/Words/=VMware/@EntryIndexedValue">True</s:Boolean>
699700
<s:Boolean x:Key="/Default/UserDictionary/Words/=vcap/@EntryIndexedValue">True</s:Boolean>
700701
</wpf:ResourceDictionary>

0 commit comments

Comments
 (0)