Ivan Fioravanti - 226 - Sep 21, 2014

Is there a plan to add SSL support to Redis Client? I really need it to connect to Azure Redis Cache.

Azure Cache supports non-ssl connections as well: http://msdn.microsoft.com/en-us/library/azure/dn690470.aspx#sectionSection1

Ivan Fioravanti:

Yes, I’m already using it with ServiceStack and it works perfectly. The problem is that I’d like to encrypt data between API and Azure Redis for security reason.

Doesn’t Azure protects services via firewall already like AWS Security Groups? i.e. so only your App Server or dev server allows a physical connection to the redis server?
You can record your interest to vote up this feature request: http://servicestack.uservoice.com/forums/176786-feature-requests/suggestions/6093693-support-ssl-connection-to-redis-instances-hosted-a - I’ll look into possible solutions soon. 

The Redis Client now supports SSL: https://github.com/ServiceStack/ServiceStack.Redis#servicestackredis-ssl-support