如何使用 Boto3 在 Elasticache 中 read/write 键值对?

How to read/write key-value pairs in Elasticache using Boto3?

我需要我的 python 代码到 read/write 键值对到 AWS Elasticache Redis,为此我计划使用 Boto3 SDK。但是,在文档中,我没有看到 elasticache 客户端的 put/get API。

参考:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elasticache.html

可以用 Boto3 做到这一点吗?如果是,看起来它没有直截了当的 API.

boto3 库用于以编程方式管理 AWS 基础设施资源,例如创建 ElastiCache 集群、标记现有集群、修改安全组等

它不是一个通用的Redis SDK。您可以为此使用 Python 包,例如 redis