Skip to content

Commit 87d12bc

Browse files
committed
fixed links
1 parent 4ca8c76 commit 87d12bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Each client maintains its own reference documentation for its library. The clien
1818

1919
Although we don't own or support any client libraries, we do recommend some libraries. 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.
2020

21-
| **Client Library** | **Language** | **GitHub** **repo** | **Documentation**|
22-
| ---------------------|------------- |-------------------------------------------------------| --------------------------|
23-
| StackExchange.Redis | C#/.NET | [Link](https://github.com/StackExchange/StackExchange.Redis) | [More information here](https://stackexchange.github.io/StackExchange.Redis/) |
24-
| Lettuce | Java | [Link](https://github.com/lettuce-io/) | [More information here](https://lettuce.io/) |
25-
| Jedis | Java | [Link](https://github.com/redis/jedis) | |
26-
| node_redis | Node.js | [Link](https://github.com/redis/node-redi | |
27-
| Redisson | Java | [Link](https://github.com/redisson/redisson) | [More information here](https://redisson.org/) |
28-
| ioredis | Node.js | [Link](https://github.com/luin/ioredis) |[More information here](https://ioredis.readthedocs.io/en/stable/API/) |
21+
| **Client Library** | **Language** | **GitHub** **repo** | **Documentation**|
22+
| --------------------|------------- |-------------------------------------------------------| --------------------------|
23+
| StackExchange.Redis | C#/.NET | [https://github.com/StackExchange/StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis)| [More information here](https://stackexchange.github.io/StackExchange.Redis/) |
24+
| Lettuce | Java | [https://github.com/lettuce-io/](https://github.com/lettuce-io/) | [More information here](https://lettuce.io/) |
25+
| Jedis | Java | [https://github.com/redis/jedis](https://github.com/redis/jedis) | |
26+
| node_redis | Node.js | [https://github.com/redis/node-redis](https://github.com/redis/node-redis) | |
27+
| Redisson | Java | [https://github.com/redisson/redisson](https://github.com/redisson/redisson) | [More information here](https://redisson.org/) |
28+
| ioredis | Node.js | [https://github.com/luin/ioredis](https://github.com/luin/ioredis) | [More information here](https://ioredis.readthedocs.io/en/stable/API/) |
2929

3030
> [!NOTE]
3131
> Your application can to connect and use your Azure Cache for Redis instance with any client library that can also communicate with open-source Redis.

0 commit comments

Comments
 (0)