是否可以重命名 AWS ElastiCache Redis 中的命令?

Is it possible to rename commands in the AWS ElastiCache Redis?

通常我们可以rename/remove redis 命令使用配置文件

rename-command CONFIG b840fc02d524045429941cc15f59e41cb7be6c52
rename-command CONFIG ""

这在 AWS redis 中可行吗?

简单回答:不,这是不可能的。

您可以在以下位置找到所有可以配置的参数:http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/ParameterGroups.Redis.html

您可以使用 5.0.3 版本的 ElastiCache Redis https://aws.amazon.com/about-aws/whats-new/2019/02/amazon-elasticache-for-redis-adds-support-for-redis-503-and-the-ability-to-change-redis-command-names/