Java jedis driver for YugaByte Redis available on Maven Central

We recently added support for a native time series data type in YugaByte Redis API. To simplify using this datatype futher, we have added support for these new commands to the Java yb-jedis driver which is available on Maven Central. To use it add the following Maven dependency to your application:

<dependency>
  <groupId>com.yugabyte</groupId>
  <artifactId>jedis</artifactId>
  <version>2.9.0-yb-1</version>
</dependency>
1 Like