File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ![ build] ( https://github.com/dengliming/redis-modules-java/workflows/build/badge.svg ) ![ java-version] ( https://img.shields.io/badge/JDK-1.8+-brightgreen.svg ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/io.github.dengliming.redismodule/redis-modules-java/badge .svg )] ( https://maven-badges.herokuapp .com/maven-central /io.github.dengliming.redismodule/redis-modules-java ) [ ![ license] ( https://img.shields.io/github/license/dengliming/redis-modules-java )] ( /LICENSE ) [ ![ codecov] ( https://codecov.io/gh/dengliming/redis-modules-java/branch/master/graph/badge.svg?token=U8BA091JD5 )] ( https://codecov.io/gh/dengliming/redis-modules-java )
1
+ ![ build] ( https://github.com/dengliming/redis-modules-java/workflows/build/badge.svg ) ![ java-version] ( https://img.shields.io/badge/JDK-1.8+-brightgreen.svg ) [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ io.github.dengliming.redismodule/redis-modules-java.svg?label=maven-central )] ( https://central.sonatype .com/artifact /io.github.dengliming.redismodule/redis-modules-java ) [ ![ license] ( https://img.shields.io/github/license/dengliming/redis-modules-java )] ( /LICENSE ) [ ![ codecov] ( https://codecov.io/gh/dengliming/redis-modules-java/branch/master/graph/badge.svg?token=U8BA091JD5 )] ( https://codecov.io/gh/dengliming/redis-modules-java )
2
2
3
3
4
4
Java Client libraries for [ redis-modules] ( https://redis.io/modules ) , based on [ Redisson] ( https://github.com/redisson/redisson ) .
@@ -28,7 +28,7 @@ Include all
28
28
<dependency >
29
29
<groupId >io.github.dengliming.redismodule</groupId >
30
30
<artifactId >all</artifactId >
31
- <version >2.0.3 </version >
31
+ <version >2.0.4 </version >
32
32
</dependency >
33
33
```
34
34
Include single module like:
@@ -37,7 +37,7 @@ Include single module like:
37
37
<dependency >
38
38
<groupId >io.github.dengliming.redismodule</groupId >
39
39
<artifactId >redistimeseries</artifactId >
40
- <version >2.0.3 </version >
40
+ <version >2.0.4 </version >
41
41
</dependency >
42
42
```
43
43
You can’t perform that action at this time.
0 commit comments