Skip to content

Commit 8e0b745

Browse files
committed
Updated root README.md for Amazon ElastiCache with Redis OSS compatibility
1 parent 9e5ab78 commit 8e0b745

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
## Amazon ElastiCache Samples
22

3-
Samples and documentation for using the [Amazon ElastiCache](https://aws.amazon.com/elasticache/) [Redis](https://aws.amazon.com/elasticache/redis/) and [Memcached](https://aws.amazon.com/elasticache/memcached/).
3+
Samples and documentation for using the [Amazon ElastiCache](https://aws.amazon.com/elasticache/) with [Redis](https://aws.amazon.com/elasticache/redis/) OSS compatibility and [Memcached](https://aws.amazon.com/elasticache/memcached/).
44

55
---
66

77
## Blogs
88

9-
- [Online Feature Store](./blogs/feast-aws-credit-scoring/) Building online feature stores on AWS with Amazon ElastiCache for Redis to support mission-critical ML use cases that require ultra-low latency and high throughput. [Build an ultra-low latency online feature store for real-time inferencing using Amazon ElastiCache for Redis](https://aws.amazon.com/blogs/database/build-an-ultra-low-latency-online-feature-store-for-real-time-inferencing-using-amazon-elasticache-for-redis/)
9+
- [Online Feature Store](./blogs/feast-aws-credit-scoring/) Building online feature stores on AWS with Amazon ElastiCache with Redis OSS compatibility to support mission-critical ML use cases that require ultra-low latency and high throughput. [Build an ultra-low latency online feature store for real-time inferencing using Amazon ElastiCache with Redis OSS compatibility](https://aws.amazon.com/blogs/database/build-an-ultra-low-latency-online-feature-store-for-real-time-inferencing-using-amazon-elasticache-for-redis/)
1010

1111
## Hands-On Tutorials
1212

1313
The following are tutorials covering various use cases for [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
1414

15-
- [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 Relational Database Service](https://aws.amazon.com/rds/) 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.
15+
- [Database Caching](./database-caching/) - Learn how to create a query cache for a relational database using Amazon ElastiCache with Redis OSS compatibility. In this tutorial, we take you through the process of deploying an [Amazon Relational Database Service](https://aws.amazon.com/rds/) RDS MySQL database and integrating an Amazon ElastiCache with Redis OSS compatibility cluster in front of the RDS instance in order to reduce query latency for often run MySQL queries.
1616

17-
- [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.
17+
- [Session Store](./session-store/) - Discover how to manage user sessions in a web-based application using Amazon ElastiCache with Redis OSS compatibility. In this tutorial, you will learn how to use ElastiCache with Redis OSS compatibility 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.
1818

19-
- [Lambda Feature Store](./lambda-feature-store/) - Learn how Amazon ElastiCache can serve as the focal point for a custom-trained ML model to present recommendations to application and web users. Lambda functions are used to facilitate the interactions between ElastiCache for Redis and Amazon S3. Then review how AWS Lambda interacts with Amazon ElastiCache for Redis with insights loaded from a custom-built ML recommendation engine.
19+
- [Lambda Feature Store](./lambda-feature-store/) - Learn how Amazon ElastiCache can serve as the focal point for a custom-trained ML model to present recommendations to application and web users. Lambda functions are used to facilitate the interactions between ElastiCache with Redis OSS compatibility and Amazon S3. Then review how AWS Lambda interacts with Amazon ElastiCache with Redis OSS compatibility with insights loaded from a custom-built ML recommendation engine.
2020

2121
## Webinars
2222

@@ -33,8 +33,8 @@ Deploy infrastructe as code
3333
#### TypeScript
3434

3535
- [Amazon ElastiCache Serverless for Memached](devops/aws-cdk/typescript/elasticache-serverless-memcached-minimal/README.md)
36-
- [Amazon ElastiCache Serverless for Redis](devops/aws-cdk/typescript/elasticache-serverless-redis-minimal/README.md)
37-
- [Amazon ElastiCache for Redis Cluster Mode Disabled](devops/aws-cdk/typescript/elasticache-redis-cmd/README.md)
36+
- [Amazon ElastiCache Serverless with Redis OSS compatibility](devops/aws-cdk/typescript/elasticache-serverless-redis-minimal/README.md)
37+
- [Amazon ElastiCache with Redis OSS compatibility Cluster Mode Disabled](devops/aws-cdk/typescript/elasticache-redis-cmd/README.md)
3838

3939
---
4040

0 commit comments

Comments
 (0)