Amir Khawaja - 254 - Jun 24, 2014

Greetings. Does anyone know if the Redis client that ships with ServiceStack supports SSL connections? I’m working with Azure Redis Cache and the examples from Microsoft use StackExchange.Redis which supports SSL connections. Thanks.

It doesn’t,  SSL isn’t a redis-server feature, it’s a feature added within Azure. You can submit a feature request for this at:
http://servicestack.uservoice.com/forums/176786-feature-requests

Amir Khawaja:

Thank you, Demis. I will put in the request.

SSL support has now been added to Redis Clients: https://github.com/ServiceStack/ServiceStack.Redis#servicestackredis-ssl-support