Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 AWS ElastiCache 中,当我创建 REDIS 集群时,节点数选项文本框被禁用,固定为“1”,并且在集群管理页面中,“添加节点”按钮创建后也是如此。
这是引擎的限制(并且他们对 memcached 使用相同的对话框)还是我遗漏了什么?
Amazon ElastiCache 目前不支持 Redis 分片,这就是节点数固定为“1”的原因。但是,如果您正在寻找读取扩展,您可以创建多个只读副本。
为了使这个线程保持最新状态,亚马逊最近宣布其 ElastiCache 服务将支持多达 15 个节点的 Redis 集群的分片。
看看https://aws.amazon.com/blogs/aws/amazon-elasticache-for-redis-update-sharded-clusters-engine-improvements-and-more/