- batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
- batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
- batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
- batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
- BF_ADD - Static variable in interface io.vertx.redis.client.Command
-
- BF_CARD - Static variable in interface io.vertx.redis.client.Command
-
- BF_DEBUG - Static variable in interface io.vertx.redis.client.Command
-
- BF_EXISTS - Static variable in interface io.vertx.redis.client.Command
-
- BF_INFO - Static variable in interface io.vertx.redis.client.Command
-
- BF_INSERT - Static variable in interface io.vertx.redis.client.Command
-
- BF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
-
- BF_MADD - Static variable in interface io.vertx.redis.client.Command
-
- BF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
-
- BF_RESERVE - Static variable in interface io.vertx.redis.client.Command
-
- BF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
-
- bfAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfCard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfCard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfExists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfInsert(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfLoadchunk(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfMadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfMexists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfReserve(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfScandump(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously rewrite the append-only file.
- bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
-
- BGSAVE - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously save the dataset to disk.
- bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BITCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count set bits in a string.
- bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Count set bits in a string.
- bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BITFIELD - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BITOP - Static variable in interface io.vertx.redis.client.Command
-
Perform bitwise operations between strings.
- bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BITPOS - Static variable in interface io.vertx.redis.client.Command
-
Find first bit set or clear in a string.
- bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BLMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmove(String, String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmove(String, String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- BLMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list, or block until one is available.
- blmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- blmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BLPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first element in a list, or block until one is available.
- blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BRPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last element in a list, or block until one is available.
- brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
- brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- BZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set or block until one is available.
- bzmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- bzmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
Returns the distance between two members of a geospatial index.
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
Returns members of a geospatial index as standard geohash strings.
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
Returns longitude and latitude of members of a geospatial index.
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- 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
-
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
- 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
-
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
- 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
-
A read-only variant for GEORADIUSBYMEMBER.
- 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
-
A read-only variant for GEORADIUS.
- georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key.
- get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key.
- 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
-
Returns the bit value at offset in the string value stored at key.
- getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- 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
-
Get the value of a key and delete the key.
- getdel(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- 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
-
Get the value of a key and optionally set its expiration.
- getex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- 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 name of the master set.
- getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the name of the master set.
- 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.
- getMetricsName() - Method in class io.vertx.redis.client.RedisOptions
-
- 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 stay unused 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
-
Get a substring of the string stored at a key.
- getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- 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 stay unused before it is recycled during connection pool
cleaning.
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- GETSET - Static variable in interface io.vertx.redis.client.Command
-
- getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a key and return its old value.
- getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- getTopology() - Method in class io.vertx.redis.client.RedisOptions
-
Get how the
topology should be obtained.
- getTopology() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get how the
topology should be obtained.
- 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 to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
-
Get whether to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get whether to use replica nodes for read only queries.
- 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
-
- groupByNodes(List<Request>) - Method in interface io.vertx.redis.client.RedisCluster
-
Groups the requests such that all requests in each inner list in the result
are guaranteed to be sent to the same Redis master node.
- handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
- HDEL - Static variable in interface io.vertx.redis.client.Command
-
Delete one or more hash fields.
- hdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete one or more hash fields.
- hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HELLO - Static variable in interface io.vertx.redis.client.Command
-
Handshake with Redis.
- hello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Handshake with Redis.
- hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HEXISTS - Static variable in interface io.vertx.redis.client.Command
-
Determine if a hash field exists.
- hexists(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a hash field exists.
- hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HGET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a hash field.
- hget(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a hash field.
- hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HGETALL - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields and values in a hash.
- hgetall(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a hash field by the given number.
- hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- hincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HKEYS - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields in a hash.
- hkeys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields in a hash.
- hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the number of fields in a hash.
- hlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of fields in a hash.
- hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HMGET - Static variable in interface io.vertx.redis.client.Command
-
Get the values of all the given hash fields.
- hmget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HMSET - Static variable in interface io.vertx.redis.client.Command
-
- hmset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set multiple hash fields to multiple values.
- hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HRANDFIELD - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random fields from a hash.
- hrandfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- hrandfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate hash fields and associated values.
- hscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HSET - Static variable in interface io.vertx.redis.client.Command
-
Set the string value of a hash field.
- hset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a hash field.
- hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- HSETNX - Static variable in interface io.vertx.redis.client.Command
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HSTRLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of the value of a hash field.
- hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- HVALS - Static variable in interface io.vertx.redis.client.Command
-
Get all the values in a hash.
- hvals(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the values in a hash.
- hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LASTSAVE - Static variable in interface io.vertx.redis.client.Command
-
Get the UNIX time stamp of the last successful save to disk.
- lastsave(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- lastsave() - Method in interface io.vertx.redis.client.RedisAPI
-
- LATENCY - Static variable in interface io.vertx.redis.client.Command
-
A container for latency diagnostics commands.
- latency(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LCS - Static variable in interface io.vertx.redis.client.Command
-
Find longest common substring.
- lcs(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find longest common substring.
- lcs(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LINDEX - Static variable in interface io.vertx.redis.client.Command
-
Get an element from a list by its index.
- lindex(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get an element from a list by its index.
- lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LINSERT - Static variable in interface io.vertx.redis.client.Command
-
Insert an element before or after another element in a list.
- linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- linsert(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of a list.
- llen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of a list.
- llen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it.
- lmove(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- lmove(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list.
- lmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list.
- lmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LOLWUT - Static variable in interface io.vertx.redis.client.Command
-
Display some computer art and the Redis version.
- lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first elements in a list.
- lpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- lpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LPOS - Static variable in interface io.vertx.redis.client.Command
-
Return the index of matching elements on a list.
- lpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- lpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LPUSH - Static variable in interface io.vertx.redis.client.Command
-
Prepend one or multiple elements to a list.
- lpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Prepend an element to a list, only if the list exists.
- lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- LRANGE - Static variable in interface io.vertx.redis.client.Command
-
Get a range of elements from a list.
- lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a range of elements from a list.
- lrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LREM - Static variable in interface io.vertx.redis.client.Command
-
Remove elements from a list.
- lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove elements from a list.
- lrem(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LSET - Static variable in interface io.vertx.redis.client.Command
-
Set the value of an element in a list by its index.
- lset(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- lset(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- LTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trim a list to the specified range.
- ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Trim a list to the specified range.
- ltrim(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- pause() - Method in interface io.vertx.redis.client.RedisConnection
- pendingQueueFull() - Method in interface io.vertx.redis.client.RedisConnection
-
Flag to notify if the pending message queue (commands in transit) is full.
- PERSIST - Static variable in interface io.vertx.redis.client.Command
-
Remove the expiration from a key.
- persist(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove the expiration from a key.
- persist(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PEXPIRE - Static variable in interface io.vertx.redis.client.Command
-
Set a key's time to live in milliseconds.
- pexpire(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- pexpire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PEXPIRETIME - Static variable in interface io.vertx.redis.client.Command
-
Get the expiration Unix timestamp for a key in milliseconds.
- pexpiretime(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- pexpiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PFADD - Static variable in interface io.vertx.redis.client.Command
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PFCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PFDEBUG - Static variable in interface io.vertx.redis.client.Command
-
Internal commands for debugging HyperLogLog values.
- pfdebug(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- pfdebug(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PFMERGE - Static variable in interface io.vertx.redis.client.Command
-
Merge N different HyperLogLogs into a single one.
- pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
-
An internal command for testing HyperLogLog values.
- pfselftest(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
-
- PING - Static variable in interface io.vertx.redis.client.Command
-
Ping the server.
- ping(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Ping the server.
- ping(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PoolOptions - Class in io.vertx.redis.client
-
- PoolOptions() - Constructor for class io.vertx.redis.client.PoolOptions
-
- PoolOptions(PoolOptions) - Constructor for class io.vertx.redis.client.PoolOptions
-
- PoolOptions(JsonObject) - Constructor for class io.vertx.redis.client.PoolOptions
-
- PoolOptionsConverter - Class in io.vertx.redis.client
-
- PoolOptionsConverter() - Constructor for class io.vertx.redis.client.PoolOptionsConverter
-
- ProtocolVersion - Enum in io.vertx.redis.client
-
Redis protocol version to be used.
- PSETEX - Static variable in interface io.vertx.redis.client.Command
-
Set the value and expiration in milliseconds of a key.
- psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- psetex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to channels matching the given patterns.
- psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PSYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
- psync(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- psync(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PTTL - Static variable in interface io.vertx.redis.client.Command
-
Get the time to live for a key in milliseconds.
- pttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a channel.
- publish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a channel.
- publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- PUBSUB - Static variable in interface io.vertx.redis.client.Command
-
A container for Pub/Sub commands.
- pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
-
Return a random key from the keyspace.
- randomkey(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a random key from the keyspace.
- randomkey() - Method in interface io.vertx.redis.client.RedisAPI
-
- READONLY - Static variable in interface io.vertx.redis.client.Command
-
Enables read queries for a connection to a cluster replica node.
- readonly(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- readonly() - Method in interface io.vertx.redis.client.RedisAPI
-
- READWRITE - Static variable in interface io.vertx.redis.client.Command
-
Disables read queries for a connection to a cluster replica node.
- readwrite(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- readwrite() - Method in interface io.vertx.redis.client.RedisAPI
-
- Redis - Interface in io.vertx.redis.client
-
A simple Redis client.
- RedisAPI - Interface in io.vertx.redis.client
-
Auto generated Redis API client wrapper.
- RedisClientType - Enum in io.vertx.redis.client
-
Define what kind of behavior is expected from the client.
- RedisCluster - Interface in io.vertx.redis.client
-
Utilities for Redis cluster.
- RedisClusterConnectOptions - Class in io.vertx.redis.client
-
- RedisClusterConnectOptions() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
-
- RedisClusterConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
-
- RedisClusterConnectOptions(RedisClusterConnectOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
-
- RedisClusterConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
-
- RedisClusterConnectOptionsConverter - Class in io.vertx.redis.client
-
- RedisClusterConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptionsConverter
-
- RedisConnection - Interface in io.vertx.redis.client
-
A simple Redis client.
- RedisConnectOptions - Class in io.vertx.redis.client
-
- RedisConnectOptions() - Constructor for class io.vertx.redis.client.RedisConnectOptions
-
- RedisConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
-
- RedisConnectOptions(RedisConnectOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
-
- RedisConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisConnectOptions
-
- RedisConnectOptionsConverter - Class in io.vertx.redis.client
-
- RedisConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisConnectOptionsConverter
-
- RedisOptions - Class in io.vertx.redis.client
-
Redis Client Configuration options.
- RedisOptions() - Constructor for class io.vertx.redis.client.RedisOptions
-
Creates a default configuration object using redis server defaults
- RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy constructor.
- RedisOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy from JSON constructor.
- RedisOptionsConverter - Class in io.vertx.redis.client
-
- RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
-
- RedisReplicas - Enum in io.vertx.redis.client
-
When should Redis replica nodes be used for queries.
- RedisReplicationConnectOptions - Class in io.vertx.redis.client
-
- RedisReplicationConnectOptions() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
-
- RedisReplicationConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
-
- RedisReplicationConnectOptions(RedisReplicationConnectOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
-
- RedisReplicationConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
-
- RedisReplicationConnectOptionsConverter - Class in io.vertx.redis.client
-
- RedisReplicationConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptionsConverter
-
- RedisRole - Enum in io.vertx.redis.client
-
The client role; that is, to which kind of node should the connection be established.
- RedisSentinelConnectOptions - Class in io.vertx.redis.client
-
- RedisSentinelConnectOptions() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
-
- RedisSentinelConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
-
- RedisSentinelConnectOptions(RedisSentinelConnectOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
-
- RedisSentinelConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
-
- RedisSentinelConnectOptionsConverter - Class in io.vertx.redis.client
-
- RedisSentinelConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptionsConverter
-
- RedisStandaloneConnectOptions - Class in io.vertx.redis.client
-
- RedisStandaloneConnectOptions() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- RedisStandaloneConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- RedisStandaloneConnectOptions(RedisStandaloneConnectOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- RedisStandaloneConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- RedisStandaloneConnectOptionsConverter - Class in io.vertx.redis.client
-
- RedisStandaloneConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptionsConverter
-
- RedisTopology - Enum in io.vertx.redis.client
-
How the Redis multi-node topology should be obtained.
- RENAME - Static variable in interface io.vertx.redis.client.Command
-
Rename a key.
- rename(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key.
- rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- RENAMENX - Static variable in interface io.vertx.redis.client.Command
-
Rename a key, only if the new key does not exist.
- renamenx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- REPLCONF - Static variable in interface io.vertx.redis.client.Command
-
An internal command for configuring the replication stream.
- replconf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- REPLICAOF - Static variable in interface io.vertx.redis.client.Command
-
Make the server a replica of another instance, or promote it as master.
- replicaof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- replicaof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- Request - Interface in io.vertx.redis.client
-
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
- RESET - Static variable in interface io.vertx.redis.client.Command
-
Reset the connection.
- reset(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Reset the connection.
- reset() - Method in interface io.vertx.redis.client.RedisAPI
-
- Response - Interface in io.vertx.redis.client
-
The response received from the REDIS server.
- ResponseType - Enum in io.vertx.redis.client
-
Define the response types that the client can receive from REDIS.
- RESTORE - Static variable in interface io.vertx.redis.client.Command
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- resume() - Method in interface io.vertx.redis.client.RedisConnection
- ROLE - Static variable in interface io.vertx.redis.client.Command
-
Return the role of the instance in the context of replication.
- role(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- role() - Method in interface io.vertx.redis.client.RedisAPI
-
- RPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last elements in a list.
- rpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- rpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
- rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove the last element in a list, prepend it to another list and return it.
- rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- RPUSH - Static variable in interface io.vertx.redis.client.Command
-
Append one or multiple elements to a list.
- rpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- RPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Append an element to a list, only if the list exists.
- rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- rpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a set.
- sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a set.
- sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SAVE - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk.
- save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- save() - Method in interface io.vertx.redis.client.RedisAPI
-
- SCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate the keys space.
- scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a set.
- scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a set.
- scard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCRIPT - Static variable in interface io.vertx.redis.client.Command
-
A container for Lua scripts management commands.
- script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets.
- sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets.
- sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SELECT - Static variable in interface io.vertx.redis.client.Command
-
Change the selected database for the current connection.
- select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Change the selected database for the current connection.
- 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 the string value of a key.
- set(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a key.
- set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Returns whether automatic failover is enabled.
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Returns whether automatic failover is enabled.
- SETBIT - Static variable in interface io.vertx.redis.client.Command
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- 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.RedisReplicationConnectOptions
-
- 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.RedisReplicationConnectOptions
-
- 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
-
Set the value and expiration of a key.
- setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration of a key.
- 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 name of the master set.
- setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the name of the master set.
- 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.RedisReplicationConnectOptions
-
- 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.RedisReplicationConnectOptions
-
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
- setMetricsName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics
with the same name.
- 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
-
Set the value of a key, only if the key does not exist.
- setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- 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.RedisReplicationConnectOptions
-
- 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 stay unused 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.RedisReplicationConnectOptions
-
- 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.RedisReplicationConnectOptions
-
- 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
-
Overwrite part of a string at key starting at the specified offset.
- setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- 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 stay unused before it is recycled during connection pool
cleaning.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisOptions
-
Set how the
topology should be obtained.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set how the
topology should be obtained.
- 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 to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
-
Set whether to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set whether to use replica nodes for read only queries.
- SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets.
- sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets.
- sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and return the cardinality of the result.
- sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Determine if a given value is a member of a set.
- sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- 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
-
Make the server a replica of another instance, or promote it as master.
- slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
A container for slow log commands.
- slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for slow log commands.
- slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMEMBERS - Static variable in interface io.vertx.redis.client.Command
-
Get all the members in a set.
- smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the members in a set.
- smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Returns the membership associated with the given elements for a set.
- smismember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMOVE - Static variable in interface io.vertx.redis.client.Command
-
Move a member from one set to another.
- smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Move a member from one set to another.
- smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SORT - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SORT_RO - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return one or multiple random members from a set.
- spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a shard channel.
- spublish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a shard channel.
- spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random members from a set.
- srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a set.
- srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a set.
- srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate Set elements.
- sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given shard channels.
- ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- 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
-
Get the length of the value stored in a key.
- strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given channels.
- subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- 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
-
Get a substring of the string stored at a key.
- substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets.
- sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets.
- sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets and store the resulting set in a key.
- sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to the given shard channels.
- sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SWAPDB - Static variable in interface io.vertx.redis.client.Command
-
Swaps two Redis databases.
- swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Swaps two Redis databases.
- swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
- sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- sync() - Method in interface io.vertx.redis.client.RedisAPI
-
- XACK - Static variable in interface io.vertx.redis.client.Command
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xack(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XADD - Static variable in interface io.vertx.redis.client.Command
-
Appends a new entry to a stream.
- xadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Appends a new entry to a stream.
- xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XAUTOCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xautoclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xautoclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XDEL - Static variable in interface io.vertx.redis.client.Command
-
Removes the specified entries from the stream.
- xdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XGROUP - Static variable in interface io.vertx.redis.client.Command
-
A container for consumer groups commands.
- xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for consumer groups commands.
- xgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XINFO - Static variable in interface io.vertx.redis.client.Command
-
A container for stream introspection commands.
- xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for stream introspection commands.
- xinfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XLEN - Static variable in interface io.vertx.redis.client.Command
-
Return the number of entries in a stream.
- xlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the number of entries in a stream.
- xlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- XPENDING - Static variable in interface io.vertx.redis.client.Command
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xpending(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xpending(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XREAD - Static variable in interface io.vertx.redis.client.Command
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xread(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xread(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XREADGROUP - Static variable in interface io.vertx.redis.client.Command
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xreadgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XSETID - Static variable in interface io.vertx.redis.client.Command
-
An internal command for replicating stream values.
- xsetid(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for replicating stream values.
- xsetid(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- XTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trims the stream to (approximately if '~' is passed) a certain size.
- xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- xtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a sorted set.
- zcard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- zcard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the members in a sorted set with scores within the given values.
- zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- zcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets.
- zdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- zdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the score of a member in a sorted set.
- zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- zincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets.
- zinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- zinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and return the cardinality of the result.
- zintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- zintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set.
- zmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- zmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZMSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given members in a sorted set.
- zmscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- zmscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the highest scores in a sorted set.
- zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- zpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the lowest scores in a sorted set.
- zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- zpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random elements from a sorted set.
- zrandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- zrandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of members in a sorted set.
- zrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- zrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
- zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
- zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set, by score.
- zrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANGESTORE - Static variable in interface io.vertx.redis.client.Command
-
Store a range of members from sorted set into another key.
- zrangestore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- zrangestore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set.
- zrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- zrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a sorted set.
- zrem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- zrem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREMRANGEBYRANK - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREMRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
- zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
- zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
- zrevrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
- zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZREVRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given member in a sorted set.
- zscore(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- zscore(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets.
- zunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets.
- zunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-