Uses of Interface
io.vertx.redis.client.RedisCluster
-
Packages that use RedisCluster Package Description io.vertx.reactivex.redis.client io.vertx.redis.client io.vertx.rxjava3.redis.client -
-
Uses of RedisCluster in io.vertx.reactivex.redis.client
Methods in io.vertx.reactivex.redis.client that return RedisCluster Modifier and Type Method Description RedisCluster
RedisCluster. getDelegate()
Methods in io.vertx.reactivex.redis.client with parameters of type RedisCluster Modifier and Type Method Description static RedisCluster
RedisCluster. newInstance(RedisCluster arg)
Constructors in io.vertx.reactivex.redis.client with parameters of type RedisCluster Constructor Description RedisCluster(RedisCluster delegate)
-
Uses of RedisCluster in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisCluster Modifier and Type Method Description static RedisCluster
RedisCluster. create(Redis client)
static RedisCluster
RedisCluster. create(RedisConnection connection)
-
Uses of RedisCluster in io.vertx.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client that return RedisCluster Modifier and Type Method Description RedisCluster
RedisCluster. getDelegate()
Methods in io.vertx.rxjava3.redis.client with parameters of type RedisCluster Modifier and Type Method Description static RedisCluster
RedisCluster. newInstance(RedisCluster arg)
Constructors in io.vertx.rxjava3.redis.client with parameters of type RedisCluster Constructor Description RedisCluster(RedisCluster delegate)
-