Skip to content

Commit c5bc3fb

Browse files
committed
Update README.md
1 parent 55aeb57 commit c5bc3fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ multiple datastore providers for long-term persistance of User Registration and
2020
- Redis: `RedisClient`, `PooledRedisClientManager` and `BasicRedisClientManager` in [ServiceStack.Redis](https://nuget.org/packages/ServiceStack.Redis)
2121
- Memcached: `MemcachedClientCache` in [ServiceStack.Caching.Memcached](https://nuget.org/packages/ServiceStack.Caching.Memcached)
2222
- Azure: `AzureCacheClient` in [ServiceStack.Caching.Azure](https://nuget.org/packages/ServiceStack.Caching.Azure) - created by [Manuel Nelson](https://gist.github.com/manuelnelson)
23+
- Amazon: `DynamoDbCacheClient` in [ServiceStack.CacheAccess.AwsDynamoDb](https://github.com/ServiceStack/ServiceStack.Contrib/tree/master/src/ServiceStack.CacheAccess.AwsDynamoDb) - created by [Mike Pugh](https://github.com/mikepugh)
2324

2425
### User Auth Repositories ([IUserAuthRepository](https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack.ServiceInterface/Auth/IUserAuthRepository.cs))
2526

0 commit comments

Comments
 (0)