Uses of Class
io.vertx.redis.client.RedisConnectOptions
Packages that use RedisConnectOptions
-
Uses of RedisConnectOptions in io.vertx.redis.client
Subclasses of RedisConnectOptions in io.vertx.redis.clientModifier and TypeClassDescriptionclassclassclassclassMethods in io.vertx.redis.client that return RedisConnectOptionsModifier and TypeMethodDescriptionRedisConnectOptions.addConnectionString(String connectionString) Adds a connection string (endpoint) to use while connecting to the redis server.RedisConnectOptions.setConnectionString(String connectionString) Sets a single connection string (endpoint) to use while connecting to the redis server.RedisConnectOptions.setEndpoints(List<String> endpoints) Set the endpoints to use while connecting to the redis server.RedisConnectOptions.setMaxNestedArrays(int maxNestedArrays) Tune how much nested arrays are allowed on a redis response.RedisConnectOptions.setMaxWaitingHandlers(int maxWaitingHandlers) The client will always work on pipeline mode, this means that messages can start queueing.RedisConnectOptions.setPassword(String password) Set the default password for Redis connections.RedisConnectOptions.setPreferredProtocolVersion(ProtocolVersion preferredProtocolVersion) Sets the preferred protocol version to be used during protocol negotiation.RedisConnectOptions.setProtocolNegotiation(boolean protocolNegotiation) Should the client performRESTprotocol negotiation during the connection acquire.Set the default username for Redis connections.Constructors in io.vertx.redis.client with parameters of type RedisConnectOptions