e

embedded-redis

Redis embedded server for Java integration testing. Project forked from https://github.com/kstyrc/embedded-redis
https://github.com/ozimov/embedded-redis
The Apache Software License, Version 2.0
Krzysztof Styrc
Files download
File Operation
embedded-redis-0.7.2.jar download
embedded-redis-0.7.2.pom download
embedded-redis-0.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>it.ozimov</groupId>
  <artifactId>embedded-redis</artifactId>
  <version>0.7.2</version>
</dependency>
Gradle Groovy
implementation 'it.ozimov:embedded-redis:0.7.2'
Gradle Kotlin
implementation("it.ozimov:embedded-redis:0.7.2")
Scala SBT
libraryDependencies += "it.ozimov" % "embedded-redis" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='it.ozimov', module='embedded-redis', version='0.7.2')
)
Apache Ivy
<dependency org="it.ozimov" name="embedded-redis" rev="0.7.2" />
Leiningen
[it.ozimov/embedded-redis "0.7.2"]
Apache Buildr
'it.ozimov:embedded-redis:jar:0.7.2'