Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-besga-panel committed Nov 1, 2023
1 parent 2f8cbc2 commit 70815a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ _Current Build_

# Introduction to Jedis Extra Utils

**(formerly known as InterruptedJedisLocks)**

This is a Java project based on a collection of utilities and helpers to be used with Redis and with Jedis libraries.

Originally conceived as a group of locks, then some synchronization primitives, it has grown until having a respectable collection of utilities.
Expand Down Expand Up @@ -79,6 +81,12 @@ This project uses JDK11 and Gradle (provided gradlew 7.5.1), and its build top o

Also, you will find a little Groovy and a docker composer to setup a testing redis server.

### Compatibility Matrix

| Library version | Jedis version | JDK Version |
|-----------------|---------------|-------------|
| 5.3.0 | 4.4.X | JDK11 |


## Miscelanea

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
projectVersion=5.2.0
projectVersion=5.3.0
#javaVersion=JavaVersion.VERSION_11
javaVersion=11

# https://github.com/johnrengelman/shadow
shadowVersion=7.1.2

# https://mvnrepository.com/artifact/redis.clients/jedis/4.3.1
# https://mvnrepository.com/artifact/redis.clients/jedis/4.4.3
jedisVersion=4.4.3
# https://mvnrepository.com/artifact/org.javassist/javassist
javassistVersion=3.29.2-GA
Expand Down
4 changes: 2 additions & 2 deletions src/main/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.2'
services:
redis:
image: 'redis:5.0.13'
image: 'redis:6.2.14'
hostname: redis
container_name: redis5013
container_name: redis6214
ports:
- '6379:6379'

0 comments on commit 70815a1

Please sign in to comment.