Skip to content

Commit ad9564e

Browse files
committed
removed, fixed bad link
1 parent f1c68fe commit ad9564e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

articles/azure-cache-for-redis/cache-best-practices-client-libraries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ For information on client library-specific guidance best practices, see the foll
3939
- [Node.js](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Node-js.md)
4040
- [PHP](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-PHP.md)
4141
- [HiRedisCluster](https://github.com/Azure/AzureCacheForRedis/blob/main/HiRedisCluster%20Best%20Practices.md)
42-
<!-- - [ASP.NET Session State Provider](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-session-state-provider-md) -->
4342

4443
## Redisson (Java)
4544

articles/azure-cache-for-redis/cache-redis-samples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ description: 'Learn how to use Azure Cache for Redis with these code samples: co
66

77
ms.custom:
88
ms.topic: sample
9-
ms.date: 05/11/2021
9+
ms.date: 03/04/2025
1010
---
1111
# Azure Cache for Redis samples
1212

13-
You'll find a list of Azure Cache for Redis samples in this article.
13+
You'll find a list of Azure Redis samples in this article.
1414
The samples cover scenarios such as:
1515

1616
* Connecting to a cache
1717
* Reading and writing data to and from a cache
1818
* And using the ASP.NET Azure Cache for Redis providers.
1919

20-
Some samples are downloadable projects. Other samples provide step-by-step guidance that includes code snippets but don't link to a downloadable project.
20+
Some samples are downloadable projects. Other samples provide step-by-step guidance that includes code snippets, but don't link to a downloadable project.
2121

2222
## Hello world samples
2323

articles/azure-cache-for-redis/managed-redis/managed-redis-best-practices-client-libraries.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,13 @@ In Active-Active databases, multi-key write commands (`DEL`, `MSET`, `UNLINK`) c
6363

6464
For information on client library-specific guidance best practices, see the following links:
6565

66-
- [StackExchange.Redis (.NET)](cache-best-practices-connection.md#using-forcereconnect-with-stackexchangeredis)
66+
- [StackExchange.Redis (.NET)](managed-redis-best-practices-connection.md#using-forcereconnect-with-stackexchangeredis)
6767
- [Lettuce (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Lettuce%20Best%20Practices.md)
6868
- [Jedis (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Java-Jedis.md)
69-
- [Redisson (Java)](cache-best-practices-client-libraries.md#redisson-java)
69+
- [Redisson (Java)](managed-redis-best-practices-client-libraries.md#redisson-java)
7070
- [Node.js](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Node-js.md)
7171
- [PHP](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-PHP.md)
7272
- [HiRedisCluster](https://github.com/Azure/AzureCacheForRedis/blob/main/HiRedisCluster%20Best%20Practices.md)
73-
<!-- - [ASP.NET Session State Provider](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-session-state-provider-md) -->
7473

7574
## Redisson (Java)
7675

0 commit comments

Comments
 (0)