AWS Database Blog

Qu Chen

Author: Qu Chen

Automated JDBC query caching with the AWS Advanced JDBC Wrapper

Today, we’re announcing the Remote Query Cache Plugin for the AWS Advanced JDBC Wrapper. The plugin handles query caching automatically. It intercepts JDBC queries, caches results in Amazon ElastiCache for Valkey, and serves subsequent identical queries from cache. Your only application change is prefixing queries with SQL hints. In this post, we show you how to use Amazon CloudWatch Database Insights to identify queries to cache, configure the Remote Query Cache Plugin in your Java applications, and monitor cache effectiveness using Amazon CloudWatch.

Best practices: Valkey/Redis OSS clients and Amazon ElastiCache

May 2025: This post was reviewed for accuracy. In this post, we cover best practices for interacting with Amazon ElastiCache for Valkey and Redis OSS resources with commonly used open-source Valkey or Redis OSS client libraries. ElastiCache is compatible with open-source Valkey and Redis OSS up to version 7.2. Redis OSS clients are compatible with […]