embedded-redis

Redis embedded server for Java integration testing. Project forked from https://github.com/ozimov/embedded-redis Which was forked from https://github.com/kstyrc/embedded-redis

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.codemonstur
ArtifactId

ArtifactId

embedded-redis
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

embedded-redis
Redis embedded server for Java integration testing. Project forked from https://github.com/ozimov/embedded-redis Which was forked from https://github.com/kstyrc/embedded-redis
Project URL

Project URL

https://github.com/codemonstur/embedded-redis
Source Code Management

Source Code Management

https://github.com/codemonstur/embedded-redis

Download embedded-redis

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
redis.clients : jedis jar 2.8.2
org.springframework.data : spring-data-redis jar 1.8.0.RELEASE
junit : junit jar 4.13.1
org.mockito : mockito-core jar 3.11.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.11.0
0.10.0
0.9.0
0.8.0