- bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously rewrite the append-only file
- bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously rewrite the append-only file
- bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously save the dataset to disk
- bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously save the dataset to disk
- bitcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Perform bitwise operations between strings
- BitOperation - Enum in io.vertx.redis.op
-
- bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Perform bitwise operations between strings
- bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Perform bitwise operations between strings
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Find first bit set or clear in a string
- bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
See also bitposRange() method, which takes start, and stop offset.
- bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
- bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Find first bit set or clear in a string
- bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
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
- bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in any of the lists, or block until one is available
- blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in any of the lists, or block until one is available
- blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in any of the lists, or block until one is available
- blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove and get the last element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in a list, or block until one is available
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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 class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in any of the lists, or block until one is available
- brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in any of the lists, or block until one is available
- brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in any of the lists, or block until one is available
- brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in a list, or block until one is available
- clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the current connection name
- clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the current connection name
- clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the current connection name
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Kill the connection of a client
- clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the connection of a client
- clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Kill the connection of a client
- clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the list of client connections
- clientListObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the list of client connections
- clientListObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the list of client connections
- clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Stop processing commands from clients for some time
- clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Stop processing commands from clients for some time
- clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the current connection name
- clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the current connection name
- clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the current connection name
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- closeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Assign new hash slots to receiving node.
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Assign new hash slots to receiving node.
- clusterAddslotsObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslotsObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Assign new hash slots to receiving node.
- clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of failure reports active for a given node.
- clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of failure reports active for a given node.
- clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of failure reports active for a given node.
- clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of local keys in the specified hash slot.
- clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsManyObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterFailover(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterForget(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove a node from the nodes table.
- clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove a node from the nodes table.
- clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove a node from the nodes table.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return local key names in the specified hash slot.
- clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return local key names in the specified hash slot.
- clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return local key names in the specified hash slot.
- clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the hash slot of the specified key.
- clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the hash slot of the specified key.
- clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Force a node cluster to handshake with another node.
- clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get Cluster config for the node.
- clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get Cluster config for the node.
- clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get Cluster config for the node.
- clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces the node to save cluster state on disk.
- clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces the node to save cluster state on disk.
- clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the configuration epoch in a new node.
- clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the configuration epoch in a new node.
- clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the configuration epoch in a new node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
List slave nodes of the specified master node.
- clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Cluster slot to node mappings
- clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Cluster slot to node mappings
- command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get array of Redis command details
- command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Redis command details
- commandCount(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get total number of Redis commands
- commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get total number of Redis commands
- commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get total number of Redis commands
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Extract keys given a full Redis command
- commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Extract keys given a full Redis command
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of specific Redis command details
- commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of specific Redis command details
- commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of specific Redis command details
- commandObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Redis command details
- commandObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Redis command details
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a configuration parameter
- configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a configuration parameter
- configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a configuration parameter
- configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset the stats returned by INFO
- configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset the stats returned by INFO
- configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rewrite the configuration file with the in memory configuration
- configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rewrite the configuration file with the in memory configuration
- configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set a configuration parameter to the given value
- configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a configuration parameter to the given value
- configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set a configuration parameter to the given value
- create(Vertx) - Static method in interface io.vertx.redis.RedisClient
-
- create(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
-
- create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.RedisClient
-
- create(Vertx) - Static method in class io.vertx.rxjava.redis.RedisClient
-
- create(Vertx, RedisOptions) - Static method in class io.vertx.rxjava.redis.RedisClient
-
- geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
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 class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
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 class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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).
- geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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).
- geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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).
- geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
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).
- geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
- GeoMember() - Constructor for class io.vertx.redis.op.GeoMember
-
- GeoMember(GeoMember) - Constructor for class io.vertx.redis.op.GeoMember
-
- GeoMember(JsonObject) - Constructor for class io.vertx.redis.op.GeoMember
-
- geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
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 class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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).
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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.
- georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
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.
- georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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.
- georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
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.
- georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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.
- georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
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).
- georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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).
- GeoRadiusOptions - Class in io.vertx.redis.op
-
- GeoRadiusOptions() - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
- GeoRadiusOptions(GeoRadiusOptions) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
- GeoRadiusOptions(JsonObject) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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).
- georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
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).
- georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
GeoUnit represents a geo spatial unit it covers both the metric and imperial systems.
- get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key
- getAddress() - Method in class io.vertx.redis.RedisOptions
-
Get the default `PUB/SUB` eventbus address prefix, default `io.vertx.redis`.
- getAuth() - Method in class io.vertx.redis.RedisOptions
-
Get the password for authentication at connection time.
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key - without decoding as utf-8
- getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key - without decoding as utf-8
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the bit value at offset in the string value stored at key
- getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the bit value at offset in the string value stored at key
- getDelegate() - Method in class io.vertx.rxjava.redis.RedisClient
-
- getDelegate() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getEncoding() - Method in class io.vertx.redis.RedisOptions
-
Return the character encoding for Strings, default `UTF-8`.
- getHost() - Method in class io.vertx.redis.RedisOptions
-
Get the host name for the Redis server, default `localhost`.
- getObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key
- getObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key
- getPort() - Method in class io.vertx.redis.RedisOptions
-
Get the tcp port where the Redis server is listening, default 6379.
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get a substring of the string stored at a key
- getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a substring of the string stored at a key
- getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get a substring of the string stored at a key
- getSelect() - Method in class io.vertx.redis.RedisOptions
-
Get the database to select at connection time.
- getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key and return its old value
- getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key and return its old value
- getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key and return its old value
- hdel(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Delete one or more hash fields
- hdel(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Delete one or more hash fields
- hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- hdel(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete one or more hash fields
- hdelManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- hdelManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete one or more hash fields
- hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete one or more hash fields
- hexists(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Determine if a hash field exists
- hexists(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Determine if a hash field exists
- hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a hash field exists
- hexists(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine if a hash field exists
- hexistsObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a hash field exists
- hexistsObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine if a hash field exists
- hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a hash field
- hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the value of a hash field
- hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a hash field
- hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a hash field
- hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the fields and values in a hash
- hgetall(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get all the fields and values in a hash
- hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields and values in a hash
- hgetall(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the fields and values in a hash
- hgetallObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields and values in a hash
- hgetallObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the fields and values in a hash
- hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a hash field
- hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a hash field
- hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Increment the integer value of a hash field by the given number
- hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrby(String, String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the integer value of a hash field by the given number
- hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Increment the float value of a hash field by the given amount
- hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the float value of a hash field by the given amount
- hincrbyfloatObservable(String, String, double) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hincrbyfloatObservable(String, String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the float value of a hash field by the given amount
- hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the integer value of a hash field by the given number
- hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the fields in a hash
- hkeys(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get all the fields in a hash
- hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields in a hash
- hkeys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the fields in a hash
- hkeysObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields in a hash
- hkeysObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the fields in a hash
- hlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the number of fields in a hash
- hlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the number of fields in a hash
- hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of fields in a hash
- hlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of fields in a hash
- hlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of fields in a hash
- hlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of fields in a hash
- hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get the values of all the given hash fields
- hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the values of all the given hash fields
- hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the values of all the given hash fields
- hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the values of all the given hash fields
- hmgetObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the values of all the given hash fields
- hmgetObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the values of all the given hash fields
- hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set multiple hash fields to multiple values
- hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set multiple hash fields to multiple values
- hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set multiple hash fields to multiple values
- hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set multiple hash fields to multiple values
- hmsetObservable(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set multiple hash fields to multiple values
- hmsetObservable(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set multiple hash fields to multiple values
- hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Incrementally iterate hash fields and associated values
- hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate hash fields and associated values
- hscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate hash fields and associated values
- hset(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a hash field
- hset(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the string value of a hash field
- hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a hash field
- hset(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a hash field
- hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Set the value of a hash field, only if the field does not exist
- hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- hsetnx(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of a hash field, only if the field does not exist
- hsetnxObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- hsetnxObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of a hash field, only if the field does not exist
- hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a hash field
- hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a hash field
- hvals(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the values in a hash
- hvals(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get all the values in a hash
- hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the values in a hash
- hvals(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the values in a hash
- hvalsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the values in a hash
- hvalsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the values in a hash
- lastsave(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the UNIX time stamp of the last successful save to disk
- lastsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the UNIX time stamp of the last successful save to disk
- lastsave(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the UNIX time stamp of the last successful save to disk
- lastsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the UNIX time stamp of the last successful save to disk
- lastsaveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the UNIX time stamp of the last successful save to disk
- lastsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the UNIX time stamp of the last successful save to disk
- LimitOptions - Class in io.vertx.redis.op
-
- LimitOptions() - Constructor for class io.vertx.redis.op.LimitOptions
-
- LimitOptions(LimitOptions) - Constructor for class io.vertx.redis.op.LimitOptions
-
- LimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.LimitOptions
-
- lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get an element from a list by its index
- lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get an element from a list by its index
- lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get an element from a list by its index
- lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get an element from a list by its index
- lindexObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get an element from a list by its index
- lindexObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get an element from a list by its index
- linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Insert an element before or after another element in a list
- linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Insert an element before or after another element in a list
- linsert(String, InsertOptions, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Insert an element before or after another element in a list
- linsertObservable(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Insert an element before or after another element in a list
- linsertObservable(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Insert an element before or after another element in a list
- llen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the length of a list
- llen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the length of a list
- llen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of a list
- llen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of a list
- llenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of a list
- llenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of a list
- lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and get the first element in a list
- lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove and get the first element in a list
- lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in a list
- lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in a list
- lpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in a list
- lpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in a list
- lpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Prepend one value to a list
- lpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Prepend one value to a list
- lpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend one value to a list
- lpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend one value to a list
- lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Prepend one or multiple values to a list
- lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Prepend one or multiple values to a list
- lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend one or multiple values to a list
- lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend one or multiple values to a list
- lpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend one or multiple values to a list
- lpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend one or multiple values to a list
- lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend one value to a list
- lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend one value to a list
- lpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Prepend a value to a list, only if the list exists
- lpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Prepend a value to a list, only if the list exists
- lpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend a value to a list, only if the list exists
- lpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend a value to a list, only if the list exists
- lpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Prepend a value to a list, only if the list exists
- lpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Prepend a value to a list, only if the list exists
- lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get a range of elements from a list
- lrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get a range of elements from a list
- lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a range of elements from a list
- lrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get a range of elements from a list
- lrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a range of elements from a list
- lrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get a range of elements from a list
- lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove elements from a list
- lrem(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove elements from a list
- lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove elements from a list
- lrem(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove elements from a list
- lremObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove elements from a list
- lremObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove elements from a list
- lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Set the value of an element in a list by its index
- lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of an element in a list by its index
- lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of an element in a list by its index
- lsetObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of an element in a list by its index
- lsetObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of an element in a list by its index
- ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Trim a list to the specified range
- ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Trim a list to the specified range
- ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Trim a list to the specified range
- ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Trim a list to the specified range
- ltrimObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Trim a list to the specified range
- ltrimObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Trim a list to the specified range
- persist(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove the expiration from a key
- persist(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove the expiration from a key
- persist(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the expiration from a key
- persist(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove the expiration from a key
- persistObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the expiration from a key
- persistObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove the expiration from a key
- pexpire(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpire(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set a key's time to live in milliseconds
- pexpire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpire(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set a key's time to live in milliseconds
- pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set a key's time to live in milliseconds
- pfadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Adds the specified element to the specified HyperLogLog.
- pfadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Adds the specified element to the specified HyperLogLog.
- pfadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified element to the specified HyperLogLog.
- pfadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Adds the specified element to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Adds the specified elements to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Adds the specified elements to the specified HyperLogLog.
- pfaddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfaddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Adds the specified elements to the specified HyperLogLog.
- pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified element to the specified HyperLogLog.
- pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Adds the specified element to the specified HyperLogLog.
- pfcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Merge N different HyperLogLogs into a single one.
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Merge N different HyperLogLogs into a single one.
- pfmergeObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- pfmergeObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Merge N different HyperLogLogs into a single one.
- ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Ping the server
- ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Ping the server
- ping(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Ping the server
- ping(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Ping the server
- pingObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Ping the server
- pingObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Ping the server
- psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psetex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the value and expiration in milliseconds of a key
- psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psetex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value and expiration in milliseconds of a key
- psetexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psetexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value and expiration in milliseconds of a key
- psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to channels matching the given pattern
- psubscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Listen for messages published to channels matching the given pattern
- psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given pattern
- psubscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to channels matching the given pattern
- psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Listen for messages published to channels matching the given patterns
- psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to channels matching the given patterns
- psubscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- psubscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to channels matching the given patterns
- psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given pattern
- psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to channels matching the given pattern
- pttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the time to live for a key in milliseconds
- pttl(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the time to live for a key in milliseconds
- pttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the time to live for a key in milliseconds
- pttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the time to live for a key in milliseconds
- pttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the time to live for a key in milliseconds
- pttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the time to live for a key in milliseconds
- publish(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Post a message to a channel
- publish(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Post a message to a channel
- publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Post a message to a channel
- publish(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Post a message to a channel
- publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Post a message to a channel
- publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Post a message to a channel
- pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Lists the currently active channels - only those matching the pattern
- pubsubChannels(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Lists the currently active channels - only those matching the pattern
- pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Lists the currently active channels - only those matching the pattern
- pubsubChannels(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Lists the currently active channels - only those matching the pattern
- pubsubChannelsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Lists the currently active channels - only those matching the pattern
- pubsubChannelsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Lists the currently active channels - only those matching the pattern
- pubsubNumpat(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumpat(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumpat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumpatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumpatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pubsubNumsub(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pubsubNumsubObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pubsubNumsubObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Stop listening for messages posted to channels matching the given patterns
- randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Return a random key from the keyspace
- randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Return a random key from the keyspace
- randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a random key from the keyspace
- randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a random key from the keyspace
- randomkeyObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a random key from the keyspace
- randomkeyObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a random key from the keyspace
- RangeLimitOptions - Class in io.vertx.redis.op
-
- RangeLimitOptions() - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeLimitOptions(RangeLimitOptions) - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeLimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeOptions - Enum in io.vertx.redis.op
-
- RedisClient - Interface in io.vertx.redis
-
- RedisClient - Class in io.vertx.rxjava.redis
-
- RedisClient(RedisClient) - Constructor for class io.vertx.rxjava.redis.RedisClient
-
- RedisOptions - Class in io.vertx.redis
-
This object controls the connection setting to the Redis Server.
- RedisOptions() - Constructor for class io.vertx.redis.RedisOptions
-
- RedisOptions(JsonObject) - Constructor for class io.vertx.redis.RedisOptions
-
- RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.RedisOptions
-
- RedisTransaction - Interface in io.vertx.redis
-
This Interface represents a TX
- RedisTransaction - Class in io.vertx.rxjava.redis
-
This Interface represents a TX
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- RedisTransaction(RedisTransaction) - Constructor for class io.vertx.rxjava.redis.RedisTransaction
-
- rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Rename a key
- rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Rename a key
- rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key
- rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rename a key
- renamenx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Rename a key, only if the new key does not exist
- renamenx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Rename a key, only if the new key does not exist
- renamenx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key, only if the new key does not exist
- renamenx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rename a key, only if the new key does not exist
- renamenxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key, only if the new key does not exist
- renamenxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rename a key, only if the new key does not exist
- renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key
- renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rename a key
- ResetOptions - Enum in io.vertx.redis.op
-
- restore(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restoreObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restoreObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Create a key using the provided serialized value, previously obtained using DUMP.
- role(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Return the role of the instance in the context of replication
- role(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Return the role of the instance in the context of replication
- role(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the role of the instance in the context of replication
- role(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the role of the instance in the context of replication
- roleObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the role of the instance in the context of replication
- roleObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the role of the instance in the context of replication
- rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and get the last element in a list
- rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove and get the last element in a list
- rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list
- rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in a list
- rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove the last element in a list, append it to another list and return it
- rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove the last element in a list, append it to another list and return it
- rpoplpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpoplpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove the last element in a list, append it to another list and return it
- rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list
- rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in a list
- rpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append one or multiple values to a list
- rpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Append one or multiple values to a list
- rpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append one or multiple values to a list
- rpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append one or multiple values to a list
- rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append one or multiple values to a list
- rpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append a value to a list, only if the list exists
- rpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Append a value to a list, only if the list exists
- rpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append a value to a list, only if the list exists
- rpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append a value to a list, only if the list exists
- rpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append a value to a list, only if the list exists
- rpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append a value to a list, only if the list exists
- sadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Add a member to a set
- sadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Add a member to a set
- sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add a member to a set
- sadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add a member to a set
- saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Add one or more members to a set
- saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Add one or more members to a set
- saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more members to a set
- saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more members to a set
- saddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more members to a set
- saddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more members to a set
- saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add a member to a set
- saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add a member to a set
- save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Synchronously save the dataset to disk
- save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Synchronously save the dataset to disk
- save(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Synchronously save the dataset to disk
- save(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Synchronously save the dataset to disk
- saveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Synchronously save the dataset to disk
- saveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Synchronously save the dataset to disk
- scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate the keys space
- scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Incrementally iterate the keys space
- scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate the keys space
- scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate the keys space
- scanObservable(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate the keys space
- scanObservable(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate the keys space
- ScanOptions - Class in io.vertx.redis.op
-
- ScanOptions() - Constructor for class io.vertx.redis.op.ScanOptions
-
- ScanOptions(ScanOptions) - Constructor for class io.vertx.redis.op.ScanOptions
-
- ScanOptions(JsonObject) - Constructor for class io.vertx.redis.op.ScanOptions
-
- scard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the number of members in a set
- scard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the number of members in a set
- scard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of members in a set
- scard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of members in a set
- scardObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of members in a set
- scardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of members in a set
- scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Check existence of script in the script cache.
- scriptExists(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Check existence of script in the script cache.
- scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of script in the script cache.
- scriptExists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Check existence of script in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Check existence of scripts in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Check existence of scripts in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of scripts in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Check existence of scripts in the script cache.
- scriptExistsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of scripts in the script cache.
- scriptExistsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Check existence of scripts in the script cache.
- scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of script in the script cache.
- scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Check existence of script in the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove all the scripts from the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove all the scripts from the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all the scripts from the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all the scripts from the script cache.
- scriptFlushObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all the scripts from the script cache.
- scriptFlushObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all the scripts from the script cache.
- scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Kill the script currently in execution.
- scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Kill the script currently in execution.
- scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the script currently in execution.
- scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Kill the script currently in execution.
- scriptKillObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the script currently in execution.
- scriptKillObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Kill the script currently in execution.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Load the specified Lua script into the script cache.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Load the specified Lua script into the script cache.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Load the specified Lua script into the script cache.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Load the specified Lua script into the script cache.
- scriptLoadObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Load the specified Lua script into the script cache.
- scriptLoadObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Load the specified Lua script into the script cache.
- sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Subtract multiple sets
- sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Subtract multiple sets
- sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets
- sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Subtract multiple sets
- sdiffObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets
- sdiffObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Subtract multiple sets
- sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Subtract multiple sets and store the resulting set in a key
- sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- sdiffstore(String, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Subtract multiple sets and store the resulting set in a key
- sdiffstoreObservable(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- sdiffstoreObservable(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Subtract multiple sets and store the resulting set in a key
- select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Change the selected database for the current connection
- select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Change the selected database for the current connection
- select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Change the selected database for the current connection
- select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Change the selected database for the current connection
- selectObservable(int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Change the selected database for the current connection
- selectObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Change the selected database for the current connection
- set(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a key
- set(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the string value of a key
- set(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- set(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- setAddr(String) - Method in class io.vertx.redis.op.KillFilter
-
Set ADDR filter
- setAddress(String) - Method in class io.vertx.redis.RedisOptions
-
Set the eventbus address prefix for `PUB/SUB`.
- setAuth(String) - Method in class io.vertx.redis.RedisOptions
-
Set the password for authentication at connection time.
- setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the binary string value of a key - without encoding as utf-8
- setBinary(boolean) - Method in class io.vertx.redis.RedisOptions
-
Set the user defined character encoding, e.g.: `iso-8859-1`.
- setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the binary string value of a key - without encoding as utf-8
- setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the binary string value of a key - without encoding as utf-8
- setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the binary string value of a key - without encoding as utf-8
- setBinaryObservable(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the binary string value of a key - without encoding as utf-8
- setBinaryObservable(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
Set the string value of a key
- setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the string value of a key
- setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- setBinaryWithOptionsObservable(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setBinaryWithOptionsObservable(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Sets or clears the bit at offset in the string value stored at key
- setbitObservable(String, long, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setbitObservable(String, long, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Sets or clears the bit at offset in the string value stored at key
- setBy(String) - Method in class io.vertx.redis.op.SortOptions
-
- setCount(Long) - Method in class io.vertx.redis.op.GeoRadiusOptions
-
Set the radius options limit the result count.
- setCount(int) - Method in class io.vertx.redis.op.ScanOptions
-
- setEncoding(String) - Method in class io.vertx.redis.RedisOptions
-
Set the user defined character encoding, e.g.: `iso-8859-1`.
- setEX(long) - Method in class io.vertx.redis.op.SetOptions
-
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value and expiration of a key
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the value and expiration of a key
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration of a key
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value and expiration of a key
- setexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration of a key
- setexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value and expiration of a key
- setHost(String) - Method in class io.vertx.redis.RedisOptions
-
Set the host name where the Redis server is listening.
- setId(String) - Method in class io.vertx.redis.op.KillFilter
-
Set ID filter
- setLatitude(Double) - Method in class io.vertx.redis.op.GeoMember
-
Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
- setLimit(long, long) - Method in class io.vertx.redis.op.LimitOptions
-
- setLimit(long, long) - Method in class io.vertx.redis.op.SortOptions
-
- setLongitude(Double) - Method in class io.vertx.redis.op.GeoMember
-
Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
- setMatch(String) - Method in class io.vertx.redis.op.ScanOptions
-
- setMember(String) - Method in class io.vertx.redis.op.GeoMember
-
Set the member name.
- setNX(boolean) - Method in class io.vertx.redis.op.SetOptions
-
- setnx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Set the value of a key, only if the key does not exist
- setnx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- setnx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of a key, only if the key does not exist
- setnxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- setnxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the value of a key, only if the key does not exist
- setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- SetOptions - Class in io.vertx.redis.op
-
- SetOptions() - Constructor for class io.vertx.redis.op.SetOptions
-
- SetOptions(SetOptions) - Constructor for class io.vertx.redis.op.SetOptions
-
- SetOptions(JsonObject) - Constructor for class io.vertx.redis.op.SetOptions
-
- setPort(int) - Method in class io.vertx.redis.RedisOptions
-
Set the tcp port where the Redis server is listening.
- setPX(long) - Method in class io.vertx.redis.op.SetOptions
-
- setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Overwrite part of a string at key starting at the specified offset
- setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- setrange(String, int, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Overwrite part of a string at key starting at the specified offset
- setrangeObservable(String, int, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- setrangeObservable(String, int, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Overwrite part of a string at key starting at the specified offset
- setSelect(Integer) - Method in class io.vertx.redis.RedisOptions
-
Set the database to select at connection time.
- setSkipme(boolean) - Method in class io.vertx.redis.op.KillFilter
-
Set SKIPME filter
- setStore(String) - Method in class io.vertx.redis.op.SortOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.redis.RedisOptions
-
Set the TCP KeepAlive option
- setTcpNoDelay(boolean) - Method in class io.vertx.redis.RedisOptions
-
Set the TCP NoDelay at the socket level.
- setType(KillFilter.Type) - Method in class io.vertx.redis.op.KillFilter
-
Set TYPE filter
- setWithCoord(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
-
Set the radius options to be coordinate based.
- setWithDist(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
-
Set the radius options to be distance based.
- setWithHash(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
-
Set the radius options to be hash based.
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a key
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Set the string value of a key
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- setWithOptionsObservable(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setWithOptionsObservable(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key
- setXX(boolean) - Method in class io.vertx.redis.op.SetOptions
-
- ShutdownOptions - Enum in io.vertx.redis.op
-
- sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Intersect multiple sets
- sinter(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Intersect multiple sets
- sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets
- sinter(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sets
- sinterObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets
- sinterObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sets
- sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Intersect multiple sets and store the resulting set in a key
- sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sinterstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sets and store the resulting set in a key
- sinterstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sinterstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sets and store the resulting set in a key
- sismember(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Determine if a given value is a member of a set
- sismember(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Determine if a given value is a member of a set
- sismember(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a given value is a member of a set
- sismember(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine if a given value is a member of a set
- sismemberObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a given value is a member of a set
- sismemberObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine if a given value is a member of a set
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Make the server a slave of another instance
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Make the server a slave of another instance
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make the server a slave of another instance
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Make the server a slave of another instance
- slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Make this server a master
- slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Make this server a master
- slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make this server a master
- slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Make this server a master
- slaveofNooneObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Make this server a master
- slaveofNooneObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Make this server a master
- slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make the server a slave of another instance
- slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Make the server a slave of another instance
- SlotCmd - Enum in io.vertx.redis.op
-
- slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Read the Redis slow queries log
- slowlogGet(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Read the Redis slow queries log
- slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Read the Redis slow queries log
- slowlogGet(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Read the Redis slow queries log
- slowlogGetObservable(int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Read the Redis slow queries log
- slowlogGetObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Read the Redis slow queries log
- slowlogLen(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the length of the Redis slow queries log
- slowlogLen(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the length of the Redis slow queries log
- slowlogLen(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the Redis slow queries log
- slowlogLen(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of the Redis slow queries log
- slowlogLenObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the Redis slow queries log
- slowlogLenObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of the Redis slow queries log
- slowlogReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Reset the Redis slow queries log
- slowlogReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Reset the Redis slow queries log
- slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the Redis slow queries log
- slowlogReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset the Redis slow queries log
- slowlogResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the Redis slow queries log
- slowlogResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset the Redis slow queries log
- smembers(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the members in a set
- smembers(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get all the members in a set
- smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the members in a set
- smembers(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the members in a set
- smembersObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the members in a set
- smembersObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get all the members in a set
- smove(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Move a member from one set to another
- smove(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Move a member from one set to another
- smove(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Move a member from one set to another
- smove(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Move a member from one set to another
- smoveObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Move a member from one set to another
- smoveObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Move a member from one set to another
- sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Sort the elements in a list, set or sorted set
- sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Sort the elements in a list, set or sorted set
- sortObservable(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- sortObservable(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Sort the elements in a list, set or sorted set
- SortOptions - Class in io.vertx.redis.op
-
- SortOptions() - Constructor for class io.vertx.redis.op.SortOptions
-
- SortOptions(SortOptions) - Constructor for class io.vertx.redis.op.SortOptions
-
- SortOptions(JsonObject) - Constructor for class io.vertx.redis.op.SortOptions
-
- spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and return a random member from a set
- spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove and return a random member from a set
- spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return a random member from a set
- spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and return a random member from a set
- spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and return random members from a set
- spopMany(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove and return random members from a set
- spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return random members from a set
- spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and return random members from a set
- spopManyObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return random members from a set
- spopManyObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and return random members from a set
- spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return a random member from a set
- spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and return a random member from a set
- srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get one or multiple random members from a set
- srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get one or multiple random members from a set
- srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get one or multiple random members from a set
- srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get one or multiple random members from a set
- srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get one or multiple random members from a set
- srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get one or multiple random members from a set
- srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get one or multiple random members from a set
- srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get one or multiple random members from a set
- srandmemberCountObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get one or multiple random members from a set
- srandmemberCountObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get one or multiple random members from a set
- srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get one or multiple random members from a set
- srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get one or multiple random members from a set
- srem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one member from a set
- srem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove one member from a set
- srem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one member from a set
- srem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one member from a set
- sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one or more members from a set
- sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove one or more members from a set
- sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one or more members from a set
- sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one or more members from a set
- sremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one or more members from a set
- sremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one or more members from a set
- sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one member from a set
- sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one member from a set
- sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate Set elements
- sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Incrementally iterate Set elements
- sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate Set elements
- sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate Set elements
- sscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate Set elements
- sscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate Set elements
- strlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the length of the value stored in a key
- strlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the length of the value stored in a key
- strlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the value stored in a key
- strlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of the value stored in a key
- strlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the value stored in a key
- strlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the length of the value stored in a key
- subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to the given channels
- subscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Listen for messages published to the given channels
- subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to the given channels
- subscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to the given channels
- subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to the given channels
- subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Listen for messages published to the given channels
- subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to the given channels
- subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to the given channels
- subscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to the given channels
- subscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to the given channels
- subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to the given channels
- subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Listen for messages published to the given channels
- sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Add multiple sets
- sunion(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Add multiple sets
- sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets
- sunion(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sets
- sunionObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets
- sunionObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sets
- sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Add multiple sets and store the resulting set in a key
- sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- sunionstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sets and store the resulting set in a key
- sunionstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- sunionstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sets and store the resulting set in a key
- sync(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Internal command used for replication
- sync(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Internal command used for replication
- sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Internal command used for replication
- sync(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Internal command used for replication
- syncObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Internal command used for replication
- syncObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Internal command used for replication
- zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Add one or more members to a sorted set, or update its score if it already exists
- zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
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 class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more members to a sorted set, or update its score if it already exists
- zaddManyObservable(String, Map<String, Double>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more members to a sorted set, or update its score if it already exists
- zaddManyObservable(String, Map<String, Double>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more members to a sorted set, or update its score if it already exists
- zaddObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more members to a sorted set, or update its score if it already exists
- zaddObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more members to a sorted set, or update its score if it already exists
- zcard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the number of members in a sorted set
- zcard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Get the number of members in a sorted set
- zcard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of members in a sorted set
- zcard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of members in a sorted set
- zcardObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of members in a sorted set
- zcardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the number of members in a sorted set
- zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Count the members in a sorted set with scores within the given values
- zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count the members in a sorted set with scores within the given values
- zcount(String, double, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count the members in a sorted set with scores within the given values
- zcountObservable(String, double, double) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count the members in a sorted set with scores within the given values
- zcountObservable(String, double, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count the members in a sorted set with scores within the given values
- zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the score of a member in a sorted set
- zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Increment the score of a member in a sorted set
- zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the score of a member in a sorted set
- zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the score of a member in a sorted set
- zincrbyObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the score of a member in a sorted set
- zincrbyObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Increment the score of a member in a sorted set
- zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zinterstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zinterstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
- zinterstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
- zinterstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
- zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Count the number of members in a sorted set between a given lexicographical range
- zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count the number of members in a sorted set between a given lexicographical range
- zlexcount(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count the number of members in a sorted set between a given lexicographical range
- zlexcountObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count the number of members in a sorted set between a given lexicographical range
- zlexcountObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count the number of members in a sorted set between a given lexicographical range
- zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return a range of members in a sorted set, by index
- zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index
- zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return a range of members in a sorted set, by lexicographical range
- zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by lexicographical range
- zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by lexicographical range
- zrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by lexicographical range
- zrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by lexicographical range
- zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return a range of members in a sorted set, by score
- zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by score
- zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score
- zrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by score
- zrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score
- zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index
- zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Return a range of members in a sorted set, by index
- zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index
- zrangeWithOptionsObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrangeWithOptionsObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index
- zrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Determine the index of a member in a sorted set
- zrank(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Determine the index of a member in a sorted set
- zrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine the index of a member in a sorted set
- zrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine the index of a member in a sorted set
- zrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine the index of a member in a sorted set
- zrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine the index of a member in a sorted set
- zrem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one member from a sorted set
- zrem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove one member from a sorted set
- zrem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one member from a sorted set
- zrem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one member from a sorted set
- zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one or more members from a sorted set
- zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Remove one or more members from a sorted set
- zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one or more members from a sorted set
- zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one or more members from a sorted set
- zremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one or more members from a sorted set
- zremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one or more members from a sorted set
- zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one member from a sorted set
- zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove one member from a sorted set
- zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebylex(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebylexObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebylexObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove all members in a sorted set within the given indexes
- zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set within the given indexes
- zremrangebyrank(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set within the given indexes
- zremrangebyrankObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set within the given indexes
- zremrangebyrankObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set within the given indexes
- zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Remove all members in a sorted set within the given scores
- zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set within the given scores
- zremrangebyscore(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set within the given scores
- zremrangebyscoreObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all members in a sorted set within the given scores
- zremrangebyscoreObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove all members in a sorted set within the given scores
- zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index, with scores ordered from high to low
- zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
- zrevrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
- zrevrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
- zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score, with scores ordered from high to low
- zrevrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by score, with scores ordered from high to low
- zrevrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by score, with scores ordered from high to low
- zrevrangeObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a range of members in a sorted set, by index, with scores ordered from high to low
- zrevrangeObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a range of members in a sorted set, by index, with scores ordered from high to low
- zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zrevrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zrevrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate sorted sets elements and associated scores
- zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Incrementally iterate sorted sets elements and associated scores
- zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate sorted sets elements and associated scores
- zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate sorted sets elements and associated scores
- zscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate sorted sets elements and associated scores
- zscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Incrementally iterate sorted sets elements and associated scores
- zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Get the score associated with the given member in a sorted set
- zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the score associated with the given member in a sorted set
- zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the score associated with the given member in a sorted set
- zscoreObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the score associated with the given member in a sorted set
- zscoreObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the score associated with the given member in a sorted set
- zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
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
-
Add multiple sorted sets and store the resulting sorted set in a new key
- zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sorted sets and store the resulting sorted set in a new key
- zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sorted sets and store the resulting sorted set in a new key
- zunionstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sorted sets and store the resulting sorted set in a new key
- zunionstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
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
-
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
-
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
- zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
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 class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
- zunionstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
- zunionstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add multiple sorted sets using weights, and store the resulting sorted set in a new key