【发布时间】:2020-04-29 23:13:12
【问题描述】:
我需要我的 python 代码来读取/写入 AWS Elasticache Redis 的键值对,为此我计划使用 Boto3 开发工具包。但是,在文档中,我没有看到用于 elasticache 客户端的 put/get API。
参考:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elasticache.html
是否可以用 Boto3 做到这一点?如果是,看起来它没有直接的 API。
【问题讨论】:
标签: amazon-web-services boto3 amazon-elasticache