License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdorg.oxerr.spring.cache.redis.scored |
ArtifactId | ArtifactIdspring-cache-redis-scored-spring-boot-starter |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cache Redis Scored Spring Boot Starter
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-starter/ -->
<dependency>
<groupId>org.oxerr.spring.cache.redis.scored</groupId>
<artifactId>spring-cache-redis-scored-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-starter/
implementation 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-starter/
implementation ("org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-starter:0.0.2")
'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-starter:jar:0.0.2'
<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-spring-boot-starter" rev="0.0.2">
<artifact name="spring-cache-redis-scored-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-spring-boot-starter" % "0.0.2"
[org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.oxerr.spring.cache.redis.scored : spring-cache-redis-scored-spring-boot-autoconfigure | jar | 0.0.2 |