#redis-ssl A plugin for the Redis gem to support SSL. Based off of work by RedisLabs. ##Example $redis = Redis.new( :host => '[ApplicationName].redis.cache.windows.net', :port => 6380, :password => '[Password]', :use_ssl => true)