vue-storefront-api icon indicating copy to clipboard operation
vue-storefront-api copied to clipboard

Support for Redis SSL

Open rain2o opened this issue 6 years ago • 2 comments

Redis does not support SSL connections natively, however there are certain platforms that setup a work-around to force SSL connection to their Redis services. Azure is one of these platforms.

This issue on node_redis covers the basis of my situation right now. According to them they will not support SSL because Redis does not. However, you can see in a comment on this issue where the users of the platform in question requested the same feature and they moved to redisio in order to support SSL connection.

At the moment this is a feature request, but really more of a discussion starter as to the level of effort it would take to move to something like redisio to support Redis SSL connections, and if that would be considered.

rain2o avatar Jun 04 '19 14:06 rain2o

@pkarw What do you think?

lukeromanowicz avatar Jun 07 '19 12:06 lukeromanowicz

I don’t have a strong preference on that. Reid’s is just an auxiliary tool for VS; we can switch to other key/value storage even. Maybe we just need to introduce an abstraction layer and then be able to implement different drivers by jus switching it in config?

pkarw avatar Jun 07 '19 12:06 pkarw