Skip to content

Commit 72ff457

Browse files
committed
Fixed table layout
1 parent f405238 commit 72ff457

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Although we don't own or support any client libraries, we do recommend some libr
2020

2121
| **Client Library** | **Language** | **GitHub** **repo** | **Documentation**|
2222
| --------------------|------------- |-------------------------------------------------------| --------------------------|
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/) |
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-redis) | |
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/) |
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)