Skip to content

Commit 582ebed

Browse files
committed
fix
1 parent 61aa2c6 commit 582ebed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Cache for Redis is based on the Redis open-source, in-memory data store. R
1616

1717
Each client library has its own API that calls Redis servers using Redis commands. The client libraries are built to communicate with any Redis server.
1818

19-
Clients maintain reference documentation for their own libraries, and provides links to get support through the client library developer community. Microsoft and the Azure Redis team don't own the development or support for any client libraries.
19+
Clients maintain reference documentation for their own libraries, and provide links to get support through the client library developer community. Microsoft and the Azure Redis team don't own the development or support for any client libraries.
2020

2121
Microsoft and Azure Redis do recommend some libraries, based on popularity and whether there's an active online support community to answer questions. These libraries are under active development and often release new versions with reliability and performance improvements. Microsoft recommends using the latest available version, and upgrading regularly as new versions become available.
2222

@@ -74,7 +74,7 @@ Here are some recommended best practices for the [Redisson](https://redisson.pro
7474

7575
- 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.
7676

77-
- See [Using Azure Redis as session cache for WebSphere Liberty or Open Liberty](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache) for information about using Redisson with Java EE JCache to store HTTP session state on an Azure Kubernetes Service (AKS) cluster in IBM Libery.
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).
7878

7979
- Use the following recommended baseline configuration for cluster mode, and modify it as needed.
8080

articles/azure-cache-for-redis/cache-tls-configuration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ The TLS 1.3 cipher suites are as follows:
4444
4545
## How to enable or disable TLS
4646

47-
Azure Cache for Redis
48-
49-
50-
5147
Enabling and disabling TLS is different for different Azure Redis tiers.
5248

5349
### Basic, Standard, and Premium tiers

0 commit comments

Comments
 (0)