Uses of Interface
io.vertx.redis.client.RedisConnection
Packages that use RedisConnection
Package
Description
-
Uses of RedisConnection in io.vertx.reactivex.redis.client
Methods in io.vertx.reactivex.redis.client that return RedisConnectionMethods in io.vertx.reactivex.redis.client with parameters of type RedisConnectionModifier and TypeMethodDescriptionstatic RedisConnectionRedisConnection.newInstance(RedisConnection arg) Constructors in io.vertx.reactivex.redis.client with parameters of type RedisConnection -
Uses of RedisConnection in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisConnectionModifier and TypeMethodDescriptionRedisConnection.endHandler(Handler<Void> endHandler) Set an end handler.RedisConnection.exceptionHandler(Handler<Throwable> handler) Set an exception handler on the read stream.RedisConnection.fetch(long amount) Fetch the specifiedamountof elements.Set a data handler.RedisConnection.pause()Pause theReadStream, it sets the buffer infetchmode and clears the actual demand.RedisConnection.resume()Resume reading, and sets the buffer inflowingmode.Methods in io.vertx.redis.client that return types with arguments of type RedisConnectionMethods in io.vertx.redis.client with parameters of type RedisConnectionModifier and TypeMethodDescriptionstatic RedisAPIRedisAPI.api(RedisConnection connection) static ValkeyAPIValkeyAPI.api(RedisConnection connection) static RedisClusterRedisCluster.create(RedisConnection connection) -
Uses of RedisConnection in io.vertx.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client that return RedisConnectionMethods in io.vertx.rxjava3.redis.client with parameters of type RedisConnectionModifier and TypeMethodDescriptionstatic RedisConnectionRedisConnection.newInstance(RedisConnection arg) Constructors in io.vertx.rxjava3.redis.client with parameters of type RedisConnection