Skip to content

Commit 31abcd0

Browse files
committed
fixed broken links
1 parent b46e3d7 commit 31abcd0

6 files changed

Lines changed: 15 additions & 24 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ For client library-specific guidance and best practices, see the following links
5252

5353
Besides the reference documentation, you can use the following tutorials to get started with Azure Redis using different languages and cache clients:
5454

55-
- [Code a .NET Framework app](../redis/dotnet-how-to-use-azure-redis-cache.md)
56-
- [Code a .NET Core app](../redis/dotnet-core-quickstart.md)
57-
- [Code an ASP.NET web app](../redis/web-app-cache-howto.md)
58-
- [Code an ASP.NET Core web app](../redis/web-app-aspnet-core-howto.md)
55+
<!-- - [Code a .NET app](../redis/dotnet.md) -->
56+
<!-- - [Code an ASP.NET app](../redis/aspnet.md) -->
5957
- [Code a Java app](../redis/java-get-started.md)
6058

6159
## Best practices for Redisson (Java)
@@ -74,8 +72,6 @@ Here are some recommended best practices for the [Redisson](https://redisson.pro
7472

7573
- Reset the idle connection timeout if necessary. Redisson has a default 10-second idle connection timeout, which can lead to more closing and reopening of connections than ideal.
7674

77-
- For information about using Redisson with Java EE JCache to store HTTP session state on an Azure Kubernetes Service (AKS) cluster, see [Using Azure Redis as session cache for WebSphere Liberty or Open Liberty](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache).
78-
7975
- Use the following recommended baseline configuration for cluster mode, and modify it as needed.
8076

8177
```yml

articles/azure-cache-for-redis/cache-best-practices-development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Best practices for development
33
description: Learn how to develop code for Azure Cache for Redis.
4-
5-
64
ms.topic: conceptual
75
ms.custom:
86
- ignite-2024

articles/azure-cache-for-redis/cache-development-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sections:
2222
answer: |
2323
There are several ways you can get started with Azure Cache for Redis.
2424
25-
* You can check out one of our tutorials available for [.NET](../redis/dotnet-how-to-use-azure-redis-cache.md), [ASP.NET](../redis/web-app-cache-howto.md), [Java](../redis/java-get-started.md), [Node.js](../redis/nodejs-get-started.md), and [Python](../redis/python-get-started.md).
25+
* You can check out one of our tutorials available for [.NET](../redis/dotnet.md), [ASP.NET](../redis/aspnet.md), [Java](../redis/java-get-started.md), [Node.js](../redis/nodejs-get-started.md), and [Python](../redis/python-get-started.md).
2626
* You can watch [How to Build High-Performance Apps Using Microsoft Azure Cache for Redis](https://azure.microsoft.com/resources/videos).
2727
* You can check out the client documentation for the example clients that match the development language you use in your project. There are many Redis clients that can be used with Azure Cache for Redis. For a list of Redis clients, see [https://redis.io/clients](https://redis.io/clients).
2828
@@ -65,7 +65,7 @@ sections:
6565
- question: |
6666
What Azure Cache for Redis clients can I use?
6767
answer: |
68-
One of the great things about Redis is that there are many clients supporting many different development languages. For a current list of clients, see [Redis clients](https://redis.io/docs/latest/operate/rs/databases/connect/supported-clients-browsers/). For tutorials that cover several different languages and clients, see [How to use Azure Cache for Redis](../redis/dotnet-how-to-use-azure-redis-cache.md).
68+
One of the great things about Redis is that there are many clients supporting many different development languages. For a current list of clients, see [Redis clients](https://redis.io/docs/latest/operate/rs/databases/connect/supported-clients-browsers/).
6969
7070
[!INCLUDE [redis-cache-create](includes/redis-cache-access-keys.md)]
7171
@@ -108,7 +108,7 @@ sections:
108108
answer: |
109109
Microsoft Azure Cache for Redis is based on the popular open-source in-memory data store, Redis. You can use a wide variety of [Redis clients](https://redis.io/docs/latest/operate/rs/databases/connect/supported-clients-browsers/) for many programming languages. Each client has its own API that makes calls to the Azure Cache for Redis instance using [Redis commands](https://redis.io/commands).
110110
111-
Because each client is different, you can't find one centralized class reference on MSDN. Each client maintains its own reference documentation. Besides the reference documentation, there are several tutorials showing how to get started with Azure Cache for Redis using different languages and cache clients. To access these tutorials, see [How to use Azure Cache for Redis](../redis/dotnet-how-to-use-azure-redis-cache.md) and its sibling articles in the table of contents.
111+
Because each client is different, you can't find one centralized class reference on MSDN. Each client maintains its own reference documentation. Besides the reference documentation, there are several tutorials showing how to get started with Azure Cache for Redis using different languages and cache clients.
112112
113113
- question: |
114114
Can I use Azure Cache for Redis as a PHP session cache?

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
109109
## Related content
110110

111111
- [Create an open-source Redis cache](quickstart-create-redis.md)
112-
- [Use Azure Cache for Redis in an ASP.NET web app](../redis/web-app-cache-howto.md)
113-
- [Use Azure Cache for Redis in .NET Core](../redis/dotnet-core-quickstart.md)
114-
- [Use Azure Cache for Redis in .NET Framework](../redis/dotnet-how-to-use-azure-redis-cache.md)
115112
- [Use Azure Cache for Redis in Node.js](../redis/nodejs-get-started.md)
116113
- [Use Azure Cache for Redis in Java](../redis/java-get-started.md)
117114
- [Use Azure Cache for Redis in Python](../redis/python-get-started.md)

articles/redis/best-practices-client-libraries.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Each client library maintains its own reference documentation. The libraries als
2727

2828
The following recommendations are based on popularity and whether there's an active online community to support and answer your questions. We only recommend using the latest available version, and upgrading regularly as new versions become available. These libraries are under active development and often release new versions with improvements to reliability and performance.
2929

30-
| **Client library** | **Language** | **GitHub** **repo** | **Documentation** |
31-
|---------------------------|--------------|---------------------------------------------------------------------|--------------------------------------------------------------------------------------|
32-
| StackExchange.Redis | C#/.NET | [StackExchange.Redis GitHub](https://github.com/StackExchange/StackExchange.Redis) | [StackExchange.Redis docs](https://stackexchange.github.io/StackExchange.Redis/) |
33-
| Lettuce | Java | [Lettuce GitHub](https://github.com/lettuce-io/) | [Lettuce documentation](https://lettuce.io/) |
34-
| Jedis | Java | [Jedis GitHub](https://github.com/redis/jedis) | [Jedis documentation](https://github.com/redis/jedis#readme) |
35-
| node_redis | Node.js | [node_redis GitHub](https://github.com/redis/node-redis) | [node_redis documentation](https://github.com/redis/node-redis#readme) |
36-
| ioredis | Node.js | [ioredis GitHub](https://github.com/luin/ioredis) | [ioredis API reference](https://ioredis.readthedocs.io/en/stable/API/) |
30+
| **Client library** | **Language** | **GitHub** **repo** | **Documentation** |
31+
|---------------------|--------------|------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
32+
| StackExchange.Redis | C#/.NET | [StackExchange.Redis GitHub](https://github.com/StackExchange/StackExchange.Redis) | [StackExchange.Redis docs](https://stackexchange.github.io/StackExchange.Redis/) |
33+
| Lettuce | Java | [Lettuce GitHub](https://github.com/lettuce-io/) | [Lettuce documentation](https://lettuce.io/) |
34+
| Jedis | Java | [Jedis GitHub](https://github.com/redis/jedis) | [Jedis documentation](https://github.com/redis/jedis#readme) |
35+
| node_redis | Node.js | [node_redis GitHub](https://github.com/redis/node-redis) | [node_redis documentation](https://github.com/redis/node-redis#readme) |
36+
| ioredis | Node.js | [ioredis GitHub](https://github.com/luin/ioredis) | [ioredis API reference](https://ioredis.readthedocs.io/en/stable/API/) |
3737

3838
> [!NOTE]
3939
> Your application can use any client library that's compatible with open-source Redis to connect to your Azure Managed Redis instance.
@@ -86,7 +86,7 @@ Besides the reference documentation, you can find tutorials showing how to get s
8686
For more information on using some of these client libraries in tutorials, see the following articles:
8787

8888
- [Code a .NET app](dotnet.md)
89-
- [Code an ASP.NET web app](web-app-cache-howto.md)
89+
- [Code an ASP.NET web app](aspnet.md)
9090
- [Code a Java app](java-get-started.md)
9191
- [Code a Node.js app](nodejs-get-started.md)
9292
- [Code a Python app](python-get-started.md)

articles/redis/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ landingContent:
4040
links:
4141
- text: Code a .NET app
4242
url: dotnet.md
43-
- text: Code an ASP.NET web app
44-
url: web-app-cache-howto.md
43+
- text: Code an ASP.NET app
44+
url: aspnet.md
4545
- text: Code a Java app
4646
url: java-get-started.md
4747
- text: Code a Node.js app

0 commit comments

Comments
 (0)