You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
## Amazon ElastiCache Samples
2
2
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/).
4
4
5
5
---
6
6
7
7
## Blogs
8
8
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/)
10
10
11
11
## Hands-On Tutorials
12
12
13
13
The following are tutorials covering various use cases for [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
14
14
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.
16
16
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.
18
18
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.
20
20
21
21
## Webinars
22
22
@@ -33,8 +33,8 @@ Deploy infrastructe as code
33
33
#### TypeScript
34
34
35
35
-[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)
0 commit comments