Vert.x Redis Client
The Vert.x Redis client provides an asynchronous API to interact with a Redis data-structure server.
Documentation:
License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.yugabyte |
ArtifactId | ArtifactIdvertx-redis-client |
Last Version | Last Version3.5.3-yb-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x Redis Client for use with Yugabyte DB
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project OrganizationEclipse |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yugabyte/vertx-redis-client/ -->
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>vertx-redis-client</artifactId>
<version>3.5.3-yb-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yugabyte/vertx-redis-client/
implementation 'com.yugabyte:vertx-redis-client:3.5.3-yb-1'
// https://jarcasting.com/artifacts/com.yugabyte/vertx-redis-client/
implementation ("com.yugabyte:vertx-redis-client:3.5.3-yb-1")
'com.yugabyte:vertx-redis-client:jar:3.5.3-yb-1'
<dependency org="com.yugabyte" name="vertx-redis-client" rev="3.5.3-yb-1">
<artifact name="vertx-redis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yugabyte', module='vertx-redis-client', version='3.5.3-yb-1')
)
libraryDependencies += "com.yugabyte" % "vertx-redis-client" % "3.5.3-yb-1"
[com.yugabyte/vertx-redis-client "3.5.3-yb-1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-lang-groovy Optional | jar | |
io.vertx : vertx-lang-kotlin Optional | jar | |
io.vertx : vertx-lang-ruby Optional | jar | |
io.vertx : vertx-lang-js Optional | jar | |
io.vertx : vertx-docgen Optional | jar | |
io.vertx : vertx-rx-java Optional | jar | |
io.vertx : vertx-rx-java2 Optional | jar | |
io.vertx : vertx-codetrans Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | test-jar | |
junit : junit | jar | 4.12 |
com.github.kstyrc : embedded-redis | jar | 0.6 |
The Vert.x Redis client provides an asynchronous API to interact with a Redis data-structure server.
Documentation:
Version |
---|
3.5.3-yb-1
|