AWS Database Blog

Tag: Redis

HAQM ElastiCache introduces support for Redis 6.2

In October 2020, we announced Redis 6 compatibility for HAQM ElastiCache for Redis. This update included significant features like role-based access control (RBAC), client-side caching, and several operational improvements designed to improve application availability and reliability. Specifically, HAQM ElastiCache improved replication under low memory conditions, especially for workloads with medium and large-sized keys, by reducing […]

Five workload characteristics to consider when right sizing HAQM ElastiCache Redis clusters

This post discusses the process to determine the right node size and cluster topology for your HAQM ElastiCache workloads, and the important factors to consider. This post assumes you have a good knowledge of Redis and its commands and have an understanding of HAQM ElastiCache for Redis and its features such as online cluster resizing, […]

Boosting application performance and reducing costs with HAQM ElastiCache for Redis

Contributed by Senior Software Development Engineer, Shawn Wang, Software Development Engineer, Maddy Olson, and Senior Manager, Software Engineering, Itay Maoz. HAQM ElastiCache for Redis helps customers achieve extreme performance with very low latencies at cloud scale and minimal management costs. Redis’s high performance, simplicity, and support for diverse data structures have made it the most […]

How to build a real-time sales analytics dashboard with HAQM ElastiCache for Redis

Most often, when we discuss HAQM ElastiCache, it is in the context of enhancing the performance of read-heavy database workloads. We update our applications to employ a read-through or write-through pattern to keep data in the cache fresh and ease the burden on the database. When used in this context, ElastiCache accelerates your high volume […]

How to Build a Chat Application with HAQM ElastiCache for Redis

Sam Dengler is a Solutions Architect at HAQM Web Services In this blog post, we review concepts and architectural patterns relevant to a chat application. We also discuss implementation details for a chat client and server, and instructions to deploy a sample chat application into your AWS account. Background information Building a chat application requires […]

Testing Automatic Failover to a Read Replica on HAQM ElastiCache for Redis

Darin Briskman is a developer evangelist at HAQM Web Services. You can reach him @briskmad “Trust, but verify.” — U. S. President Ronald Reagan, 1987 In this comment, President Reagan quoted a Russian proverb to describe his philosophy for nuclear disarmament treaties. But the same philosophy also applies well to DevOps! HAQM ElastiCache for Redis […]

ElastiCache for Redis Backup and Restore with Cluster Resizing

Clusters provide a lot of capabilities in HAQM ElastiCache for Redis. Using autosharding to distribute data across the shards of a cluster enables high performance (over 4.5m writes/sec and 20m reads/sec, with each operation typically under 500µs) and high capacity (up to 3.5TiB of data) with high reliability and with recovery of failed nodes usually […]