Skip to content

Commit e9d9803

Browse files
Merge pull request #54115 from dnblankedelman/patch-2
Update reference from Azure Cache for Redis to Azure Managed Redis
2 parents 0b7fcb5 + 977ec10 commit e9d9803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/advocates/improve-reliability-scaling/includes/5-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Another way to improve the performance of your application is to implement an in
6363

6464
Now you know that performance doesn't equal scalability exactly, but by improving the performance of your application, you can reduce the load on other resources. This improvement means you may not have to scale as soon.
6565

66-
Azure Cache for Redis is a managed Redis offering. Redis can be used for many patterns and use cases. For your product service in this scenario, you would likely implement the cache-aside pattern. In this pattern, you load items from the database into the cache as needed, making your application more performant, and reducing the load on the database.
66+
Azure Managed Redis is a managed Redis offering. Redis can be used for many patterns and use cases. For your product service in this scenario, you would likely implement the cache-aside pattern. In this pattern, you load items from the database into the cache as needed, making your application more performant, and reducing the load on the database.
6767

6868
Redis can also be used as a messaging queue for caching web content or for user session caching. This type of caching may be more suitable for other services in the system such as the shopping cart service, where you could store shopping cart data per session in Redis instead of using a cookie.
6969

@@ -111,4 +111,4 @@ Sharding is a technique to distribute large amounts of identically structured da
111111

112112
Your application adds the relevant data to the relevant shard, and thus make your system scalable beyond the constraints of the individual database.
113113

114-
Azure SQL offers the Azure Elastic Database tools. These tools help you create, maintain, and query sharded SQL databases in Azure from your application logic.
114+
Azure SQL offers the Azure Elastic Database tools. These tools help you create, maintain, and query sharded SQL databases in Azure from your application logic.

0 commit comments

Comments
 (0)