Skip to content

Commit 669a1ad

Browse files
committed
Removed old link
1 parent d6ae59f commit 669a1ad

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ description: Learn about client libraries for Azure Cache for Redis.
44

55

66
ms.topic: conceptual
7-
ms.date: 01/04/2022
7+
ms.date: 02/06/2025
88
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aks, devx-track-extended-java, ignite-2024
99
---
1010

11+
12+
1113
# Client libraries
1214

1315
Azure Cache for Redis is based on the popular open-source in-memory data store, open-source Redis. Azure Cache for Redis can be accessed by a wide variety of Redis clients for many programming languages. Each client library has its own API that makes calls to Redis server using Redis commands, but the client libraries are built to talk to any Redis server.
@@ -33,7 +35,6 @@ Although we don't own or support any client libraries, we do recommend some libr
3335
For information on client library-specific guidance best practices, see the following links:
3436

3537
- [StackExchange.Redis (.NET)](cache-best-practices-connection.md#using-forcereconnect-with-stackexchangeredis)
36-
- [Java - Which client should I use?](https://gist.github.com/warrenzhu25/1beb02a09b6afd41dff2c27c53918ce7#file-azure-redis-java-best-practices-md)
3738
- [Lettuce (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Lettuce%20Best%20Practices.md)
3839
- [Jedis (Java)](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-java-jedis-md)
3940
- [Redisson (Java)](cache-best-practices-client-libraries.md#redisson-java)

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about client libraries for Azure Managed Redis.
44

55
ms.service: azure-managed-redis
66
ms.topic: conceptual
7-
ms.date: 11/15/2024
7+
ms.date: 02/06/2025
88
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aks, devx-track-extended-java, ignite-2024
99
---
1010

@@ -35,7 +35,7 @@ All client libraries work with your Redis instance with Enterprise clustering po
3535

3636
## Blocked commands
3737

38-
Configuration and management of Azure Managed Redis instances is managed by Microsoft, which disables the following commands by default.
38+
Configuration and management of Azure Managed Redis instances is managed by Microsoft, which disables the following commands by default.
3939
For more information on blocked commands, see [Cluster management commands compatibility](https://redis.io/docs/latest/operate/rs/references/compatibility/commands/cluster/)
4040

4141
### Multi-key commands
@@ -47,22 +47,23 @@ You might also see `CROSSSLOT` errors with Enterprise clustering policy. Only th
4747
In Active-Active databases, multi-key write commands (`DEL`, `MSET`, `UNLINK`) can only be run on keys that are in the same slot. However, the following multi-key commands are allowed across slots in Active-Active databases: `MGET`, `EXISTS`, and `TOUCH`. For more information, see [Database clustering](https://redis.io/docs/latest/operate/rs/databases/durability-ha/clustering/#multikey-operations).
4848

4949
### Commands blocked for Enterprise clustering policy
50-
* CLUSTER INFO
51-
* CLUSTER HELP
52-
* CLUSTER KEYSLOT
53-
* CLUSTER NODES
54-
* CLUSTER SLOTS
50+
51+
- CLUSTER INFO
52+
- CLUSTER HELP
53+
- CLUSTER KEYSLOT
54+
- CLUSTER NODES
55+
- CLUSTER SLOTS
5556

5657
### Commands blocked for active geo-replication
57-
* FLUSHALL
58-
* FLUSHDB
58+
59+
- FLUSHALL
60+
- FLUSHDB
5961

6062
## Client library-specific guidance
6163

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

6466
- [StackExchange.Redis (.NET)](../cache-best-practices-connection.md#using-forcereconnect-with-stackexchangeredis)
65-
- [Java - Which client should I use?](https://gist.github.com/warrenzhu25/1beb02a09b6afd41dff2c27c53918ce7#file-azure-redis-java-best-practices-md)
6667
- [Lettuce (Java)](https://github.com/Azure/AzureCacheForRedis/blob/main/Lettuce%20Best%20Practices.md)
6768
- [Jedis (Java)](https://gist.github.com/JonCole/925630df72be1351b21440625ff2671f#file-redis-bestpractices-java-jedis-md)
6869
- [Redisson (Java)](../cache-best-practices-client-libraries.md#redisson-java)

0 commit comments

Comments
 (0)