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.
Solve #166 . When the provisioning parameter
enableNonSslPort
is set tofalse
, the value ofredisUrl
in binding credentials will start withrediss
. The schemarediss
can be recognized by Spring Cloud Connector now in 2.0.3.RELEASE. Some other clients such as node-redis can also recognizerediss
.