From 0397b6efebaaa0468e7ab8d8c75bda4572bbf3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:42:11 +0000 Subject: [PATCH 1/2] Bump redis from 3.2.1 to 4.4.4 in /database-caching Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.2.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- database-caching/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-caching/requirements.txt b/database-caching/requirements.txt index 9a08c68..5ec3ed4 100644 --- a/database-caching/requirements.txt +++ b/database-caching/requirements.txt @@ -1,2 +1,2 @@ PyMySQL==0.9.3 -redis==3.2.1 +redis==4.4.4 From 1e085f2ac027c38a57ab35e1bfbe87d6d299c0fb Mon Sep 17 00:00:00 2001 From: Damon <7375598+damonLL@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:41:24 -0500 Subject: [PATCH 2/2] Update README.md Updated product name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f6748..fe2c13f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Samples and documentation for using the Amazon ElastiCache Redis and Memcached The following are tutorials covering various use cases for Amazon ElastiCache. -1. [Database Caching](./database-caching/) - Learn how to create a query cache for a relational database using Redis. In this tutorial, we take you through the process of deploying an Amazon RDS MySQL database and integrating an Amazon ElastiCache Redis cluster in front of the RDS instance in order to reduce query latency for often run MySQL queries. +1. [Database Caching](./database-caching/) - Learn how to create a query cache for a relational database using ElastiCache for Redis. In this tutorial, we take you through the process of deploying an Amazon RDS MySQL database and integrating an Amazon ElastiCache Redis cluster in front of the RDS instance in order to reduce query latency for often run MySQL queries. 2. [Session Store](./session-store/) - Discover how to manage user sessions in a web-based application using Redis. In this tutorial, you will learn how to use ElastiCache for Redis as a distributed cache for session management. You will also learn the best practices for configuring your ElastiCache nodes and how to handle the sessions from your application.