Skip to content

Commit 41f9b90

Browse files
committed
Fixed typo on README
1 parent c91dbe6 commit 41f9b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Amazon ElastiCache Caching for Amazon RDS
22
__Optimize cost, increase throughput and boost performance of Amazon RDS workloads using Amazon ElastiCache__
33

4-
The purpose of this project is to help you reproduce test harness of Relational Database Management Systems (RDBMS) like [Amazon Relational Service](https://aws.amazon.com/rds/) (RDS) with and without a Cache such as [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
4+
The purpose of this project is to help you reproduce test harness of Relational Database Management Systems (RDBMS) like [Amazon Relational Database Service](https://aws.amazon.com/rds/) (RDS) with and without a Cache such as [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
55

66
In-memory caching improves application performance by storing frequently accessed data items in memory, so that subsequent reads can be significantly faster than reading from the primary database that may default to disk-based storage.
77

0 commit comments

Comments
 (0)