Reputation: 23
Does elasticache supports the .net core 2.0? I am trying to implement elasticache in .net core webApi app but not sure how to configure it.
Upvotes: 1
Views: 3131
Reputation: 760
You can use ServiceStack Radis nuget package https://www.nuget.org/packages/ServiceStack.Redis.Core/
Upvotes: 2
Reputation: 211
ElastiCache supports Redis and Memcached clients, so to implement it you could use a library such as StackExchange Redis or EnyimMemcachedCore
Upvotes: 1