@@ -21,6 +21,7 @@ While it is possible and simple to use the raw Redis commands API, in most cases
21
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
22
| [ Jedis] [ Jedis-url ] | Java | MIT | [ Redis] [ JRedisJSON-author ] | [ ![ Jedis-stars]] [ Jedis-url ] | [ maven] [ Jedis-package ] |
23
23
| [ 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 ] |
24
25
| [ redis-py] [ redis-py-url ] | Python | MIT | [ Redis] [ redis-py-author ] | [ ![ redis-py-stars]] [ redis-py-url ] | [ pypi] [ redis-py-package ] |
25
26
| [ redis-om-spring] [ redis-om-spring-url ] | Java | BSD-3-Clause | [ Redis] [ redis-om-spring-author ] | [ ![ redis-om-spring-stars]] [ redis-om-spring-url ] | |
26
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 ] |
@@ -68,6 +69,11 @@ While it is possible and simple to use the raw Redis commands API, in most cases
68
69
[ redis-modules-java-package ] : https://search.maven.org/artifact/io.github.dengliming.redismodule/redis-modules-java/
69
70
[ redis-modules-java-stars ] : https://img.shields.io/github/stars/dengliming/redis-modules-java.svg?style=social& ; label=Star& ; maxAge=2592000
70
71
72
+ [ redisson-author ] : https://github.com/redisson/redisson/graphs/contributors
73
+ [ redisson-url ] : https://redisson.org/
74
+ [ redisson-package ] : https://search.maven.org/artifact/org.redisson/redisson
75
+ [ redisson-stars ] : https://img.shields.io/github/stars/redisson/redisson.svg?style=social& ; label=Star& ; maxAge=2592000
76
+
71
77
[ redis-py-author ] : https://redis.com
72
78
[ redis-py-url ] : https://github.com/redis/redis-py
73
79
[ redis-py-package ] : https://pypi.python.org/pypi/redis
@@ -124,4 +130,4 @@ While it is possible and simple to use the raw Redis commands API, in most cases
124
130
[ redis-om-dotnet-url ] : https://github.com/redis/redis-om-dotnet
125
131
[ redis-om-dotnet-author ] : htts://redis.com
126
132
[ redis-om-dotnet-package ] : https://www.nuget.org/packages/Redis.OM/
127
- [ redis-om-dotnet-stars ] : https://img.shields.io/github/stars/redis/redis-om-dotnet.svg?style=social& ; label=Star& ; maxAge=2592000
133
+ [ redis-om-dotnet-stars ] : https://img.shields.io/github/stars/redis/redis-om-dotnet.svg?style=social& ; label=Star& ; maxAge=2592000
0 commit comments