如何检查AWS ElasticacheREDIS中的config命令名称是否已更改

问题描述

我正在尝试访问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:

enter image description here

解决方法

config可悲的是Redis命令在AWS Elasticache上不可用,请参阅其文档:

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

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

[...]

config

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