Breakthroughs Are Just Boring Improvements That Pile Up

Engineering wins look dramatic from the outside. From the inside, they’re months of small, unglamorous changes – the kind nobody celebrates until they compound into something that looks impossible.
Cache Rebalancing Was Broken. Here’s How Valkey 9.0 Fixed It

Few things make SREs more nervous than rebalancing a cache cluster. You know the feeling. You add a node, trigger a rebalance, and suddenly latency graphs start jumping. It’s a familiar risk of the job, especially when your cache sits between your users and your database. A small configuration mistake here can suddenly unleash a storm of GET requests on your primary data store. I admit, I never really understood the concept of a slot or why it was needed. But after listening to a recent episode of the Cache It podcast on the new atomic slot migration feature in Valkey 9.0, I finally decided to dig in. The deeper […]
Momento Cache – Caching you can trust for data reliability

Ultra-fast caching doesn’t need to be hard. Learn how to assemble the perfect caching strategy to improve data reliability for your app.
MomentoはサーバーレスのRedisではない。ポストRedisの世界のために再構築されたキャッシングです。

Momento Cacheは、ゼロからスケールとシンプルさを追求して作られています。
ラムダ実行コンテキストにおけるgRPCキープアライブの話

Momentoがどのようにしてタイムアウトをなくし、より信頼性の高いキャッシュ・サービスを実現したかをご覧ください。
ElastiCache Serverless has a hidden feature: Memcached replication

Redis is no longer the only way for ElastiCache users to get automatic replication across availability zones.
Is S3 Express One Zone a serverless cache?

Learn how your data can tell you if ElastiCache Serverless, S3 Express One Zone, or Momento Cache is your best caching solution.
Highlights from the launch of Amazon ElastiCache Serverless

ElastiCache Serverless has true autoscaling for everything—except cost.
ElastiCache Redisオートスケールのベストプラクティスと、より良い方法

サーバーレス環境で迅速なスケーラビリティを実現するには、どのような準備が必要だろうか?
Momento CacheはElastiCache Redisに対するクラウドネイティブな回答です。

ElastiCache Redisのすべてのメリットを享受してください。
ElastiCache Redisによる水平スケーリング:ホットキーとシャードで火傷をしないようにする

パフォーマンスの問題を回避し、トラフィックのバランスをとるためのソリューション。
3 crucial caching choices: Where, when, and how

The right questions determine the right caching strategy.