Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Z 

A

addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
addGet(String) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
addSentinel(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Add Sentinel node.
AggregateOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
api(Redis) - Static method in interface io.vertx.redis.client.RedisAPI
 
api(RedisConnection) - Static method in interface io.vertx.redis.client.RedisAPI
 
APPEND - Static variable in interface io.vertx.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command append.
append(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Append a value to a key
append(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Append a value to a key
arg(byte[]) - Method in interface io.vertx.redis.client.Request
Adds a byte array
arg(String) - Method in interface io.vertx.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in interface io.vertx.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in interface io.vertx.redis.client.Request
Adds a String key argument
arg(long) - Method in interface io.vertx.redis.client.Request
Adds a long encoded to string
arg(int) - Method in interface io.vertx.redis.client.Request
Adds a int encoded to string
arg(short) - Method in interface io.vertx.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in interface io.vertx.redis.client.Request
Adds a byte encoded to string
arg(boolean) - Method in interface io.vertx.redis.client.Request
Adds a boolean encoded to string
ASKING - Static variable in interface io.vertx.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command asking.
AUTH - Static variable in interface io.vertx.redis.client.Command
 
auth(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command auth.
auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Authenticate to the server

B

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>, 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.
BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Asynchronously rewrite the append-only file
bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Asynchronously rewrite the append-only file
BGSAVE - Static variable in interface io.vertx.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgsave.
bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Asynchronously save the dataset to disk
bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Asynchronously save the dataset to disk
BITCOUNT - Static variable in interface io.vertx.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitcount.
bitcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Count set bits in a string
bitcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Count set bits in a string
BITFIELD - Static variable in interface io.vertx.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfield.
bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Perform arbitrary bitfield integer operations on strings.
BitFieldGetCommand - Class in io.vertx.redis.op
Deprecated.
Use Redis
BitFieldGetCommand() - Constructor for class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
BitFieldGetCommand(BitFieldGetCommand) - Constructor for class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
BitFieldGetCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
BitFieldIncrbyCommand - Class in io.vertx.redis.op
Deprecated.
Use Redis
BitFieldIncrbyCommand() - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
BitFieldIncrbyCommand(BitFieldIncrbyCommand) - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
BitFieldIncrbyCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
BitFieldOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
BitFieldOptions() - Constructor for class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
BitFieldOptions(BitFieldOptions) - Constructor for class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
BitFieldOptions(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
BitFieldOverflowOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
BitFieldSetCommand - Class in io.vertx.redis.op
Deprecated.
Use Redis
BitFieldSetCommand() - Constructor for class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
BitFieldSetCommand(BitFieldSetCommand) - Constructor for class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
BitFieldSetCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Perform arbitrary bitfield integer operations on strings.
BITOP - Static variable in interface io.vertx.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitop.
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Perform bitwise operations between strings
bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Perform bitwise operations between strings
BitOperation - Enum in io.vertx.redis.op
Deprecated.
Use Redis
BITPOS - Static variable in interface io.vertx.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitpos.
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Find first bit set or clear in a string
bitpos(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Find first bit set or clear in a string
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Find first bit set or clear in a string
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Find first bit set or clear in a string
BLPOP - Static variable in interface io.vertx.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command blpop.
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the first element in a list, or block until one is available
blpop(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the first element in a list, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the first element in any of the lists, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the first element in any of the lists, or block until one is available
BRPOP - Static variable in interface io.vertx.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command brpop.
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the last element in a list, or block until one is available
brpop(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the last element in a list, or block until one is available
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
Redis command brpoplpush.
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the last element in any of the lists, or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the last element in any of the lists, or block until one is available
BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmin.

C

ckquorum(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.
CLIENT - Static variable in interface io.vertx.redis.client.Command
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command client.
clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the current connection name
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Kill the connection of a client
clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the list of client connections
clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Stop processing commands from clients for some time
clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Instruct the server whether to reply to commands.
ClientReplyOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the current connection name
close() - Method in interface io.vertx.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in interface io.vertx.redis.client.RedisAPI
 
close() - Method in interface io.vertx.redis.client.RedisConnection
Closes the connection or returns to the pool.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Close the client - when it is fully closed the handler will be called.
CLUSTER - Static variable in interface io.vertx.redis.client.Command
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command cluster.
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Assign new hash slots to receiving node.
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Assign new hash slots to receiving node.
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the number of failure reports active for a given node.
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the number of local keys in the specified hash slot.
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set hash slots as unbound in receiving node.
clusterFailover(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Forces a slave to perform a manual failover of its master.
clusterForget(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove a node from the nodes table.
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return local key names in the specified hash slot.
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Provides info about Redis Cluster node state.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Returns the hash slot of the specified key.
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Force a node cluster to handshake with another node.
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get Cluster config for the node.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Reconfigure a node as a slave of the specified master node.
clusterReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Reset a Redis Cluster node.
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Forces the node to save cluster state on disk.
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the configuration epoch in a new node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Bind an hash slot to a specific node.
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
List slave nodes of the specified master node.
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get array of Cluster slot to node mappings
cmd(Command) - Static method in interface io.vertx.redis.client.Request
 
Command - Interface in io.vertx.redis.client
Auto generated API Commands to interact with REDIS.
COMMAND - Static variable in interface io.vertx.redis.client.Command
 
command(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command command.
command() - Method in interface io.vertx.redis.client.Request
Get the Command that is to be used by this request.
command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get array of Redis command details
command(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get array of Redis command details
commandCount(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get total number of Redis commands
commandCount(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get total number of Redis commands
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Extract keys given a full Redis command
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get array of specific Redis command details
CONFIG - Static variable in interface io.vertx.redis.client.Command
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command config.
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the value of a configuration parameter
configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Reset the stats returned by INFO
configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Rewrite the configuration file with the in memory configuration
configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set a configuration parameter to the given value
connect(Handler<AsyncResult<RedisConnection>>) - Method in interface io.vertx.redis.client.Redis
Connects to the redis server.
create(String, int, int, int, int, boolean, boolean) - Static method in interface io.vertx.redis.client.Command
Creates a Redis Command from METADATA.
create(Vertx) - Static method in interface io.vertx.redis.RedisClient
Deprecated.
 
create(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
Deprecated.
 
create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.RedisClient
Deprecated.
 
create(String) - Static method in interface io.vertx.redis.Script
Deprecated.
 
create(String, String) - Static method in interface io.vertx.redis.Script
Deprecated.
 
create(Vertx) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
 
create(Vertx, JsonObject) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
 
create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
 
createClient(Vertx) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the given client options.

D

DBSIZE - Static variable in interface io.vertx.redis.client.Command
 
dbsize(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command dbsize.
dbsize(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the number of keys in the selected database
dbsize(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the number of keys in the selected database
DEBUG - Static variable in interface io.vertx.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command debug.
debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get debugging information about a key
debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Make the server crash
DECR - Static variable in interface io.vertx.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decr.
decr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Decrement the integer value of a key by one
decr(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Decrement the integer value of a key by one
DECRBY - Static variable in interface io.vertx.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decrby.
decrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Decrement the integer value of a key by the given number
decrby(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Decrement the integer value of a key by the given number
DEFAULT_ENDPOINT - Static variable in class io.vertx.redis.client.RedisOptions
The default redis endpoint = redis://localhost:6379
DEL - Static variable in interface io.vertx.redis.client.Command
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command del.
del(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete a key
del(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete a key
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete many keys
delMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete many keys
DISCARD - Static variable in interface io.vertx.redis.client.Command
 
discard(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command discard.
discard(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Discard all commands issued after MULTI
DUMP - Static variable in interface io.vertx.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command dump.
dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a serialized version of the value stored at the specified key.
dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a serialized version of the value stored at the specified key.

E

ECHO - Static variable in interface io.vertx.redis.client.Command
 
echo(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command echo.
echo(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Echo the given string
echo(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Echo the given string
endHandler(Handler<Void>) - Method in interface io.vertx.redis.client.RedisConnection
EVAL - Static variable in interface io.vertx.redis.client.Command
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command eval.
eval(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Execute a Lua script server side.
eval(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Execute a Lua script server side.
evalScript(Script, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Execute a Lua script server side.
EVALSHA - Static variable in interface io.vertx.redis.client.Command
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command evalsha.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Execute a Lua script server side.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.redis.client.RedisConnection
EXEC - Static variable in interface io.vertx.redis.client.Command
 
exec(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command exec.
exec(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Execute all commands issued after MULTI
EXISTS - Static variable in interface io.vertx.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command exists.
exists(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine if a key exists
exists(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine if a key exists
existsMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine if one or many keys exist
existsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine if one or many keys exist
EXPIRE - Static variable in interface io.vertx.redis.client.Command
 
expire(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expire.
expire(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set a key's time to live in seconds
expire(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set a key's time to live in seconds
EXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expireat.
expireat(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the expiration for a key as a UNIX timestamp
expireat(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the expiration for a key as a UNIX timestamp

F

failover(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels (however a new version of the configuration will be published so that the other Sentinels will update their configurations)
FailoverOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
fetch(long) - Method in interface io.vertx.redis.client.RedisConnection
FLUSHALL - Static variable in interface io.vertx.redis.client.Command
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushall.
flushall(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all keys from all databases
flushall(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all keys from all databases
flushConfig(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.
FLUSHDB - Static variable in interface io.vertx.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushdb.
flushdb(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all keys from the current database
flushdb(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all keys from the current database
fromJson(Iterable<Map.Entry<String, Object>>, RedisOptions) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RedisOptions) - Static method in class io.vertx.redis.RedisOptionsConverter
 

G

GEOADD - Static variable in interface io.vertx.redis.client.Command
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geoadd.
geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
GEODIST - Static variable in interface io.vertx.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geodist.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
GEOHASH - Static variable in interface io.vertx.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geohash.
geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohash(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
GeoMember - Class in io.vertx.redis.op
Deprecated.
Use Redis
GeoMember() - Constructor for class io.vertx.redis.op.GeoMember
Deprecated.
 
GeoMember(GeoMember) - Constructor for class io.vertx.redis.op.GeoMember
Deprecated.
 
GeoMember(JsonObject) - Constructor for class io.vertx.redis.op.GeoMember
Deprecated.
 
GEOPOS - Static variable in interface io.vertx.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geopos.
geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geopos(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
GEORADIUS - Static variable in interface io.vertx.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadius.
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
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
Redis command georadiusbymember.
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
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
Redis command georadiusbymemberRo.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
GeoRadiusOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
GeoRadiusOptions() - Constructor for class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
 
GeoRadiusOptions(GeoRadiusOptions) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
 
GeoRadiusOptions(JsonObject) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
 
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusRo.
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
GeoUnit - Enum in io.vertx.redis.op
Deprecated.
Use Redis
GET - Static variable in interface io.vertx.redis.client.Command
 
get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command get.
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.
get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the value of a key
get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the value of a key
getAddress() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the default `PUB/SUB` eventbus address prefix, default `io.vertx.redis`.
getArity() - Method in interface io.vertx.redis.client.Command
 
getAuth() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the password for authentication at connection time.
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the value of a key - without decoding as utf-8
GETBIT - Static variable in interface io.vertx.redis.client.Command
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getbit.
getbit(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Returns the bit value at offset in the string value stored at key
getbit(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Returns the bit value at offset in the string value stored at key
getBytes() - Method in interface io.vertx.redis.client.Command
 
getDomainSocketAddress() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the domain socket address for the Redis server.
getEncoding() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Return the character encoding for Strings, default `UTF-8`.
getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
Gets the redis endpoint to use
getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
getFirstKey() - Method in interface io.vertx.redis.client.Command
 
getGet() - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
getHost() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the host name for the Redis server, default `localhost`.
getIncrby() - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
getIncrement() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
getInterval() - Method in interface io.vertx.redis.client.Command
 
getKeys() - Method in interface io.vertx.redis.client.Response
Get this multi response keys from a hash.
getLastKey() - Method in interface io.vertx.redis.client.Command
 
getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Return the ip and port number of the master with that name.
getMasterName() - Method in class io.vertx.redis.client.RedisOptions
Get the master name (only considered in HA mode).
getMasterName() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get name of Redis master.
getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum size of the connection pool.
getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
Get the net client options used to connect to the server.
getOffset() - Method in class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
getOffset() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
getOffset() - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
Tune how often in milliseconds should the connection pool cleaner execute.
getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
getPort() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the tcp port where the Redis server is listening, default 6379.
GETRANGE - Static variable in interface io.vertx.redis.client.Command
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getrange.
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get a substring of the string stored at a key
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get a substring of the string stored at a key
getRole() - Method in class io.vertx.redis.client.RedisOptions
Get the role name (only considered in HA mode).
getScript() - Method in interface io.vertx.redis.Script
Deprecated.
 
getSelect() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the database to select at connection time.
getSentinels() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get list of Sentinels.
GETSET - Static variable in interface io.vertx.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getset.
getSet() - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the string value of a key and return its old value
getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the string value of a key and return its old value
getSha1() - Method in interface io.vertx.redis.Script
Deprecated.
 
getType() - Method in class io.vertx.redis.client.RedisOptions
Get the type of client to be created.
getType() - Method in class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
getType() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
getType() - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
getUseSlave() - Method in class io.vertx.redis.client.RedisOptions
Get whether or not to use slave nodes (only considered in Cluster mode).
getValue() - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 

H

handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
HDEL - Static variable in interface io.vertx.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hdel.
hdel(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete one or more hash fields
hdel(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete one or more hash fields
HEXISTS - Static variable in interface io.vertx.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hexists.
hexists(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine if a hash field exists
hexists(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine if a hash field exists
HGET - Static variable in interface io.vertx.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hget.
hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the value of a hash field
hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the value of a hash field
HGETALL - Static variable in interface io.vertx.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hgetall.
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get all the fields and values in a hash
hgetall(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get all the fields and values in a hash
HINCRBY - Static variable in interface io.vertx.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the integer value of a hash field by the given number
hincrby(String, String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the integer value of a hash field by the given number
HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the float value of a hash field by the given amount
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the float value of a hash field by the given amount
HKEYS - Static variable in interface io.vertx.redis.client.Command
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hkeys.
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get all the fields in a hash
hkeys(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get all the fields in a hash
HLEN - Static variable in interface io.vertx.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hlen.
hlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the number of fields in a hash
hlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the number of fields in a hash
HMGET - Static variable in interface io.vertx.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmget.
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the values of all the given hash fields
hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the values of all the given hash fields
HMSET - Static variable in interface io.vertx.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmset.
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set multiple hash fields to multiple values
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set multiple hash fields to multiple values
HOST - Static variable in interface io.vertx.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command host.
HSCAN - Static variable in interface io.vertx.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hscan.
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Incrementally iterate hash fields and associated values
hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Incrementally iterate hash fields and associated values
HSET - Static variable in interface io.vertx.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hset.
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the string value of a hash field
hset(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the string value of a hash field
HSETNX - Static variable in interface io.vertx.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the value of a hash field, only if the field does not exist
hsetnx(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the value of a hash field, only if the field does not exist
HSTRLEN - Static variable in interface io.vertx.redis.client.Command
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the length of the value of a hash field.
HVALS - Static variable in interface io.vertx.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hvals.
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get all the values in a hash
hvals(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get all the values in a hash

I

INCR - Static variable in interface io.vertx.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incr.
incr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the integer value of a key by one
incr(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the integer value of a key by one
INCRBY - Static variable in interface io.vertx.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrby.
incrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the integer value of a key by the given amount
incrby(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the integer value of a key by the given amount
INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the float value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the float value of a key by the given amount
INFO - Static variable in interface io.vertx.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command info.
info(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get information and statistics about the server
info(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get information and statistics about the server
InsertOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
io.vertx.redis - package io.vertx.redis
 
io.vertx.redis.client - package io.vertx.redis.client
 
io.vertx.redis.op - package io.vertx.redis.op
 
io.vertx.redis.sentinel - package io.vertx.redis.sentinel
 
is(String) - Method in exception io.vertx.redis.client.RedisException
Deprecated.
Redis error messages follow the sintax: ERROR_TYPE error detail message This method will evaluate is the given type matches the message ERROR_TYPE.
isBinary() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Return if the messages to/from redis are binary, default `false`.
isDomainSocket() - Method in class io.vertx.redis.RedisOptions
Deprecated.
Get the domain socket enabled option, default `false`.
isKeyless() - Method in interface io.vertx.redis.client.Command
 
isMovable() - Method in interface io.vertx.redis.client.Command
 
isMultiKey() - Method in interface io.vertx.redis.client.Command
 
isReadOnly() - Method in interface io.vertx.redis.client.Command
 
isVoid() - Method in interface io.vertx.redis.client.Command
 
iterator() - Method in interface io.vertx.redis.client.Response
Return an iterator so it can be iterated using the foreach construct.

K

KEYS - Static variable in interface io.vertx.redis.client.Command
 
keys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command keys.
keys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Find all keys matching the given pattern
keys(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Find all keys matching the given pattern
KillFilter - Class in io.vertx.redis.op
Deprecated.
Use Redis
KillFilter() - Constructor for class io.vertx.redis.op.KillFilter
Deprecated.
 
KillFilter(KillFilter) - Constructor for class io.vertx.redis.op.KillFilter
Deprecated.
 
KillFilter(JsonObject) - Constructor for class io.vertx.redis.op.KillFilter
Deprecated.
 
KillFilter.Type - Enum in io.vertx.redis.op
Deprecated.
 

L

LASTSAVE - Static variable in interface io.vertx.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lastsave.
lastsave(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the UNIX time stamp of the last successful save to disk
lastsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the UNIX time stamp of the last successful save to disk
LATENCY - Static variable in interface io.vertx.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command latency.
LimitOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
LimitOptions() - Constructor for class io.vertx.redis.op.LimitOptions
Deprecated.
 
LimitOptions(LimitOptions) - Constructor for class io.vertx.redis.op.LimitOptions
Deprecated.
 
LimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.LimitOptions
Deprecated.
 
LINDEX - Static variable in interface io.vertx.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lindex.
lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get an element from a list by its index
lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get an element from a list by its index
LINSERT - Static variable in interface io.vertx.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command linsert.
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Insert an element before or after another element in a list
linsert(String, InsertOptions, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Insert an element before or after another element in a list
LLEN - Static variable in interface io.vertx.redis.client.Command
 
llen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command llen.
llen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the length of a list
llen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the length of a list
LOLWUT - Static variable in interface io.vertx.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lolwut.
LPOP - Static variable in interface io.vertx.redis.client.Command
 
lpop(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpop.
lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the first element in a list
lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the first element in a list
LPUSH - Static variable in interface io.vertx.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpush.
lpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Prepend one value to a list
lpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Prepend one value to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Prepend one or multiple values to a list
lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Prepend one or multiple values to a list
LPUSHX - Static variable in interface io.vertx.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpushx.
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Prepend a value to a list, only if the list exists
lpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Prepend a value to a list, only if the list exists
LRANGE - Static variable in interface io.vertx.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrange.
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get a range of elements from a list
lrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get a range of elements from a list
LREM - Static variable in interface io.vertx.redis.client.Command
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrem.
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove elements from a list
lrem(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove elements from a list
LSET - Static variable in interface io.vertx.redis.client.Command
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lset.
lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the value of an element in a list by its index
lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the value of an element in a list by its index
LTRIM - Static variable in interface io.vertx.redis.client.Command
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Trim a list to the specified range
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Trim a list to the specified range

M

master(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Show the state and info of the specified master
masters(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Show a list of monitored masters and their state
MEMORY - Static variable in interface io.vertx.redis.client.Command
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command memory.
MGET - Static variable in interface io.vertx.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mget.
mget(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the value of the given key
mget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the value of the given key
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the values of all the given keys
mgetMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the values of all the given keys
MIGRATE - Static variable in interface io.vertx.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command migrate.
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Atomically transfer a key from a Redis instance to another one.
MigrateOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
MigrateOptions() - Constructor for class io.vertx.redis.op.MigrateOptions
Deprecated.
 
MigrateOptions(MigrateOptions) - Constructor for class io.vertx.redis.op.MigrateOptions
Deprecated.
 
MigrateOptions(JsonObject) - Constructor for class io.vertx.redis.op.MigrateOptions
Deprecated.
 
MODULE - Static variable in interface io.vertx.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command module.
MONITOR - Static variable in interface io.vertx.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command monitor.
monitor(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Listen for all requests received by the server in real time
monitor(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Listen for all requests received by the server in real time
MOVE - Static variable in interface io.vertx.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command move.
move(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Move a key to another database
move(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Move a key to another database
MSET - Static variable in interface io.vertx.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mset.
mset(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set multiple keys to multiple values
mset(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set multiple keys to multiple values
MSETNX - Static variable in interface io.vertx.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command msetnx.
msetnx(JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set multiple keys to multiple values, only if none of the keys exist
msetnx(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set multiple keys to multiple values, only if none of the keys exist
MULTI - Static variable in interface io.vertx.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command multi.
multi(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Mark the start of a RedisTransaction block

N

NONE - Static variable in class io.vertx.redis.op.LimitOptions
Deprecated.
 
NONE - Static variable in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
NONE - Static variable in class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
NONE - Static variable in class io.vertx.redis.op.ScanOptions
Deprecated.
 
NONE - Static variable in class io.vertx.redis.op.SetOptions
Deprecated.
 
NONE - Static variable in class io.vertx.redis.op.SortOptions
Deprecated.
 
nullArg() - Method in interface io.vertx.redis.client.Request
Adds a NULL encoded string

O

OBJECT - Static variable in interface io.vertx.redis.client.Command
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command object.
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Inspect the internals of Redis objects
object(String, ObjectCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Inspect the internals of Redis objects
ObjectCmd - Enum in io.vertx.redis.op
Deprecated.
Use Redis

P

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
 
persist(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command persist.
persist(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove the expiration from a key
persist(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove the expiration from a key
PEXPIRE - Static variable in interface io.vertx.redis.client.Command
 
pexpire(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set a key's time to live in milliseconds
pexpire(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set a key's time to live in milliseconds
PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireat(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds
PFADD - Static variable in interface io.vertx.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfadd.
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Adds the specified element to the specified HyperLogLog.
pfadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Adds the specified element to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Adds the specified elements to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Adds the specified elements to the specified HyperLogLog.
PFCOUNT - Static variable in interface io.vertx.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfcount.
pfcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcountMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
PFDEBUG - Static variable in interface io.vertx.redis.client.Command
 
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfdebug.
PFMERGE - Static variable in interface io.vertx.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Merge N different HyperLogLogs into a single one.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Merge N different HyperLogLogs into a single one.
PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfselftest.
PING - Static variable in interface io.vertx.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ping.
ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Ping the server
ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Ping the server
POST - Static variable in interface io.vertx.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command post.
PSETEX - Static variable in interface io.vertx.redis.client.Command
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psetex.
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the value and expiration in milliseconds of a key
psetex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the value and expiration in milliseconds of a key
PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Listen for messages published to channels matching the given pattern
psubscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Listen for messages published to channels matching the given pattern
psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Listen for messages published to channels matching the given patterns
psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Listen for messages published to channels matching the given patterns
PSYNC - Static variable in interface io.vertx.redis.client.Command
 
psync(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psync.
PTTL - Static variable in interface io.vertx.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pttl.
pttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the time to live for a key in milliseconds
pttl(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the time to live for a key in milliseconds
PUBLISH - Static variable in interface io.vertx.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command publish.
publish(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Post a message to a channel
publish(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Post a message to a channel
PUBSUB - Static variable in interface io.vertx.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pubsub.
pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Lists the currently active channels - only those matching the pattern
pubsubChannels(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Lists the currently active channels - only those matching the pattern
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumpat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
pubsubNumsub(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Stop listening for messages posted to channels matching the given patterns
punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Stop listening for messages posted to channels matching the given patterns

R

RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
 
randomkey(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command randomkey.
randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a random key from the keyspace
randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a random key from the keyspace
RangeLimitOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
RangeLimitOptions() - Constructor for class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
RangeLimitOptions(RangeLimitOptions) - Constructor for class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
RangeLimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
RangeOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
READONLY - Static variable in interface io.vertx.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command readonly.
READWRITE - Static variable in interface io.vertx.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command readwrite.
Redis - Interface in io.vertx.redis.client
A simple Redis client.
RedisAPI - Interface in io.vertx.redis.client
Auto generated Redis API client wrapper.
RedisClient - Interface in io.vertx.redis
Deprecated.
RedisClientType - Enum in io.vertx.redis.client
Define what kind of behavior is expected from the client.
RedisConnection - Interface in io.vertx.redis.client
A simple Redis client.
RedisException - Exception in io.vertx.redis.client
Deprecated.
RedisException(String) - Constructor for exception io.vertx.redis.client.RedisException
Deprecated.
 
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.
RedisOptions - Class in io.vertx.redis
Deprecated.
Use RedisOptions with the new client API. This object controls the connection setting to the Redis Server. There is no need to specify most of the settings since it has built the following sensible defaults:

* `encoding`: `UTF-8` * `host`: `localhost` * `port`: 6379 * `tcpKeepAlive`: true * `tcpNoDelay`: true * `binary`: false

However there are two extra properties that have no defaults since they are optional:

* `auth` * `select`

The usage of this two extra properties is to setup required authentication and optionally the selection of the active database at connection time. If you define this extra properties on every connection to Redis server this client will perform the authentication handshake and database selection, however if you don't do this and call RedisClient.auth(String, Handler) yourself in case of connection failure the client will not be able to perform the correct authentication handshake.

RedisOptions() - Constructor for class io.vertx.redis.RedisOptions
Deprecated.
 
RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.RedisOptions
Deprecated.
 
RedisOptions(JsonObject) - Constructor for class io.vertx.redis.RedisOptions
Deprecated.
 
RedisOptionsConverter - Class in io.vertx.redis.client
Converter for RedisOptions.
RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
 
RedisOptionsConverter - Class in io.vertx.redis
Converter for RedisOptions.
RedisOptionsConverter() - Constructor for class io.vertx.redis.RedisOptionsConverter
 
RedisRole - Enum in io.vertx.redis.client
Define which kind of role to be used in HA mode.
RedisSentinel - Interface in io.vertx.redis.sentinel
Deprecated.
RedisSlaves - Enum in io.vertx.redis.client
When should Redis Slave nodes be used for queries.
RedisTransaction - Interface in io.vertx.redis
Deprecated.
RENAME - Static variable in interface io.vertx.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rename.
rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Rename a key
rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Rename a key
RENAMENX - Static variable in interface io.vertx.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Rename a key, only if the new key does not exist
renamenx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Rename a key, only if the new key does not exist
REPLCONF - Static variable in interface io.vertx.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replconf.
REPLICAOF - Static variable in interface io.vertx.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replicaof.
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(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Reset all the masters with matching name.
ResetOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
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
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restore.
restore(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
restore(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
 
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restoreAsking.
resume() - Method in interface io.vertx.redis.client.RedisConnection
ROLE - Static variable in interface io.vertx.redis.client.Command
 
role(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command role.
role(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the role of the instance in the context of replication
role(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the role of the instance in the context of replication
RPOP - Static variable in interface io.vertx.redis.client.Command
 
rpop(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpop.
rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and get the last element in a list
rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and get the last element in a list
RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove the last element in a list, append it to another list and return it
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove the last element in a list, append it to another list and return it
RPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpush.
rpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Append one or multiple values to a list
rpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Append one or multiple values to a list
RPUSHX - Static variable in interface io.vertx.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpushx.
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Append a value to a list, only if the list exists
rpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Append a value to a list, only if the list exists

S

SADD - Static variable in interface io.vertx.redis.client.Command
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sadd.
sadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add a member to a set
sadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add a member to a set
saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add one or more members to a set
saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add one or more members to a set
SAVE - Static variable in interface io.vertx.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command save.
save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Synchronously save the dataset to disk
save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Synchronously save the dataset to disk
SCAN - Static variable in interface io.vertx.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scan.
scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Incrementally iterate the keys space
scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Incrementally iterate the keys space
ScanOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
ScanOptions() - Constructor for class io.vertx.redis.op.ScanOptions
Deprecated.
 
ScanOptions(ScanOptions) - Constructor for class io.vertx.redis.op.ScanOptions
Deprecated.
 
ScanOptions(JsonObject) - Constructor for class io.vertx.redis.op.ScanOptions
Deprecated.
 
SCARD - Static variable in interface io.vertx.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scard.
scard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the number of members in a set
scard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the number of members in a set
SCRIPT - Static variable in interface io.vertx.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command script.
Script - Interface in io.vertx.redis
Deprecated.
scriptDebug(ScriptDebugOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the debug mode for executed scripts.
ScriptDebugOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Check existence of script in the script cache.
scriptExists(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Check existence of script in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Check existence of scripts in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Check existence of scripts in the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all the scripts from the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all the scripts from the script cache.
scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Kill the script currently in execution.
scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Kill the script currently in execution.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Load the specified Lua script into the script cache.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Load the specified Lua script into the script cache.
SDIFF - Static variable in interface io.vertx.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiff.
sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Subtract multiple sets
sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Subtract multiple sets
SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Subtract multiple sets and store the resulting set in a key
sdiffstore(String, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Subtract multiple sets and store the resulting set in a key
SELECT - Static variable in interface io.vertx.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command select.
select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Change the selected database for the current connection
select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Change the selected database for the current connection
send(Request, Handler<AsyncResult<Response>>) - 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.
SENTINEL - Static variable in interface io.vertx.redis.client.Command
 
sentinels(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Show a list of sentinel instances for this master, and their state
SET - Static variable in interface io.vertx.redis.client.Command
 
set(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command set.
set(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the string value of a key
set(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the string value of a key
setAddr(String) - Method in class io.vertx.redis.op.KillFilter
Deprecated.
Set ADDR filter
setAddress(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the eventbus address prefix for `PUB/SUB`.
setAlpha(Boolean) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
setAuth(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the password for authentication at connection time.
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the binary string value of a key - without encoding as utf-8
setBinary(boolean) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the messages to/from redis as binary, default `false`.
setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the binary string value of a key - without encoding as utf-8
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the string value of a key
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the string value of a key
SETBIT - Static variable in interface io.vertx.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setbit.
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Sets or clears the bit at offset in the string value stored at key
setBy(String) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Sets a single connection string (endpoint) to use while connecting to the redis server.
setCopy(Boolean) - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
setCount(Long) - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
Set the radius options limit the result count.
setCount(Long) - Method in class io.vertx.redis.op.LimitOptions
Deprecated.
 
setCount(int) - Method in class io.vertx.redis.op.ScanOptions
Deprecated.
 
setDescending(Boolean) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
setDomainSocket(boolean) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the domain socket enabled option, default `false`.
setDomainSocketAddress(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the domain socket address where the Redis server is listening.
setEncoding(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the user defined character encoding, e.g.: `iso-8859-1`.
setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
Set the endpoints to use while connecting to the redis server.
SETEX - Static variable in interface io.vertx.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setex.
setEX(long) - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the value and expiration of a key
setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the value and expiration of a key
setGet(BitFieldGetCommand) - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
setHost(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the host name where the Redis server is listening.
setId(String) - Method in class io.vertx.redis.op.KillFilter
Deprecated.
Set ID filter
setIncrby(BitFieldIncrbyCommand) - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
setIncrement(long) - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
setLatitude(Double) - Method in class io.vertx.redis.op.GeoMember
Deprecated.
Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
setLimit(long, long) - Method in class io.vertx.redis.op.LimitOptions
Deprecated.
 
setLimit(long, long) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
setLongitude(Double) - Method in class io.vertx.redis.op.GeoMember
Deprecated.
Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the master name (only considered in HA mode).
setMasterName(String) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set name of Redis master (used with Sentinel).
setMatch(String) - Method in class io.vertx.redis.op.ScanOptions
Deprecated.
 
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum size of the connection pool.
setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
setMember(String) - Method in class io.vertx.redis.op.GeoMember
Deprecated.
Set the member name.
setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
Set the net client options to be used while connecting to the redis server.
SETNX - Static variable in interface io.vertx.redis.client.Command
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setnx.
setNX(boolean) - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
setnx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the value of a key, only if the key does not exist
setnx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the value of a key, only if the key does not exist
setOffset(long) - Method in class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
setOffset(long) - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
setOffset(long) - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
setOffset(Long) - Method in class io.vertx.redis.op.LimitOptions
Deprecated.
 
SetOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
SetOptions() - Constructor for class io.vertx.redis.op.SetOptions
Deprecated.
 
SetOptions(SetOptions) - Constructor for class io.vertx.redis.op.SetOptions
Deprecated.
 
SetOptions(JsonObject) - Constructor for class io.vertx.redis.op.SetOptions
Deprecated.
 
setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how often in milliseconds should the connection pool cleaner execute.
setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
setPort(int) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the tcp port where the Redis server is listening.
setPX(long) - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
SETRANGE - Static variable in interface io.vertx.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setrange.
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Overwrite part of a string at key starting at the specified offset
setrange(String, int, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Overwrite part of a string at key starting at the specified offset
setReplace(Boolean) - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
Set the role name (only considered in HA mode).
setSelect(Integer) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the database to select at connection time.
setSentinels(List<String>) - Method in class io.vertx.redis.RedisOptions
Deprecated.
Set the list of Sentinels.
setSet(BitFieldSetCommand) - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
setSkipme(boolean) - Method in class io.vertx.redis.op.KillFilter
Deprecated.
Set SKIPME filter
setStore(String) - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
Set the desired client type to be created.
setType(String) - Method in class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
setType(String) - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
setType(String) - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
setType(KillFilter.Type) - Method in class io.vertx.redis.op.KillFilter
Deprecated.
Set TYPE filter
setUseSlave(RedisSlaves) - Method in class io.vertx.redis.client.RedisOptions
Set whether or not to use slave nodes (only considered in Cluster mode).
setValue(long) - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
setWithCoord(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
Set the radius options to be coordinate based.
setWithDist(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
Set the radius options to be distance based.
setWithHash(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
Set the radius options to be hash based.
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Set the string value of a key
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Set the string value of a key
setWithscores(Boolean) - Method in class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
setXX(boolean) - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command shutdown.
ShutdownOptions - Enum in io.vertx.redis.op
Deprecated.
Use Redis
SINTER - Static variable in interface io.vertx.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Intersect multiple sets
sinter(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Intersect multiple sets
SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Intersect multiple sets and store the resulting set in a key
sinterstore(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Intersect multiple sets and store the resulting set in a key
SISMEMBER - Static variable in interface io.vertx.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sismember.
sismember(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine if a given value is a member of a set
sismember(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine if a given value is a member of a set
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
Redis command slaveof.
slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Make the server a slave of another instance
slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Make the server a slave of another instance
slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Make this server a master
slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Make this server a master
slaves(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
Deprecated.
Show a list of slaves for this master, and their state
slice(char, int) - Method in exception io.vertx.redis.client.RedisException
Deprecated.
Some messages are well formatted and allow extracting data from.
SlotCmd - Enum in io.vertx.redis.op
Deprecated.
Use Redis
SLOWLOG - Static variable in interface io.vertx.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command slowlog.
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Read the Redis slow queries log
slowlogGet(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Read the Redis slow queries log
slowlogLen(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the length of the Redis slow queries log
slowlogLen(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the length of the Redis slow queries log
slowlogReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Reset the Redis slow queries log
slowlogReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Reset the Redis slow queries log
SMEMBERS - Static variable in interface io.vertx.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smembers.
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get all the members in a set
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get all the members in a set
SMOVE - Static variable in interface io.vertx.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smove.
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Move a member from one set to another
smove(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Move a member from one set to another
SORT - Static variable in interface io.vertx.redis.client.Command
 
sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sort.
sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Sort the elements in a list, set or sorted set
sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Sort the elements in a list, set or sorted set
SortOptions - Class in io.vertx.redis.op
Deprecated.
Use Redis
SortOptions() - Constructor for class io.vertx.redis.op.SortOptions
Deprecated.
 
SortOptions(SortOptions) - Constructor for class io.vertx.redis.op.SortOptions
Deprecated.
 
SortOptions(JsonObject) - Constructor for class io.vertx.redis.op.SortOptions
Deprecated.
 
SPOP - Static variable in interface io.vertx.redis.client.Command
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command spop.
spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and return a random member from a set
spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and return a random member from a set
spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove and return random members from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove and return random members from a set
SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srandmember.
srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get one or multiple random members from a set
srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get one or multiple random members from a set
SREM - Static variable in interface io.vertx.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srem.
srem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove one member from a set
srem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove one member from a set
sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove one or more members from a set
sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove one or more members from a set
SSCAN - Static variable in interface io.vertx.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sscan.
sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Incrementally iterate Set elements
sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Incrementally iterate Set elements
stream() - Method in interface io.vertx.redis.client.Response
Return a stream of responses based on the iterable of this object.
STRLEN - Static variable in interface io.vertx.redis.client.Command
 
strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command strlen.
strlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the length of the value stored in a key
strlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the length of the value stored in a key
SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command subscribe.
subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Listen for messages published to the given channels
subscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Listen for messages published to the given channels
subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Listen for messages published to the given channels
subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Listen for messages published to the given channels
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
Redis command substr.
SUNION - Static variable in interface io.vertx.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add multiple sets
sunion(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add multiple sets
SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add multiple sets and store the resulting set in a key
sunionstore(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add multiple sets and store the resulting set in a key
SWAPDB - Static variable in interface io.vertx.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command swapdb.
swapdb(int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Swaps two Redis databases
swapdb(int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Swaps two Redis databases
SYNC - Static variable in interface io.vertx.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sync.
sync(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Internal command used for replication
sync(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Internal command used for replication

T

TIME - Static variable in interface io.vertx.redis.client.Command
 
time(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command time.
time(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return the current server time
time(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return the current server time
toBoolean() - Method in interface io.vertx.redis.client.Response
Get this response as a Boolean.
toBuffer() - Method in interface io.vertx.redis.client.Response
Get this response as Buffer.
toByte() - Method in interface io.vertx.redis.client.Response
Get this response as a Byte.
toBytes() - Method in interface io.vertx.redis.client.Response
Get this response as a byte[].
toInteger() - Method in interface io.vertx.redis.client.Response
Get this response as a Integer.
toJson() - Method in class io.vertx.redis.client.RedisOptions
Converts this object to JSON notation.
toJson(RedisOptions, JsonObject) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
toJson(RedisOptions, Map<String, Object>) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
toJson() - Method in class io.vertx.redis.op.BitFieldGetCommand
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.BitFieldSetCommand
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.GeoMember
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.KillFilter
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.LimitOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.ScanOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
toJson() - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
toJson(RedisOptions, JsonObject) - Static method in class io.vertx.redis.RedisOptionsConverter
 
toJson(RedisOptions, Map<String, Object>) - Static method in class io.vertx.redis.RedisOptionsConverter
 
toJsonArray() - Method in enum io.vertx.redis.op.AggregateOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.BitFieldOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.GeoMember
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.GeoRadiusOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.KillFilter
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.LimitOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 
toJsonArray() - Method in enum io.vertx.redis.op.RangeOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.ScanOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.SetOptions
Deprecated.
 
toJsonArray() - Method in enum io.vertx.redis.op.ShutdownOptions
Deprecated.
 
toJsonArray() - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
toLong() - Method in interface io.vertx.redis.client.Response
Get this response as a Long.
toShort() - Method in interface io.vertx.redis.client.Response
Get this response as a Short.
toString() - Method in interface io.vertx.redis.client.Response
Get this response as a String.
toString(Charset) - Method in interface io.vertx.redis.client.Response
Get this response as a String encoded with the given charset.
TOUCH - Static variable in interface io.vertx.redis.client.Command
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command touch.
touch(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Alters the last access time of a key(s).
touchMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Alters the last access time of a key(s).
transaction() - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a RedisTransaction instance
TTL - Static variable in interface io.vertx.redis.client.Command
 
ttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ttl.
ttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the time to live for a key
ttl(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the time to live for a key
TYPE - Static variable in interface io.vertx.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command type.
type() - Method in interface io.vertx.redis.client.Response
The response return type.
type(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine the type stored at key
type(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine the type stored at key

U

UNLINK - Static variable in interface io.vertx.redis.client.Command
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unlink.
unlink(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete a key asynchronously in another thread.
unlink(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete a key asynchronously in another thread.
unlinkMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Delete multiple keys asynchronously in another thread.
unlinkMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Delete multiple keys asynchronously in another thread.
UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Stop listening for messages posted to the given channels
unsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Stop listening for messages posted to the given channels
UNWATCH - Static variable in interface io.vertx.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unwatch.
unwatch(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Forget about all watched keys
useAlpha() - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
useCopy() - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
useDescending() - Method in class io.vertx.redis.op.SortOptions
Deprecated.
 
useReplace() - Method in class io.vertx.redis.op.MigrateOptions
Deprecated.
 
useWithScores() - Method in class io.vertx.redis.op.RangeLimitOptions
Deprecated.
 

V

valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisSlaves
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.AggregateOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.BitFieldOverflowOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.BitOperation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ClientReplyOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.FailoverOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.GeoUnit
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.InsertOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.KillFilter.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ObjectCmd
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.RangeOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ResetOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ScriptDebugOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ShutdownOptions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.SlotCmd
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.redis.client.RedisClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisSlaves
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.AggregateOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.BitFieldOverflowOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.BitOperation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ClientReplyOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.FailoverOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.GeoUnit
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.InsertOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.KillFilter.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ObjectCmd
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.RangeOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ResetOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ScriptDebugOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ShutdownOptions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.SlotCmd
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT - Static variable in interface io.vertx.redis.client.Command
 
wait(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command wait.
wait(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
wait(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
WATCH - Static variable in interface io.vertx.redis.client.Command
 
watch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command watch.
watch(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Watch the given keys to determine execution of the MULTI/EXEC block
watchMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Watch the given keys to determine execution of the MULTI/EXEC block

X

XACK - Static variable in interface io.vertx.redis.client.Command
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xack.
XADD - Static variable in interface io.vertx.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xadd.
XCLAIM - Static variable in interface io.vertx.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xclaim.
XDEL - Static variable in interface io.vertx.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xdel.
XGROUP - Static variable in interface io.vertx.redis.client.Command
 
xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xgroup.
XINFO - Static variable in interface io.vertx.redis.client.Command
 
xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xinfo.
XLEN - Static variable in interface io.vertx.redis.client.Command
 
xlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xlen.
XPENDING - Static variable in interface io.vertx.redis.client.Command
 
xpending(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xpending.
XRANGE - Static variable in interface io.vertx.redis.client.Command
 
xrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xrange.
XREAD - Static variable in interface io.vertx.redis.client.Command
 
xread(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xread.
XREADGROUP - Static variable in interface io.vertx.redis.client.Command
 
xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xreadgroup.
XREVRANGE - Static variable in interface io.vertx.redis.client.Command
 
xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xrevrange.
XSETID - Static variable in interface io.vertx.redis.client.Command
 
xsetid(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xsetid.
XTRIM - Static variable in interface io.vertx.redis.client.Command
 
xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xtrim.

Z

ZADD - Static variable in interface io.vertx.redis.client.Command
 
zadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zadd.
zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists
zadd(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists
ZCARD - Static variable in interface io.vertx.redis.client.Command
 
zcard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zcard.
zcard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the number of members in a sorted set
zcard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the number of members in a sorted set
ZCOUNT - Static variable in interface io.vertx.redis.client.Command
 
zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zcount.
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Count the members in a sorted set with scores within the given values
zcount(String, double, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Count the members in a sorted set with scores within the given values
ZINCRBY - Static variable in interface io.vertx.redis.client.Command
 
zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zincrby.
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Increment the score of a member in a sorted set
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Increment the score of a member in a sorted set
ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
 
zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zinterstore.
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
 
zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zlexcount.
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Count the number of members in a sorted set between a given lexicographical range
zlexcount(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Count the number of members in a sorted set between a given lexicographical range
ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
 
zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zpopmax.
ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
 
zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zpopmin.
ZRANGE - Static variable in interface io.vertx.redis.client.Command
 
zrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrange.
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by index
zrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by index
ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrangebylex.
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by lexicographical range
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by lexicographical range
ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
 
zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrangebyscore.
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by score
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by score
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by index
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by index
ZRANK - Static variable in interface io.vertx.redis.client.Command
 
zrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrank.
zrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine the index of a member in a sorted set
zrank(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine the index of a member in a sorted set
ZREM - Static variable in interface io.vertx.redis.client.Command
 
zrem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrem.
zrem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove one member from a sorted set
zrem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove one member from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove one or more members from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove one or more members from a sorted set
ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zremrangebylex.
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all members in a sorted set between the given lexicographical range
zremrangebylex(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all members in a sorted set between the given lexicographical range
ZREMRANGEBYRANK - Static variable in interface io.vertx.redis.client.Command
 
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zremrangebyrank.
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all members in a sorted set within the given indexes
zremrangebyrank(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all members in a sorted set within the given indexes
ZREMRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
 
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zremrangebyscore.
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Remove all members in a sorted set within the given scores
zremrangebyscore(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Remove all members in a sorted set within the given scores
ZREVRANGE - Static variable in interface io.vertx.redis.client.Command
 
zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrevrange.
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low
ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrevrangebylex.
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
 
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrevrangebyscore.
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low
ZREVRANK - Static variable in interface io.vertx.redis.client.Command
 
zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zrevrank.
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low
zrevrank(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low
ZSCAN - Static variable in interface io.vertx.redis.client.Command
 
zscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zscan.
zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Incrementally iterate sorted sets elements and associated scores
zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Incrementally iterate sorted sets elements and associated scores
ZSCORE - Static variable in interface io.vertx.redis.client.Command
 
zscore(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zscore.
zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Get the score associated with the given member in a sorted set
zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Get the score associated with the given member in a sorted set
ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
 
zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command zunionstore.
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Deprecated.
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Deprecated.
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
A B C D E F G H I K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.