I am thinking about using Compose for Redis
on Bluemix Public but...
- In Bluemix catalog, there is the sentence:
Compose's platform gives you a configuration pre-tuned for high availability and locked down with additional security features.
- does anobody know what doesadditional security features
mean? - I've tried to test TLS support and it seems that the service doesn't support it. Am I right?
- Is there any best scenario how to protect transmissions from my app to
Compose for Redis
service on Bluemix Public (my app is running as Cloud Foundry app)? - Are there any alternatives with TLS support enabled?
Thanks!