j

jedis

Jedis Redis java client with some modifications to support new commands in YB Redis.
https://github.com/yugabyte/jedis
MIT The Apache License, Version 2.0
YugaByte Development Team
Files download
File Operation
jedis-2.9.0-yb-16.jar download
jedis-2.9.0-yb-16.pom download
jedis-2.9.0-yb-16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yugabyte</groupId>
  <artifactId>jedis</artifactId>
  <version>2.9.0-yb-16</version>
</dependency>
Gradle Groovy
implementation 'com.yugabyte:jedis:2.9.0-yb-16'
Gradle Kotlin
implementation("com.yugabyte:jedis:2.9.0-yb-16")
Scala SBT
libraryDependencies += "com.yugabyte" % "jedis" % "2.9.0-yb-16"
Groovy Grape
@Grapes(
  @Grab(group='com.yugabyte', module='jedis', version='2.9.0-yb-16')
)
Apache Ivy
<dependency org="com.yugabyte" name="jedis" rev="2.9.0-yb-16" />
Leiningen
[com.yugabyte/jedis "2.9.0-yb-16"]
Apache Buildr
'com.yugabyte:jedis:jar:2.9.0-yb-16'