0

我正在尝试访问 AWS elasticache(REDIS)。我按照以下说明操作: https ://redsmin.uservoice.com/knowledgebase/articles/734646-amazon-elasticache-and-redsmin

Redis 现在已连接,但是当我单击配置时。我收到了这个错误:

"Redsmin can't load the configuration. Check with your provider that you have access to the configuration command."

编辑1:

在此处输入图像描述

4

1 回答 1

1

config遗憾的是,AWS Elasticache 上没有 Redis 命令,请参阅他们的文档:

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/RestrictedCommands.html

为了提供托管服务体验,ElastiCache 限制对某些需要高级权限的特定于缓存引擎的命令的访问。对于运行 Redis 的缓存集群,以下命令不可用:

[...]

config

这就是 Redsmin 配置模块(它是唯一受影响的模块)无法显示当前您的 Redis AWS Elasticache 配置的原因。

于 2020-08-11T10:48:44.973 回答