使用 C# 的 AWS Elasticache Redis

AWS Elastic Cache Redis with C#

我找不到任何好的文档来使用 AWS SDK 读取 redis 缓存项。 AmazonElasticCacheClient class 没有提供任何读取信息的方法。我应该使用哪个 class 来插入和读取缓存条目?

AWS SDK 仅用于管理 ElastiCache,而不是使用它。要连接到 Redis 实例和 read/write 信息,您必须使用任何 third-party 库。 Redis 官方文档提供了一个非常好的列表:https://redis.io/clients#c