- 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.RedisOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- 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(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
-
- 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.
- getArity() - Method in interface io.vertx.redis.client.Command
-
- 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
-
- getBytes() - Method in interface io.vertx.redis.client.Command
-
- getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the redis endpoint to use
- getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- getFirstKey() - Method in interface io.vertx.redis.client.Command
-
- getInterval() - Method in interface io.vertx.redis.client.Command
-
- getKeys() - Method in interface io.vertx.redis.client.Response
-
Get this multi response keys from a hash.
- getLastKey() - Method in interface io.vertx.redis.client.Command
-
- getMasterName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the master name (only considered in HA mode).
- 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
-
Tune the maximum size of the connection pool.
- getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
-
Tune the maximum waiting requests for a connection from the pool.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- 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.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
-
Tune how often in milliseconds should the connection pool cleaner execute.
- getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
-
Tune when a connection should be recycled in milliseconds.
- 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
-
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
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
-
- 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.RedisOptions
-
Get whether or not to use replica nodes (only considered in Cluster mode).
- 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
-
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Sets a single connection string (endpoint) to use while connecting to the redis server.
- setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
-
Set the endpoints to use while connecting to the redis server.
- 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
-
- setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the master name (only considered in HA mode).
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a redis response.
- setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune the maximum size of the connection pool.
- setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune the maximum waiting requests for a connection from the pool.
- 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.
- 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.RedisOptions
-
Set the default password for cluster/sentinel connections.
- setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune how often in milliseconds should the connection pool cleaner execute.
- setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune when a connection should be recycled in milliseconds.
- 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
-
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
-
Set the role name (only considered in HA mode).
- 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.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- STRALGO - Static variable in interface io.vertx.redis.client.Command
-
- stralgo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- stralgo(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
-
- 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
-
- 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
-
- 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.RedisOptions
-
Converts this object to JSON notation.
- toJson(RedisOptions, JsonObject) - Static method in class io.vertx.redis.client.RedisOptionsConverter
-
- toJson(RedisOptions, Map<String, Object>) - Static method in class io.vertx.redis.client.RedisOptionsConverter
-
- 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.
- 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
-
- 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.