Uses of Interface
io.vertx.redis.client.RedisConnection
-
Packages that use RedisConnection Package Description io.vertx.reactivex.redis.client io.vertx.redis.client io.vertx.rxjava3.redis.client -
-
Uses of RedisConnection in io.vertx.reactivex.redis.client
Methods in io.vertx.reactivex.redis.client that return RedisConnection Modifier and Type Method Description RedisConnection
RedisConnection. getDelegate()
Methods in io.vertx.reactivex.redis.client with parameters of type RedisConnection Modifier and Type Method Description static RedisConnection
RedisConnection. newInstance(RedisConnection arg)
Constructors in io.vertx.reactivex.redis.client with parameters of type RedisConnection Constructor Description RedisConnection(RedisConnection delegate)
-
Uses of RedisConnection in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisConnection Modifier and Type Method Description RedisConnection
RedisConnection. endHandler(Handler<Void> endHandler)
Set an end handler.RedisConnection
RedisConnection. exceptionHandler(Handler<Throwable> handler)
Set an exception handler on the read stream.RedisConnection
RedisConnection. fetch(long amount)
Fetch the specifiedamount
of elements.RedisConnection
RedisConnection. handler(Handler<Response> handler)
Set a data handler.RedisConnection
RedisConnection. pause()
Pause theReadStream
, it sets the buffer infetch
mode and clears the actual demand.RedisConnection
RedisConnection. resume()
Resume reading, and sets the buffer inflowing
mode.Methods in io.vertx.redis.client that return types with arguments of type RedisConnection Modifier and Type Method Description Future<RedisConnection>
Redis. connect()
Connects to the Redis server.Methods in io.vertx.redis.client with parameters of type RedisConnection Modifier and Type Method Description static RedisAPI
RedisAPI. api(RedisConnection connection)
static RedisCluster
RedisCluster. create(RedisConnection connection)
-
Uses of RedisConnection in io.vertx.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client that return RedisConnection Modifier and Type Method Description RedisConnection
RedisConnection. getDelegate()
Methods in io.vertx.rxjava3.redis.client with parameters of type RedisConnection Modifier and Type Method Description static RedisConnection
RedisConnection. newInstance(RedisConnection arg)
Constructors in io.vertx.rxjava3.redis.client with parameters of type RedisConnection Constructor Description RedisConnection(RedisConnection delegate)
-