This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,19 +294,18 @@ RedisConfig.DefaultRetryTimeout = 10000;
294294RedisConfig .BackOffMultiplier = 10 ;
295295```
296296
297- ## [ ServiceStack.Redis SSL Support] ( https ://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis )
297+ ## [ ServiceStack.Redis SSL Support] ( http ://docs.servicestack.net/ssl-redis-azure )
298298
299299ServiceStack.Redis now supporting ** SSL connections** making it suitable for accessing remote Redis server instances over a
300300** secure SSL connection** .
301301
302302![ Azure Redis Cache] ( https://github.com/ServiceStack/Assets/raw/master/img/wikis/redis/azure-redis-instance.png )
303303
304- ### [ Connecting to Azure Redis] ( https ://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis )
304+ ### [ Connecting to Azure Redis] ( http ://docs.servicestack.net/ssl-redis-azure )
305305
306306As connecting to [ Azure Redis Cache] ( http://azure.microsoft.com/en-us/services/cache/ ) via SSL was the primary use-case for this feature,
307307we've added a new
308- [ Getting connected to Azure Redis via SSL] ( https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis )
309- to help you get started.
308+ [ Getting connected to Azure Redis via SSL] ( http://docs.servicestack.net/ssl-redis-azure ) to help you get started.
310309
311310## [ Redis GEO] ( https://github.com/ServiceStackApps/redis-geo )
312311
You can’t perform that action at this time.
0 commit comments