Azure / meta-azure-service-broker

A service broker to manage multiple Azure services in Cloud Foundry
Apache License 2.0
39 stars 44 forks source link

Use `rediss` schema in redisUrl in binding credentials #188

Closed zhongyi-zhang closed 6 years ago

zhongyi-zhang commented 6 years ago

Solve #166 . When the provisioning parameter enableNonSslPort is set to false, the value of redisUrl in binding credentials will start with rediss. The schema rediss can be recognized by Spring Cloud Connector now in 2.0.3.RELEASE. Some other clients such as node-redis can also recognize rediss.

zhongyi-zhang commented 6 years ago

@bingosummer thanks for reminding! Will update.

zhongyi-zhang commented 6 years ago

thanks for reviews