Last Version

Spring Cache Redis Scored Example: Spring Data Redis Cache 0.0.2

Demonstration of stale data returned using RedisCache in Spring Data Redis. This project is copied from https://github.com/spring-guides/gs-caching and revised.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

org.oxerr.spring.cache.redis.scored
ArtifactId

ArtifactId

spring-cache-redis-scored-example-spring-data-redis-cache
Version

Version

0.0.2
Type

Type

jar
Description

Description

Spring Cache Redis Scored Example: Spring Data Redis Cache
Demonstration of stale data returned using RedisCache in Spring Data Redis. This project is copied from https://github.com/spring-guides/gs-caching and revised.

Download spring-cache-redis-scored-example-spring-data-redis-cache 0.0.2


<!-- https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-example-spring-data-redis-cache/ -->
<dependency>
    <groupId>org.oxerr.spring.cache.redis.scored</groupId>
    <artifactId>spring-cache-redis-scored-example-spring-data-redis-cache</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-example-spring-data-redis-cache/
implementation 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-example-spring-data-redis-cache:0.0.2'
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-example-spring-data-redis-cache/
implementation ("org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-example-spring-data-redis-cache:0.0.2")
'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-example-spring-data-redis-cache:jar:0.0.2'
<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-example-spring-data-redis-cache" rev="0.0.2">
  <artifact name="spring-cache-redis-scored-example-spring-data-redis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-example-spring-data-redis-cache', version='0.0.2')
)
libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-example-spring-data-redis-cache" % "0.0.2"
[org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-example-spring-data-redis-cache "0.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-redis jar

Project Modules

There are no modules declared in this project.