博客园  :: 首页  :: 管理

关于AWS-ElastiCache的简单介绍

Posted on 2023-04-29 12:43  520_1351  阅读(69)  评论(0编辑  收藏  举报

Amazon ElastiCache makes it easy to set up, manage, and scale distributed in-memory cache environments in the AWS Cloud.

It provides a high performance, resizable, and cost-effective in-memory cache,

while removing complexity associated with deploying and managing a distributed cache environment.

ElastiCache works with both the Redis and Memcached engines;

to see which works best for you, see the Comparing Memcached and Redis topic in either user guide.

Amazon ElastiCache 支持 Memcached 和 Redis 缓存引擎。每种引擎都有自己的优点 

创建缓存集群或复制组后,您可以升级到较新的引擎版本,但不能降级到较早的引擎版本。

如果您要使用较早的引擎版本,必须删除现有的缓存集群或复制组,并使用较早的引擎版本重新创建

下图,列出关于Memcached、Redis(已禁用集群模式)和 Redis(已启用集群模式)的比较摘要

详细可以参考:https://docs.aws.amazon.com/en_us/elasticache/?icmpid=docs_homepage_databases

 

 

 

尊重别人的劳动成果 转载请务必注明出处:https://www.cnblogs.com/5201351/p/17363822.html