ElastiCache Memcached cluster client for .NET

0

We have a .NET Framework 4.6.2 application that integrates with ElastiCache Memcached clusters. On the Download ElastiCache Memcached cluster client page the .NET version is marked as deprecated. https://us-west-2.console.aws.amazon.com/elasticache/home?region=us-west-2#/client-download

Is there another client that is recommended for .NET applications? If not, how should .NET applications integrate with ElastiCache Memcached?

DaveK
asked 2 months ago229 views
1 Answer
0

Check this answer: https://repost.aws/questions/QUjbMTJupeQamEobdW-5r8aw/recommended-library-for-redis-elasicache-for-asp-net-6

The AWS .NET SDK has the AWS API functionality. If you are looking for using Redis, Redis has a .NET SDK. I think you are looking for the latter.

Hope this helps!

profile pictureAWS
EXPERT
iBehr
answered 2 months ago