You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-best-practices-client-libraries.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,8 @@ For client library-specific guidance and best practices, see the following links
52
52
53
53
Besides the reference documentation, you can use the following tutorials to get started with Azure Redis using different languages and cache clients:
54
54
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) -->
59
57
-[Code a Java app](../redis/java-get-started.md)
60
58
61
59
## Best practices for Redisson (Java)
@@ -74,8 +72,6 @@ Here are some recommended best practices for the [Redisson](https://redisson.pro
74
72
75
73
- 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.
76
74
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
-
79
75
- Use the following recommended baseline configuration for cluster mode, and modify it as needed.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-development-faq.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ sections:
22
22
answer: |
23
23
There are several ways you can get started with Azure Cache for Redis.
24
24
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).
26
26
* You can watch [How to Build High-Performance Apps Using Microsoft Azure Cache for Redis](https://azure.microsoft.com/resources/videos).
27
27
* 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).
28
28
@@ -65,7 +65,7 @@ sections:
65
65
- question: |
66
66
What Azure Cache for Redis clients can I use?
67
67
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/).
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).
110
110
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.
112
112
113
113
- question: |
114
114
Can I use Azure Cache for Redis as a PHP session cache?
Copy file name to clipboardExpand all lines: articles/redis/best-practices-client-libraries.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Each client library maintains its own reference documentation. The libraries als
27
27
28
28
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.
0 commit comments