- ACL - Static variable in interface io.vertx.redis.client.Command
-
- acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
- api(Redis) - Static method in interface io.vertx.redis.client.RedisAPI
-
- api(RedisConnection) - Static method in interface io.vertx.redis.client.RedisAPI
-
- APPEND - Static variable in interface io.vertx.redis.client.Command
-
- append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- arg(byte[]) - Method in interface io.vertx.redis.client.Request
-
Adds a byte array
- arg(String) - Method in interface io.vertx.redis.client.Request
-
Adds a String argument using UTF8 character encoding
- arg(String, String) - Method in interface io.vertx.redis.client.Request
-
Adds a String using a specific character encoding argument
- arg(Buffer) - Method in interface io.vertx.redis.client.Request
-
Adds a String key argument
- arg(long) - Method in interface io.vertx.redis.client.Request
-
Adds a long encoded to string
- arg(int) - Method in interface io.vertx.redis.client.Request
-
Adds a int encoded to string
- arg(short) - Method in interface io.vertx.redis.client.Request
-
Adds a short encoded to string
- arg(byte) - Method in interface io.vertx.redis.client.Request
-
Adds a byte encoded to string
- arg(float) - Method in interface io.vertx.redis.client.Request
-
Adds a float encoded to string
- arg(double) - Method in interface io.vertx.redis.client.Request
-
Adds a double encoded to string
- arg(boolean) - Method in interface io.vertx.redis.client.Request
-
Adds a boolean encoded to string
- arg(JsonObject) - Method in interface io.vertx.redis.client.Request
-
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
- arg(JsonArray) - Method in interface io.vertx.redis.client.Request
-
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
- ASKING - Static variable in interface io.vertx.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- asking() - Method in interface io.vertx.redis.client.RedisAPI
-
- attributes() - Method in interface io.vertx.redis.client.Response
-
RESP3 responses may include attributes
- AUTH - Static variable in interface io.vertx.redis.client.Command
-
- auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOADD - Static variable in interface io.vertx.redis.client.Command
-
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEORADIUS - Static variable in interface io.vertx.redis.client.Command
-
- georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
-
- GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
-
- georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
-
- geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
-
- geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GET - Static variable in interface io.vertx.redis.client.Command
-
- get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- get(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- get(int) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a numerical index.
- get(String) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a string key.
- GETBIT - Static variable in interface io.vertx.redis.client.Command
-
- getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- getCleanerInterval() - Method in class io.vertx.redis.client.PoolOptions
-
Get how often the connection pool will be cleaned.
- GETDEL - Static variable in interface io.vertx.redis.client.Command
-
- getdel(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getdel(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- getEndpoint() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Gets the redis endpoint to use
- getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the redis endpoint to use
- getEndpoints() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- GETEX - Static variable in interface io.vertx.redis.client.Command
-
- getex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Returns the TTL of the hash slot cache.
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the TTL of the hash slot cache.
- getKeys() - Method in interface io.vertx.redis.client.Response
-
Get this multi response keys from a hash.
- getMasterName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the master name (only considered in HA mode).
- getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the master name (only considered in HA mode).
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a redis response.
- getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
-
Get the maximum size of the connection pool.
- getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxSize() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum size of the connection pool.
- getMaxWaiting() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- getName() - Method in class io.vertx.redis.client.PoolOptions
-
Get the connection pool name to be used for metrics reporting.
- getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
-
Get the net client options used to connect to the server.
- getPassword() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Get the default password for cluster/sentinel connections, if not set it will try to
extract it from the current default endpoint.
- getPassword() - Method in class io.vertx.redis.client.RedisOptions
-
Get the default password for cluster/sentinel connections, if not set it will try to
extract it from the current default endpoint.
- getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
-
Get how often the connection pool will be cleaned.
- getPoolName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the connection pool name to be used for metrics reporting.
- getPoolOptions() - Method in class io.vertx.redis.client.RedisOptions
-
- getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
-
Get how long a connection can exist before it is recycled during connection pool
cleaning.
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- GETRANGE - Static variable in interface io.vertx.redis.client.Command
-
- getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- getRecycleTimeout() - Method in class io.vertx.redis.client.PoolOptions
-
Get how long a connection can exist before it is recycled during connection pool
cleaning.
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
Get the role name (only considered in HA mode).
- getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the role name (only considered in HA mode).
- GETSET - Static variable in interface io.vertx.redis.client.Command
-
- getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- getTracingPolicy() - Method in class io.vertx.redis.client.RedisOptions
-
- getType() - Method in class io.vertx.redis.client.RedisOptions
-
Get the type of client to be created.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Get whether or not to use replica nodes (only considered in Cluster mode).
- getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
-
Get whether or not to use replica nodes (only considered in Cluster mode).
- getValue() - Method in enum io.vertx.redis.client.ProtocolVersion
-
- GRAPH_BULK - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_CONFIG - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_DEBUG - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_DELETE - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_LIST - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_PROFILE - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_QUERY - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_RO_QUERY - Static variable in interface io.vertx.redis.client.Command
-
- GRAPH_SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
- graphBulk(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphBulk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphConfig(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDelete(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDelete(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphExplain(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphProfile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphRoQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphRoQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphSlowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphSlowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SADD - Static variable in interface io.vertx.redis.client.Command
-
- sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SAVE - Static variable in interface io.vertx.redis.client.Command
-
- save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- save() - Method in interface io.vertx.redis.client.RedisAPI
-
- SCAN - Static variable in interface io.vertx.redis.client.Command
-
- scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCARD - Static variable in interface io.vertx.redis.client.Command
-
- scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- scard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCRIPT - Static variable in interface io.vertx.redis.client.Command
-
- script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFF - Static variable in interface io.vertx.redis.client.Command
-
- sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SELECT - Static variable in interface io.vertx.redis.client.Command
-
- select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- select(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.Redis
-
Send the given command to the redis server or cluster.
- send(Request) - Method in interface io.vertx.redis.client.Redis
-
Send the given command to the redis server or cluster.
- send(Command, String...) - Method in interface io.vertx.redis.client.RedisAPI
-
Send untyped command to redis.
- send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- send(Request) - Method in interface io.vertx.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- SENTINEL - Static variable in interface io.vertx.redis.client.Command
-
- SET - Static variable in interface io.vertx.redis.client.Command
-
- set(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SETBIT - Static variable in interface io.vertx.redis.client.Command
-
- setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- setCleanerInterval(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how often the connection pool will be cleaned.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets a single connection string (endpoint) to use while connecting to the redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Sets a single connection string (endpoint) to use while connecting to the redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the endpoints to use while connecting to the redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
-
Set the endpoints to use while connecting to the redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- SETEX - Static variable in interface io.vertx.redis.client.Command
-
- setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Sets the TTL of the hash slot cache.
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the TTL of the hash slot cache.
- setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the master name (only considered in HA mode).
- setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the master name (only considered in HA mode).
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum size of the connection pool.
- setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxSize(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum size of the connection pool.
- setMaxWaiting(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setName(String) - Method in class io.vertx.redis.client.PoolOptions
-
Set the connection pool name to be used for metrics reporting.
- setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
-
Set the net client options to be used while connecting to the redis server.
- SETNX - Static variable in interface io.vertx.redis.client.Command
-
- setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- setPassword(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setPassword(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the default password for cluster/sentinel connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the default password for cluster/sentinel connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setPassword(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how often the connection pool will be cleaned.
- setPoolName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the connection pool name to be used for metrics reporting.
- setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how long a connection can exist before it is recycled during connection pool
cleaning.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Should the client perform REST protocol negotiation during the connection acquire.
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Should the client perform REST protocol negotiation during the connection acquire.
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- SETRANGE - Static variable in interface io.vertx.redis.client.Command
-
- setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- setRecycleTimeout(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how long a connection can exist before it is recycled during connection pool
cleaning.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
-
Set the role name (only considered in HA mode).
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the role name (only considered in HA mode).
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.redis.client.RedisOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
-
Set the desired client type to be created.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Set whether or not to use replica nodes (only considered in Cluster mode).
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
-
Set whether or not to use replica nodes (only considered in Cluster mode).
- SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
-
- shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTER - Static variable in interface io.vertx.redis.client.Command
-
- sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
- sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- size() - Method in interface io.vertx.redis.client.Response
-
Get this size of this multi response.
- SLAVEOF - Static variable in interface io.vertx.redis.client.Command
-
- slaveof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
- slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMEMBERS - Static variable in interface io.vertx.redis.client.Command
-
- smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- smismember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMOVE - Static variable in interface io.vertx.redis.client.Command
-
- smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SORT - Static variable in interface io.vertx.redis.client.Command
-
- sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SORT_RO - Static variable in interface io.vertx.redis.client.Command
-
- sortRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPOP - Static variable in interface io.vertx.redis.client.Command
-
- spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPUBLISH - Static variable in interface io.vertx.redis.client.Command
-
- spublish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SREM - Static variable in interface io.vertx.redis.client.Command
-
- srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSCAN - Static variable in interface io.vertx.redis.client.Command
-
- sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ssubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- stream() - Method in interface io.vertx.redis.client.Response
-
Return a stream of responses based on the iterable of this object.
- STRLEN - Static variable in interface io.vertx.redis.client.Command
-
- strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUBSTR - Static variable in interface io.vertx.redis.client.Command
-
- substr(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNION - Static variable in interface io.vertx.redis.client.Command
-
- sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SWAPDB - Static variable in interface io.vertx.redis.client.Command
-
- swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SYNC - Static variable in interface io.vertx.redis.client.Command
-
- sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sync() - Method in interface io.vertx.redis.client.RedisAPI
-
- TDIGEST_ADD - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_BYRANK - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_BYREVRANK - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_CDF - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_CREATE - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_INFO - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_MAX - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_MERGE - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_MIN - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_QUANTILE - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_RANK - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_RESET - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_REVRANK - Static variable in interface io.vertx.redis.client.Command
-
- TDIGEST_TRIMMED_MEAN - Static variable in interface io.vertx.redis.client.Command
-
- tdigestAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestByrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestByrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestByrevrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestByrevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestCdf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestCdf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestCreate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestMin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestQuantile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestQuantile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestRank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestRank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestReset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestReset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestRevrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestRevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestTrimmedMean(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tdigestTrimmedMean(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- TIME - Static variable in interface io.vertx.redis.client.Command
-
- time(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- time() - Method in interface io.vertx.redis.client.RedisAPI
-
- TIMESERIES_CLUSTERSET - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_CLUSTERSETFROMSHARD - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_HELLO - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_INFOCLUSTER - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_INNERCOMMUNICATION - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_NETWORKTEST - Static variable in interface io.vertx.redis.client.Command
-
- TIMESERIES_REFRESHCLUSTER - Static variable in interface io.vertx.redis.client.Command
-
- timeseriesClusterset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesClusterset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesClustersetfromshard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesClustersetfromshard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesHello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesHello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesInfocluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesInfocluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesInnercommunication(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesInnercommunication(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesNetworktest(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesNetworktest(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesRefreshcluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- timeseriesRefreshcluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- toBigInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a BigInteger.
- toBoolean() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Boolean.
- toBuffer() - Method in interface io.vertx.redis.client.Response
-
Get this response as Buffer.
- toByte() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Byte.
- toBytes() - Method in interface io.vertx.redis.client.Response
-
Get this response as a byte[].
- toDouble() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Double.
- toFloat() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Float.
- toInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Integer.
- toJson() - Method in class io.vertx.redis.client.PoolOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
Converts this object to JSON notation.
- toLong() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Long.
- toNumber() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Number.
- TOPK_ADD - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_COUNT - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_INCRBY - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_INFO - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_LIST - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_QUERY - Static variable in interface io.vertx.redis.client.Command
-
- TOPK_RESERVE - Static variable in interface io.vertx.redis.client.Command
-
- topkAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkCount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkReserve(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- topkReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- toShort() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Short.
- toString() - Method in interface io.vertx.redis.client.Response
-
Get this response as a String.
- toString(Charset) - Method in interface io.vertx.redis.client.Response
-
Get this response as a String encoded with the given charset.
- TOUCH - Static variable in interface io.vertx.redis.client.Command
-
- touch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- touch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- TS_ADD - Static variable in interface io.vertx.redis.client.Command
-
- TS_ALTER - Static variable in interface io.vertx.redis.client.Command
-
- TS_CREATE - Static variable in interface io.vertx.redis.client.Command
-
- TS_CREATERULE - Static variable in interface io.vertx.redis.client.Command
-
- TS_DECRBY - Static variable in interface io.vertx.redis.client.Command
-
- TS_DEL - Static variable in interface io.vertx.redis.client.Command
-
- TS_DELETERULE - Static variable in interface io.vertx.redis.client.Command
-
- TS_GET - Static variable in interface io.vertx.redis.client.Command
-
- TS_INCRBY - Static variable in interface io.vertx.redis.client.Command
-
- TS_INFO - Static variable in interface io.vertx.redis.client.Command
-
- TS_MADD - Static variable in interface io.vertx.redis.client.Command
-
- TS_MGET - Static variable in interface io.vertx.redis.client.Command
-
- TS_MRANGE - Static variable in interface io.vertx.redis.client.Command
-
- TS_MREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
- TS_QUERYINDEX - Static variable in interface io.vertx.redis.client.Command
-
- TS_RANGE - Static variable in interface io.vertx.redis.client.Command
-
- TS_REVRANGE - Static variable in interface io.vertx.redis.client.Command
-
- tsAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsAlter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsCreate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsCreaterule(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsCreaterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDecrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDecrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDeleterule(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsDeleterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsGet(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsMrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsQueryindex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsQueryindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsRange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsRange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsRevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- tsRevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- TTL - Static variable in interface io.vertx.redis.client.Command
-
- ttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- TYPE - Static variable in interface io.vertx.redis.client.Command
-
- type(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- type(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- type() - Method in interface io.vertx.redis.client.Response
-
The response return type.
- valueOf(String) - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.redis.client.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.