Redis support for TLS

Hi there,

  "storage": {
    "type": "redis",
    "host": "tyk.redis.cache.windows.net",
    "port": 6380,
    "password": "MYPASSWORD",
    "use_ssl": true,
    "database": 0,
    "optimisation_max_idle": 2000,
    "optimisation_max_active": 4000,
    "enable_cluster": false
  },

I have just created a redis within Azure, and it seems to work fine with SSL enabled.

Do you have example of the specific problem being faced?

Thanks

Ahmet