redis-om-spring

Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.redis.om
ArtifactId

ArtifactId

redis-om-spring
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

redis-om-spring
Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework.
Project URL

Project URL

https://github.com/redis/redis-om-spring
Project Organization

Project Organization

Redis
Source Code Management

Source Code Management

https://github.com/redis/redis-om-spring

Download redis-om-spring

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.7.0
org.springframework.data : spring-data-redis jar 2.7.0
org.springframework.boot : spring-boot-starter-aop jar 2.7.0
org.springframework.boot : spring-boot-autoconfigure jar 2.7.0
com.redislabs : jrejson jar 1.5.0
com.redislabs : jredisearch jar 2.2.0
com.redislabs : jrebloom jar 2.2.0
com.google.guava : guava jar 31.1-jre
com.github.f4b6a3 : ulid-creator jar 4.2.1
org.projectlombok : lombok Optional jar 1.18.24
org.apache.commons : commons-lang3 jar 3.12.0
com.squareup : javapoet jar 1.13.0

provided (2)

Group / Artifact Type Version
javax.enterprise : cdi-api Optional jar 1.0
com.google.auto.service : auto-service jar 1.0.1

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.assertj : assertj-core jar 3.22.0
org.springframework : spring-test jar 5.3.19
org.springframework.boot : spring-boot-starter-test jar 2.7.0
com.redis.testcontainers : testcontainers-redis jar 1.5.5
com.redis.testcontainers : testcontainers-redis-junit jar 1.5.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.1
0.5.0