Recommended Library for Redis Elasicache for ASP.NET 6?

0

I have a REST API on ASP.NET 6 that I'm planning to migrate from Google Cloud Run to Elastic Beanstalk. On Google, I'm using Firestore and I'm switching that to Redis Elasticache. I found this tutorial on how to use Elasicache with .NET: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/AutoDiscovery.Using.ModifyApp.DotNET.html

It appears that the library has been deprecated. Googling, I found the library "AWSSDK.ElastiCache" but it seems to be brand new; I cannot find any examples or documentation for how to use it. So, which client should I use for my project? Also, are there any examples on how to do a simple CRUD on an object?

I just need to swap out a class that will store/update/read simple objects in key/value. Any help is appreciated. Thanks.

mikedc
已提問 2 年前檢視次數 641 次
1 個回答
0

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.

profile pictureAWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南