Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 6ce0df5

Browse files
committed
Add AWS's ElastiCache Redis solution
1 parent 551451c commit 6ce0df5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Any additional configuration can be specified as QueryString parameters. The ful
7373
</tr>
7474
</table>
7575

76+
## Download
77+
78+
PM> Install-Package ServiceStack.Redis
79+
80+
_Latest v4+ on NuGet is a [commercial release](https://servicestack.net/redis) with [free quotas](https://servicestack.net/download#free-quotas)._
81+
82+
### [Getting Started with AWS ElastiCache Redis and ServiceStack](https://github.com/ServiceStackApps/AwsGettingStarted)
83+
84+
ServiceStack.Redis has great support AWS's ElastiCache Redis solution, follow this guide to help getting up and running quickly:
85+
86+
- [ElastiCache Redis](https://github.com/ServiceStackApps/AwsGettingStarted#getting-started-with-aws-elasticache-redis-and-servicestack)
87+
7688
## Redis Client Managers
7789

7890
The recommended way to access `RedisClient` instances is to use one of the available Thread-Safe Client Managers below. Client Managers are connection factories which is ideally registered as a Singleton either in your IOC or static classes.
@@ -744,12 +756,6 @@ For multi-threaded applications you can choose from our different client connect
744756
* BasicRedisClientManager - a load-balance (master-write and read-slaves) client manager that returns a new [IRedisClient](https://github.com/ServiceStack/ServiceStack.Redis/wiki/IRedisClient) connection with the defaults specified (faster when accessing a redis-server instance on the same host).
745757
* PooledRedisClientManager - a load-balanced (master-write and read-slaves) client manager that utilizes a pool of redis client connections (faster when accessing a redis-server instance over the network).
746758

747-
## Install ServiceStack.Redis
748-
749-
PM> Install-Package ServiceStack.Redis
750-
751-
_Latest v4+ on NuGet is a [commercial release](https://servicestack.net/redis) with [free quotas](https://servicestack.net/download#free-quotas)._
752-
753759
### [Docs and Downloads for older v3 BSD releases](https://github.com/ServiceStackV3/ServiceStackV3)
754760

755761
## Copying

0 commit comments

Comments
 (0)