License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.oxerr.spring.cache.redis.scored |
ArtifactId | ArtifactIdspring-cache-redis-scored-core |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cache Redis Scored Core
Spring cache implementation using Redis sorted set,
to prevent returning stale data in cache querying.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-core/ -->
<dependency>
<groupId>org.oxerr.spring.cache.redis.scored</groupId>
<artifactId>spring-cache-redis-scored-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-core/
implementation 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-core:0.0.2'
// https://jarcasting.com/artifacts/org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-core/
implementation ("org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-core:0.0.2")
'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-core:jar:0.0.2'
<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-core" rev="0.0.2">
<artifact name="spring-cache-redis-scored-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-core', version='0.0.2')
)
libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-core" % "0.0.2"
[org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-core "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-redis | jar | 2.5.4 |
org.oxerr.spring.cache.redis.scored : spring-cache-redis-scored-score-resolver-core | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.mockito : mockito-core | jar | 3.11.2 |