JedisCache
An implementation of JCache which uses Jedis to implement the Cache commands.
For release/deployment instructions, refer to Mizool.
Limitations
-
Listener support is not implemented.
-
The following JCache operations were implemented using multiple subsequent commands to Redis, which creates race conditions:
-
getAndPut
-
putAll
-
remove(K,V)
-
getAndRemove
-
replace(K,V)
-
replace(K,V,V)
-
getAndReplace
-
removeAll(Set)
-
removeAll
-
Continuous integration and deployment on Maven Central
This project is built continuously by Travis CI using the scripts provided by Mizool’s Travis CI Maven gitflow script repository.
-SNAPSHOT
versions on the develop
branch are made available via the OSSRH snapshot repository. Releases are transferred to the Maven Central Repository.
Refer to this guide on how to perform a release.