Skip to content

Commit cc790dd

Browse files
authored
Updating client list for redis.io (RedisJSON#941)
1 parent 40a66f9 commit cc790dd

File tree

1 file changed

+42
-40
lines changed

1 file changed

+42
-40
lines changed

docs/docs/Clients.md

+42-40
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ While it is possible and simple to use the raw Redis commands API, in most cases
1313
## Currently available Libraries
1414

1515
| Project | Language | License | Author | Stars | Package |
16-
| ------- | -------- | ------- | ------ | ----- | --- |
17-
| [node-redis][node-redis-url] | Node.js | MIT | [Redis][node-redis-author] | [![node-redis-stars]][node-redis-url] | [npm][node-redis-package] |
18-
| [iorejson][iorejson-url] | Node.js | MIT | [Evan Huang @evanhuang8][iorejson-author] | [![iorejson-stars]][iorejson-url] | [npm][iorejson-package] |
19-
| [redis-om-node][redis-om-node-url] | Node | BSD-3-Clause | [Redis][redis-om-node-author] | [![redis-om-node-stars]][redis-om-node-url] | [npm][redis-om-node-package] |
20-
| [node_redis-rejson][node_redis-rejson-url] | Node.js | MIT | [Kyle Davis @stockholmux][node_redis-rejson-author] | [![node_redis-rejson-stars]][node_redis-rejson-url] | [npm][node_redis-rejson-package] |
21-
| [redis-modules-sdk][redis-modules-sdk-url] | Node.js | BSD-3-Clause | [Dani Tseitlin @danitseitlin][redis-modules-sdk-author] | [![redis-modules-sdk-stars]][redis-modules-sdk-url] | [npm][redis-modules-sdk-package] |
22-
| [Jedis][Jedis-url] | Java | MIT | [Redis][JRedisJSON-author] | [![Jedis-stars]][Jedis-url] | [maven][Jedis-package] |
16+
| ------- | -------- | ------- | ------ | ----- | ------- |
17+
| [jedis][jedis-url] | Java | MIT | [Redis][redis-url] | ![Stars][jedis-stars] | [Maven][jedis-package]|
18+
| [redis-py][redis-py-url] | Python | MIT | [Redis][redis-url] | ![Stars][redis-py-stars] | [pypi][redis-py-package]|
19+
| [node-redis][node-redis-url] | Node.js | MIT | [Redis][redis-url] | ![Stars][node-redis-stars] | [npm][node-redis-package]|
20+
| [nredisstack][nredisstack-url] | .NET | MIT | [Redis][redis-url] | ![Stars][nredisstack-stars] | [nuget][nredisstack-package]|
21+
| [redis-om-python][redis-om-python-url] | python | BSD-3-Clause | [Redis][redis-om-python-author] | [![redis-om-python-stars]][redis-om-python-url] | [PyPi][redis-om-python-package] |
22+
| [Redisson][Redisson-url] | Java | Apache-2.0 | [Redisson][Redisson-author] | [![Redisson-stars]][Redisson-url] | [Maven][Redisson-package] |
2323
| [redis-modules-java][redis-modules-java-url] | Java | Apache-2.0 | [Liming Deng @dengliming][redis-modules-java-author] | [![redis-modules-java-stars]][redis-modules-java-url] | [maven][redis-modules-java-package] |
24-
| [Redisson][redisson-url] | Java | Apache-2.0 | [Nikita Koksharov @mrniko][redisson-author] | [![redisson-stars]][redisson-url] | [maven][redisson-package] |
25-
| [redis-py][redis-py-url] | Python | MIT | [Redis][redis-py-author] | [![redis-py-stars]][redis-py-url] | [pypi][redis-py-package] |
2624
| [redis-om-spring][redis-om-spring-url] | Java | BSD-3-Clause | [Redis][redis-om-spring-author] | [![redis-om-spring-stars]][redis-om-spring-url] | |
27-
| [redis-om-python][redis-om-python-url] | Python | BSD-3-Clause | [Redis][redis-om-python-author] | [![redis-om-python-stars]][redis-om-python-url] | [PyPi][redis-om-python-package] |
25+
| [iorejson][iorejson-url] | Node.js | MIT | [Evan Huang @evanhuang8][iorejson-author] | [![iorejson-stars]][iorejson-url] | [npm][iorejson-package] |
26+
| [ioredis-rejson][ioredis-rejson-url] | Node.js | MIT | [Felipe Schulz @schulzf][ioredis-rejson-author] | [![ioredis-rejson-stars]][ioredis-rejson-url] | [npm][ioredis-rejson-package] |
27+
| [redis-om-node][redis-om-node-url] | Node | BSD-3-Clause | [Redis][redis-om-node-author] | [![redis-om-node-stars]][redis-om-node-url] | [npm][redis-om-node-package] |
2828
| [go-rejson][go-rejson-url] | Go | MIT | [Nitish Malhotra @nitishm][go-rejson-author] | [![go-rejson-stars]][go-rejson-url] | |
2929
| [rejonson][rejonson-url] | Go | Apache-2.0 | [Daniel Krom @KromDaniel][rejonson-author] | [![rejonson-stars]][rejonson-url] | |
3030
| [rueidis][rueidis-url] | Go | Apache-2.0 | [Rueian @rueian][rueidis-author] | [![rueidis-stars]][rueidis-url] | |
@@ -35,51 +35,53 @@ While it is possible and simple to use the raw Redis commands API, in most cases
3535
| [rejson-rb][rejson-rb-url] | Ruby | MIT | [Pavan Vachhani @vachhanihpavan][rejson-rb-author] | [![rejson-rb-stars]][rejson-rb-url] | [rubygems][rejson-rb-package]|
3636
| [rustis][rustis-url] | Rust | MIT | [Dahomey Technologies][rustis-author] | [![rustis-stars]][rustis-url] | [crate][rustis-package]|
3737

38-
[node-redis-author]: https://redis.com
39-
[node-redis-url]: https://github.com/redis/node-redis
40-
[node-redis-package]: https://www.npmjs.com/package/redis
41-
[node-redis-stars]: https://img.shields.io/github/stars/redis/node-redis.svg?style=social&label=Star&maxAge=2592000
42-
43-
[iorejson-author]: https://github.com/evanhuang8
44-
[iorejson-url]: https://github.com/evanhuang8/iorejson
45-
[iorejson-package]: https://www.npmjs.com/package/iorejson
46-
[iorejson-stars]: https://img.shields.io/github/stars/evanhuang8/iorejson.svg?style=social&label=Star&maxAge=2592000
47-
48-
[node_redis-rejson-author]: https://github.com/stockholmux
49-
[node_redis-rejson-url]: https://github.com/stockholmux/node_redis-rejson
50-
[node_redis-rejson-package]: https://www.npmjs.com/package/redis-rejson
51-
[node_redis-rejson-stars]: https://img.shields.io/github/stars/stockholmux/node_redis-rejson.svg?style=social&label=Star&maxAge=2592000
52-
53-
[redis-modules-sdk-author]: https://github.com/danitseitlin/
54-
[redis-modules-sdk-url]: https://github.com/danitseitlin/redis-modules-sdk
55-
[redis-modules-sdk-package]: https://www.npmjs.com/package/redis-modules-sdk
56-
[redis-modules-sdk-stars]: https://img.shields.io/github/stars/danitseitlin/redis-modules-sdk.svg?style=social&label=Star&maxAge=2592000
57-
58-
[Jedis-author]: https://redis.com
38+
[redis-url]: https://redis.com
5939
[Jedis-url]: https://github.com/redis/jedis
6040
[Jedis-package]: https://search.maven.org/artifact/redis.clients/jedis
6141
[Jedis-stars]: https://img.shields.io/github/stars/redis/jedis.svg?style=social&label=Star&maxAge=2592000
6242

63-
[JRedisJSON-author]: https://redis.com
43+
[JRedisJSON-author]: https://redislabs.com
6444
[JRedisJSON-url]: https://github.com/RedisJSON/JRedisJSON
65-
[JRedisJSON-package]: https://search.maven.org/artifact/com.redislabs/jrejson/1.2.0/jar
45+
[JRedisJSON-package]: https://search.maven.org/artifact/com.redislabs/jrejson/
6646
[JRedisJSON-stars]: https://img.shields.io/github/stars/RedisJSON/JRedisJSON.svg?style=social&label=Star&maxAge=2592000
6747

48+
[Redisson-author]: https://github.com/redisson/
49+
[Redisson-url]: https://github.com/redisson/redisson
50+
[Redisson-package]: https://search.maven.org/artifact/org.redisson/redisson/
51+
[Redisson-stars]: https://img.shields.io/github/stars/redisson/redisson.svg?style=social&label=Star&maxAge=2592000
52+
6853
[redis-modules-java-author]: https://github.com/dengliming/
6954
[redis-modules-java-url]: https://github.com/dengliming/redis-modules-java
7055
[redis-modules-java-package]: https://search.maven.org/artifact/io.github.dengliming.redismodule/redis-modules-java/
7156
[redis-modules-java-stars]: https://img.shields.io/github/stars/dengliming/redis-modules-java.svg?style=social&label=Star&maxAge=2592000
7257

73-
[redisson-author]: https://github.com/redisson/redisson/graphs/contributors
74-
[redisson-url]: https://redisson.org/
75-
[redisson-package]: https://search.maven.org/artifact/org.redisson/redisson
76-
[redisson-stars]: https://img.shields.io/github/stars/redisson/redisson.svg?style=social&label=Star&maxAge=2592000
77-
78-
[redis-py-author]: https://redis.com
7958
[redis-py-url]: https://github.com/redis/redis-py
8059
[redis-py-package]: https://pypi.python.org/pypi/redis
8160
[redis-py-stars]: https://img.shields.io/github/stars/redis/redis-py.svg?style=social&label=Star&maxAge=2592000
8261

62+
[nredisstack-url]: https://github.com/redis/nredisstack
63+
[nredisstack-stars]: https://img.shields.io/github/stars/redis/nredisstack.svg?style=social&label=Star&maxAge=2592000
64+
[nredisstack-package]: https://www.nuget.org/packages/nredisstack/
65+
66+
[node-redis-author]: https://redis.com
67+
[node-redis-url]: https://github.com/redis/node-redis
68+
[node-redis-package]: https://www.npmjs.com/package/redis
69+
[node-redis-stars]: https://img.shields.io/github/stars/redis/node-redis.svg?style=social&label=Star&maxAge=2592000
70+
71+
[iorejson-author]: https://github.com/evanhuang8
72+
[iorejson-url]: https://github.com/evanhuang8/iorejson
73+
[iorejson-package]: https://www.npmjs.com/package/iorejson
74+
[iorejson-stars]: https://img.shields.io/github/stars/evanhuang8/iorejson.svg?style=social&label=Star&maxAge=2592000
75+
76+
[node-redis-url]: https://github.com/redis/node-redis
77+
[node-redis-stars]: https://img.shields.io/github/stars/redis/node-redis.svg?style=social&label=Star&maxAge=2592000
78+
[node-redis-package]: https://www.npmjs.com/package/redis
79+
80+
[ioredis-rejson-author]: https://github.com/schulzf
81+
[ioredis-rejson-url]: https://github.com/schulzf/ioredis-rejson
82+
[ioredis-rejson-package]: https://www.npmjs.com/package/ioredis-rejson
83+
[ioredis-rejson-stars]: https://img.shields.io/github/stars/schulzf/ioredis-rejson.svg?style=social&label=Star&maxAge=2592000
84+
8385
[go-rejson-author]: https://github.com/nitishm
8486
[go-rejson-url]: https://github.com/nitishm/go-rejson/
8587
[go-rejson-package]: https://www.npmjs.com/package/iorejson
@@ -129,7 +131,7 @@ While it is possible and simple to use the raw Redis commands API, in most cases
129131
[redis-om-node-stars]: https://img.shields.io/github/stars/redis/redis-om-node.svg?style=social&label=Star&maxAge=2592000
130132

131133
[redis-om-dotnet-url]: https://github.com/redis/redis-om-dotnet
132-
[redis-om-dotnet-author]: htts://redis.com
134+
[redis-om-dotnet-author]: https://redis.com
133135
[redis-om-dotnet-package]: https://www.nuget.org/packages/Redis.OM/
134136
[redis-om-dotnet-stars]: https://img.shields.io/github/stars/redis/redis-om-dotnet.svg?style=social&label=Star&maxAge=2592000
135137

0 commit comments

Comments
 (0)