You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ multiple datastore providers for long-term persistance of User Registration and
20
20
- Redis: `RedisClient`, `PooledRedisClientManager` and `BasicRedisClientManager` in [ServiceStack.Redis](https://nuget.org/packages/ServiceStack.Redis)
21
21
- Memcached: `MemcachedClientCache` in [ServiceStack.Caching.Memcached](https://nuget.org/packages/ServiceStack.Caching.Memcached)
22
22
- 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)
23
24
24
25
### User Auth Repositories ([IUserAuthRepository](https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack.ServiceInterface/Auth/IUserAuthRepository.cs))
0 commit comments