Skip to content

Commit be2fd89

Browse files
authored
Updating the dockerhub badge to redis-stack-server (RedisJSON#901)
1 parent e3a9e37 commit be2fd89

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

+14-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![GitHub issues](https://img.shields.io/github/release/RedisJSON/RedisJSON.svg)](https://github.com/RedisJSON/RedisJSON/releases/latest)
22
[![CircleCI](https://circleci.com/gh/RedisJSON/RedisJSON/tree/master.svg?style=svg)](https://circleci.com/gh/RedisJSON/RedisJSON/tree/master)
33
[![macos](https://github.com/RedisJSON/RedisJSON/workflows/macos/badge.svg)](https://github.com/RedisJSON/RedisJSON/actions?query=workflow%3Amacos)
4-
[![Dockerhub](https://img.shields.io/badge/dockerhub-redislabs%2Frejson-blue)](https://hub.docker.com/r/redislabs/rejson/tags/)
4+
[![Dockerhub](https://img.shields.io/docker/pulls/redis/redis-stack-server?label=redis-stack-server)](https://img.shields.io/docker/pulls/redis/redis-stack-server)
55
[![Codecov](https://codecov.io/gh/RedisJSON/RedisJSON/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisJSON/RedisJSON)
66

77
# RedisJSON
@@ -68,17 +68,15 @@ Some languages have client libraries that provide support for RedisJSON's comman
6868

6969
| Project | Language | License | Author | Stars | Package | Comment |
7070
| ------- | -------- | ------- | ------ | ----- | ------- | ------- |
71-
| [redis-py][redis-py-url] | Python | MIT | [Redis Labs][redis-py-author] | [![redis-py-stars]][redis-py-url] | [pypi][redis-py-package] |
72-
| [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] |
73-
| [Jedis][Jedis-url] | Java | MIT | [Redis][JRedisJSON-author] | [![Jedis-stars]][Jedis-url] | [Maven][Jedis-package] |
74-
| [JRedisJSON][JRedisJSON-url] | Java | BSD-2-Clause | [Redis Labs][JRedisJSON-author] | [![JRedisJSON-stars]][JRedisJSON-url] | [maven][JRedisJSON-package] | Deprecated |
71+
| [jedis][jedis-url] | Java | MIT | [Redis][redis-url] | ![Stars][jedis-stars] | [Maven][jedis-package]||
72+
| [redis-py][redis-py-url] | Python | MIT | [Redis][redis-url] | ![Stars][redis-py-stars] | [pypi][redis-py-package]||
73+
| [node-redis][node-redis-url] | Node.js | MIT | [Redis][redis-url] | ![Stars][node-redis-stars] | [npm][node-redis-package]||
74+
| [nredisstack][nredisstack-url] | .NET | MIT | [Redis][redis-url] | ![Stars][nredisstack-stars] | [nuget][nredisstack-package]||
75+
| [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] |
7576
| [Redisson][Redisson-url] | Java | Apache-2.0 | [Redisson][Redisson-author] | [![Redisson-stars]][Redisson-url] | [Maven][Redisson-package] |
7677
| [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] |
7778
| [redis-om-spring][redis-om-spring-url] | Java | BSD-3-Clause | [Redis][redis-om-spring-author] | [![redis-om-spring-stars]][redis-om-spring-url] | |
78-
| [node-redis][node-redis-url] | Node.js | MIT | [Redis][node-redis-author] | [![node-redis-stars]][node-redis-url] | [npm][node-redis-package] |
7979
| [iorejson][iorejson-url] | Node.js | MIT | [Evan Huang @evanhuang8][iorejson-author] | [![iorejson-stars]][iorejson-url] | [npm][iorejson-package] |
80-
| [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] |
81-
| [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] |
8280
| [ioredis-rejson][ioredis-rejson-url] | Node.js | MIT | [Felipe Schulz @schulzf][ioredis-rejson-author] | [![ioredis-rejson-stars]][ioredis-rejson-url] | [npm][ioredis-rejson-package] |
8381
| [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] |
8482
| [go-rejson][go-rejson-url] | Go | MIT | [Nitish Malhotra @nitishm][go-rejson-author] | [![go-rejson-stars]][go-rejson-url] | |
@@ -90,7 +88,7 @@ Some languages have client libraries that provide support for RedisJSON's comman
9088
| [redislabs-rejson][redislabs-rejson-url] | PHP | MIT | [Mehmet Korkmaz @mkorkmaz][redislabs-rejson-author] | [![redislabs-rejson-stars]][redislabs-rejson-url] | [composer][redislabs-rejson-package] |
9189
| [rejson-rb][rejson-rb-url] | Ruby | MIT | [Pavan Vachhani @vachhanihpavan][rejson-rb-author] | [![rejson-rb-stars]][rejson-rb-url] | [rubygems][rejson-rb-package]|
9290

93-
[Jedis-author]: https://redis.com
91+
[redis-url]: https://redis.com
9492
[Jedis-url]: https://github.com/redis/jedis
9593
[Jedis-package]: https://search.maven.org/artifact/redis.clients/jedis
9694
[Jedis-stars]: https://img.shields.io/github/stars/redis/jedis.svg?style=social&label=Star&maxAge=2592000
@@ -110,11 +108,14 @@ Some languages have client libraries that provide support for RedisJSON's comman
110108
[redis-modules-java-package]: https://search.maven.org/artifact/io.github.dengliming.redismodule/redis-modules-java/
111109
[redis-modules-java-stars]: https://img.shields.io/github/stars/dengliming/redis-modules-java.svg?style=social&label=Star&maxAge=2592000
112110

113-
[redis-py-author]: https://redislabs.com
114111
[redis-py-url]: https://github.com/redis/redis-py
115112
[redis-py-package]: https://pypi.python.org/pypi/redis
116113
[redis-py-stars]: https://img.shields.io/github/stars/redis/redis-py.svg?style=social&label=Star&maxAge=2592000
117114

115+
[nredisstack-url]: https://github.com/redis/nredisstack
116+
[nredisstack-stars]: https://img.shields.io/github/stars/redis/nredisstack.svg?style=social&label=Star&maxAge=2592000
117+
[nredisstack-package]: https://www.nuget.org/packages/nredisstack/
118+
118119
[node-redis-author]: https://redis.com
119120
[node-redis-url]: https://github.com/redis/node-redis
120121
[node-redis-package]: https://www.npmjs.com/package/redis
@@ -125,21 +126,15 @@ Some languages have client libraries that provide support for RedisJSON's comman
125126
[iorejson-package]: https://www.npmjs.com/package/iorejson
126127
[iorejson-stars]: https://img.shields.io/github/stars/evanhuang8/iorejson.svg?style=social&label=Star&maxAge=2592000
127128

128-
[node_redis-rejson-author]: https://github.com/stockholmux
129-
[node_redis-rejson-url]: https://github.com/stockholmux/node_redis-rejson
130-
[node_redis-rejson-package]: https://www.npmjs.com/package/redis-rejson
131-
[node_redis-rejson-stars]: https://img.shields.io/github/stars/stockholmux/node_redis-rejson.svg?style=social&label=Star&maxAge=2592000
129+
[node-redis-url]: https://github.com/redis/node-redis
130+
[node-redis-stars]: https://img.shields.io/github/stars/redis/node-redis.svg?style=social&label=Star&maxAge=2592000
131+
[node-redis-package]: https://www.npmjs.com/package/redis
132132

133133
[ioredis-rejson-author]: https://github.com/schulzf
134134
[ioredis-rejson-url]: https://github.com/schulzf/ioredis-rejson
135135
[ioredis-rejson-package]: https://www.npmjs.com/package/ioredis-rejson
136136
[ioredis-rejson-stars]: https://img.shields.io/github/stars/schulzf/ioredis-rejson.svg?style=social&label=Star&maxAge=2592000
137137

138-
[redis-modules-sdk-author]: https://github.com/danitseitlin/
139-
[redis-modules-sdk-url]: https://github.com/danitseitlin/redis-modules-sdk
140-
[redis-modules-sdk-package]: https://www.npmjs.com/package/redis-modules-sdk
141-
[redis-modules-sdk-stars]: https://img.shields.io/github/stars/danitseitlin/redis-modules-sdk.svg?style=social&label=Star&maxAge=2592000
142-
143138
[go-rejson-author]: https://github.com/nitishm
144139
[go-rejson-url]: https://github.com/nitishm/go-rejson/
145140
[go-rejson-package]: https://www.npmjs.com/package/iorejson

0 commit comments

Comments
 (0)