Skip to content

Commit fe775d7

Browse files
Merge pull request #295705 from flang-msft/fxl---remove-links-to-gists
fxl---fix links in Best Practices client library
2 parents 70893bb + ad9564e commit fe775d7

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ For information on client library-specific guidance best practices, see the foll
3434

3535
- [StackExchange.Redis (.NET)](cache-best-practices-connection.md#using-forcereconnect-with-stackexchangeredis)
3636
- [Lettuce (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Lettuce%20Best%20Practices.md)
37-
- [Jedis (Java)](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-java-jedis-md)
37+
- [Jedis (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Java-Jedis.md)
3838
- [Redisson (Java)](cache-best-practices-client-libraries.md#redisson-java)
39-
- [Node.js](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-node-js-md)
40-
- [PHP](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-php-md)
39+
- [Node.js](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Node-js.md)
40+
- [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: 5 additions & 6 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)
68-
- [Jedis (Java)](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-java-jedis-md)
69-
- [Redisson (Java)](../cache-best-practices-client-libraries.md#redisson-java)
70-
- [Node.js](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-node-js-md)
71-
- [PHP](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-php-md)
68+
- [Jedis (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Java-Jedis.md)
69+
- [Redisson (Java)](managed-redis-best-practices-client-libraries.md#redisson-java)
70+
- [Node.js](https://github.com/Azure/AzureCacheForRedis/blob/main/Redis-BestPractices-Node-js.md)
71+
- [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)