【问题标题】:AWS Elastic Cache Redis with C#使用 C# 的 AWS Elasticache Redis
【发布时间】:2018-03-10 18:31:48
【问题描述】:

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

【问题讨论】:

    标签: c# redis amazon-elasticache


    【解决方案1】:

    AWS SDK 仅用于管理 ElastiCache,不用于使用它。要连接到 Redis 实例并读取/写入信息,您必须使用任何第三方库。 Redis 官方文档提供了一个很好的列表:https://redis.io/clients#c

    【讨论】:

      猜你喜欢
      • 2018-07-11
      • 2018-12-04
      • 2019-09-12
      • 1970-01-01
      • 2018-12-29
      • 2022-04-29
      • 1970-01-01
      • 2020-11-20
      • 1970-01-01
      相关资源
      最近更新 更多