r

redis-wrapper

Implements Redis Pluggable Storage
Files download
File Operation
redis-wrapper-1.0.1-rc1.jar download
redis-wrapper-1.0.1-rc1.pom download
redis-wrapper-1.0.1-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.split.client</groupId>
  <artifactId>redis-wrapper</artifactId>
  <version>1.0.1-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.split.client:redis-wrapper:1.0.1-rc1'
Gradle Kotlin
implementation("io.split.client:redis-wrapper:1.0.1-rc1")
Scala SBT
libraryDependencies += "io.split.client" % "redis-wrapper" % "1.0.1-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.split.client', module='redis-wrapper', version='1.0.1-rc1')
)
Apache Ivy
<dependency org="io.split.client" name="redis-wrapper" rev="1.0.1-rc1" />
Leiningen
[io.split.client/redis-wrapper "1.0.1-rc1"]
Apache Buildr
'io.split.client:redis-wrapper:jar:1.0.1-rc1'