License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdorg.oxerr.spring.cache.redis.scored |
ArtifactId | ArtifactIdspring-cache-redis-scored-spring-boot-autoconfigure |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cache Redis Scored Spring Boot Auto Configure
Spring cache implementation using Redis sorted set,
to prevent returning stale data in cache querying.
|
<!-- https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.oxerr.spring.cache.redis.scored</groupId>
<artifactId>spring-cache-redis-scored-spring-boot-autoconfigure</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-autoconfigure/
implementation 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-autoconfigure:0.0.2'
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-autoconfigure/
implementation ("org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-autoconfigure:0.0.2")
'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-autoconfigure:jar:0.0.2'
<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-spring-boot-autoconfigure" rev="0.0.2">
<artifact name="spring-cache-redis-scored-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-spring-boot-autoconfigure', version='0.0.2')
)
libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-spring-boot-autoconfigure" % "0.0.2"
[org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-autoconfigure "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.oxerr.spring.cache.redis.scored : spring-cache-redis-scored-core | jar | 0.0.2 |
org.oxerr.spring.cache.redis.scored : spring-cache-redis-scored-score-resolver-default | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
jakarta.persistence : jakarta.persistence-api | jar | |
org.oxerr.spring.cache.redis.scored : spring-cache-redis-scored-score-resolver-annotated-annotation | jar | 0.0.2 |