Index

A B C D E F G H I J K L M N O P Q R S T U W X Z _ 
All Classes and Interfaces|All Packages

A

acl(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for Access List Control commands.
ACL - Static variable in class io.vertx.mutiny.redis.client.Command
A container for Access List Control commands.
aclAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of acl(List).
aclAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of acl(List) that ignores the result of the operation.
api(Redis) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
 
append(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Append a value to a key.
APPEND - Static variable in class io.vertx.mutiny.redis.client.Command
Append a value to a key.
appendAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of append(String,String).
appendAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of append(String,String) that ignores the result of the operation.
arg(boolean) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(byte) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(byte[]) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(double) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(float) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(int) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(long) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(short) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(JsonArray) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(JsonObject) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(Buffer) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(String) - Method in class io.vertx.mutiny.redis.client.Request
 
arg(String, String) - Method in class io.vertx.mutiny.redis.client.Request
 
asking() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Sent by cluster clients after an -ASK redirect.
ASKING - Static variable in class io.vertx.mutiny.redis.client.Command
Sent by cluster clients after an -ASK redirect.
askingAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of asking().
askingAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of asking() that ignores the result of the operation.
attributes() - Method in class io.vertx.mutiny.redis.client.Response
 
auth(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Authenticate to the server.
AUTH - Static variable in class io.vertx.mutiny.redis.client.Command
Authenticate to the server.
authAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of auth(List).
authAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of auth(List) that ignores the result of the operation.

B

batch(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batchAndAwait(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
Blocking variant of Redis.batch(List).
batchAndAwait(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
Blocking variant of RedisConnection.batch(List).
batchAndForget(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
Variant of Redis.batch(List) that ignores the result of the operation.
batchAndForget(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
Variant of RedisConnection.batch(List) that ignores the result of the operation.
BF_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_CARD - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_INSERT - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_LOADCHUNK - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_MADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_MEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
 
BF_SCANDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
 
bfAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.ADD.
bfAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfAdd(List).
bfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfAdd(List) that ignores the result of the operation.
bfCard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.CARD.
bfCardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfCard(List).
bfCardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfCard(List) that ignores the result of the operation.
bfDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.DEBUG.
bfDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfDebug(List).
bfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfDebug(List) that ignores the result of the operation.
bfExists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.EXISTS.
bfExistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfExists(List).
bfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfExists(List) that ignores the result of the operation.
bfInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.INFO.
bfInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfInfo(List).
bfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfInfo(List) that ignores the result of the operation.
bfInsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.INSERT.
bfInsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfInsert(List).
bfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfInsert(List) that ignores the result of the operation.
bfLoadchunk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.LOADCHUNK.
bfLoadchunkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfLoadchunk(List).
bfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfLoadchunk(List) that ignores the result of the operation.
bfMadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.MADD.
bfMaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfMadd(List).
bfMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfMadd(List) that ignores the result of the operation.
bfMexists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.MEXISTS.
bfMexistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfMexists(List).
bfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfMexists(List) that ignores the result of the operation.
bfReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.RESERVE.
bfReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfReserve(List).
bfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfReserve(List) that ignores the result of the operation.
bfScandump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command BF.SCANDUMP.
bfScandumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bfScandump(List).
bfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bfScandump(List) that ignores the result of the operation.
bgrewriteaof() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Asynchronously rewrite the append-only file.
BGREWRITEAOF - Static variable in class io.vertx.mutiny.redis.client.Command
Asynchronously rewrite the append-only file.
bgrewriteaofAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bgrewriteaof().
bgrewriteaofAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bgrewriteaof() that ignores the result of the operation.
bgsave(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Asynchronously save the dataset to disk.
BGSAVE - Static variable in class io.vertx.mutiny.redis.client.Command
Asynchronously save the dataset to disk.
bgsaveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bgsave(List).
bgsaveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bgsave(List) that ignores the result of the operation.
bitcount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Count set bits in a string.
BITCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
Count set bits in a string.
bitcountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bitcount(List).
bitcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bitcount(List) that ignores the result of the operation.
bitfield(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Perform arbitrary bitfield integer operations on strings.
BITFIELD - Static variable in class io.vertx.mutiny.redis.client.Command
Perform arbitrary bitfield integer operations on strings.
BITFIELD_RO - Static variable in class io.vertx.mutiny.redis.client.Command
Perform arbitrary bitfield integer operations on strings.
bitfieldAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bitfield(List).
bitfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bitfield(List) that ignores the result of the operation.
bitfieldRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Perform arbitrary bitfield integer operations on strings.
bitfieldRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bitfieldRo(List).
bitfieldRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bitfieldRo(List) that ignores the result of the operation.
bitop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Perform bitwise operations between strings.
BITOP - Static variable in class io.vertx.mutiny.redis.client.Command
Perform bitwise operations between strings.
bitopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bitop(List).
bitopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bitop(List) that ignores the result of the operation.
bitpos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Find first bit set or clear in a string.
BITPOS - Static variable in class io.vertx.mutiny.redis.client.Command
Find first bit set or clear in a string.
bitposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bitpos(List).
bitposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bitpos(List) that ignores the result of the operation.
blmove(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it; or block until one is available.
BLMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
Pop an element from a list, push it to another list and return it; or block until one is available.
blmoveAndAwait(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
blmoveAndForget(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of blmove(String,String,String,String,String) that ignores the result of the operation.
blmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Pop elements from a list, or block until one is available.
BLMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Pop elements from a list, or block until one is available.
blmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of blmpop(List).
blmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of blmpop(List) that ignores the result of the operation.
blpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and get the first element in a list, or block until one is available.
BLPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and get the first element in a list, or block until one is available.
blpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of blpop(List).
blpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of blpop(List) that ignores the result of the operation.
brpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and get the last element in a list, or block until one is available.
BRPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and get the last element in a list, or block until one is available.
brpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of brpop(List).
brpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of brpop(List) that ignores the result of the operation.
brpoplpush(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it; or block until one is available.
BRPOPLPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
Pop an element from a list, push it to another list and return it; or block until one is available.
brpoplpushAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
brpoplpushAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of brpoplpush(String,String,String) that ignores the result of the operation.
bzmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return members with scores in a sorted set or block until one is available.
BZMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return members with scores in a sorted set or block until one is available.
bzmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bzmpop(List).
bzmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bzmpop(List) that ignores the result of the operation.
bzpopmax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
BZPOPMAX - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
bzpopmaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bzpopmax(List).
bzpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bzpopmax(List) that ignores the result of the operation.
bzpopmin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
BZPOPMIN - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
bzpopminAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of bzpopmin(List).
bzpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of bzpopmin(List) that ignores the result of the operation.

C

CF_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_ADDNX - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_COMPACT - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_COUNT - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_INSERT - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_INSERTNX - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_LOADCHUNK - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_MEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
 
CF_SCANDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
 
cfAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.ADD.
cfAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfAdd(List).
cfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfAdd(List) that ignores the result of the operation.
cfAddnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.ADDNX.
cfAddnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfAddnx(List).
cfAddnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfAddnx(List) that ignores the result of the operation.
cfCompact(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.COMPACT.
cfCompactAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfCompact(List).
cfCompactAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfCompact(List) that ignores the result of the operation.
cfCount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.COUNT.
cfCountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfCount(List).
cfCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfCount(List) that ignores the result of the operation.
cfDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.DEBUG.
cfDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfDebug(List).
cfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfDebug(List) that ignores the result of the operation.
cfDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.DEL.
cfDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfDel(List).
cfDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfDel(List) that ignores the result of the operation.
cfExists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.EXISTS.
cfExistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfExists(List).
cfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfExists(List) that ignores the result of the operation.
cfInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.INFO.
cfInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfInfo(List).
cfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfInfo(List) that ignores the result of the operation.
cfInsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.INSERT.
cfInsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfInsert(List).
cfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfInsert(List) that ignores the result of the operation.
cfInsertnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.INSERTNX.
cfInsertnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfInsertnx(List).
cfInsertnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfInsertnx(List) that ignores the result of the operation.
cfLoadchunk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.LOADCHUNK.
cfLoadchunkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfLoadchunk(List).
cfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfLoadchunk(List) that ignores the result of the operation.
cfMexists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.MEXISTS.
cfMexistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfMexists(List).
cfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfMexists(List) that ignores the result of the operation.
cfReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.RESERVE.
cfReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfReserve(List).
cfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfReserve(List) that ignores the result of the operation.
cfScandump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CF.SCANDUMP.
cfScandumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cfScandump(List).
cfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cfScandump(List) that ignores the result of the operation.
client(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for client connection commands.
CLIENT - Static variable in class io.vertx.mutiny.redis.client.Command
A container for client connection commands.
clientAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of client(List).
clientAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of client(List) that ignores the result of the operation.
close() - Method in class io.vertx.mutiny.redis.client.Redis
 
close() - Method in class io.vertx.mutiny.redis.client.RedisAPI
 
close() - Method in class io.vertx.mutiny.redis.client.RedisConnection
Closes the connection or returns to the pool.
closeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisConnection
Blocking variant of RedisConnection.close().
closeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisConnection
Variant of RedisConnection.close() that ignores the result of the operation.
cluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for cluster commands.
CLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
A container for cluster commands.
clusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cluster(List).
clusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cluster(List) that ignores the result of the operation.
cmd(Command) - Static method in class io.vertx.mutiny.redis.client.Request
 
cmd(Command, Object[]) - Static method in class io.vertx.mutiny.redis.client.Request
 
CMS_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
CMS_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
CMS_INITBYDIM - Static variable in class io.vertx.mutiny.redis.client.Command
 
CMS_INITBYPROB - Static variable in class io.vertx.mutiny.redis.client.Command
 
CMS_MERGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
CMS_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
 
cmsIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.INCRBY.
cmsIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsIncrby(List).
cmsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsIncrby(List) that ignores the result of the operation.
cmsInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.INFO.
cmsInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsInfo(List).
cmsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsInfo(List) that ignores the result of the operation.
cmsInitbydim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.INITBYDIM.
cmsInitbydimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsInitbydim(List).
cmsInitbydimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsInitbydim(List) that ignores the result of the operation.
cmsInitbyprob(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.INITBYPROB.
cmsInitbyprobAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsInitbyprob(List).
cmsInitbyprobAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsInitbyprob(List) that ignores the result of the operation.
cmsMerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.MERGE.
cmsMergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsMerge(List).
cmsMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsMerge(List) that ignores the result of the operation.
cmsQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command CMS.QUERY.
cmsQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of cmsQuery(List).
cmsQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of cmsQuery(List) that ignores the result of the operation.
command() - Method in class io.vertx.mutiny.redis.client.Request
 
command(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get array of Redis command details.
Command - Class in io.vertx.mutiny.redis.client
Auto generated API Commands to interact with REDIS.
Command(Command) - Constructor for class io.vertx.mutiny.redis.client.Command
 
Command(Object) - Constructor for class io.vertx.mutiny.redis.client.Command
 
COMMAND - Static variable in class io.vertx.mutiny.redis.client.Command
Get array of Redis command details.
commandAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of command(List).
commandAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of command(List) that ignores the result of the operation.
config(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for server configuration commands.
CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
A container for server configuration commands.
configAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of config(List).
configAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of config(List) that ignores the result of the operation.
connect() - Method in class io.vertx.mutiny.redis.client.Redis
Connects to the redis server.
connectAndAwait() - Method in class io.vertx.mutiny.redis.client.Redis
Blocking variant of Redis.connect().
connectAndForget() - Method in class io.vertx.mutiny.redis.client.Redis
Variant of Redis.connect() that ignores the result of the operation.
containsKey(String) - Method in class io.vertx.mutiny.redis.client.Response
 
copy(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Copy a key.
COPY - Static variable in class io.vertx.mutiny.redis.client.Command
Copy a key.
copyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of copy(List).
copyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of copy(List) that ignores the result of the operation.
create(String) - Static method in class io.vertx.mutiny.redis.client.Command
 
createClient(Vertx) - Static method in class io.vertx.mutiny.redis.client.Redis
 
createClient(Vertx, RedisOptions) - Static method in class io.vertx.mutiny.redis.client.Redis
 
createClient(Vertx, String) - Static method in class io.vertx.mutiny.redis.client.Redis
 

D

dbsize() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the number of keys in the selected database.
DBSIZE - Static variable in class io.vertx.mutiny.redis.client.Command
Return the number of keys in the selected database.
dbsizeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of dbsize().
dbsizeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of dbsize() that ignores the result of the operation.
debug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for debugging commands.
DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
A container for debugging commands.
debugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of debug(List).
debugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of debug(List) that ignores the result of the operation.
decr(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Decrement the integer value of a key by one.
DECR - Static variable in class io.vertx.mutiny.redis.client.Command
Decrement the integer value of a key by one.
decrAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of decr(String).
decrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of decr(String) that ignores the result of the operation.
decrby(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Decrement the integer value of a key by the given number.
DECRBY - Static variable in class io.vertx.mutiny.redis.client.Command
Decrement the integer value of a key by the given number.
decrbyAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of decrby(String,String).
decrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of decrby(String,String) that ignores the result of the operation.
del(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Delete a key.
DEL - Static variable in class io.vertx.mutiny.redis.client.Command
Delete a key.
delAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of del(List).
delAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of del(List) that ignores the result of the operation.
discard() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Discard all commands issued after MULTI.
DISCARD - Static variable in class io.vertx.mutiny.redis.client.Command
Discard all commands issued after MULTI.
discardAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of discard().
discardAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of discard() that ignores the result of the operation.
dump(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a serialized version of the value stored at the specified key.
DUMP - Static variable in class io.vertx.mutiny.redis.client.Command
Return a serialized version of the value stored at the specified key.
dumpAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of dump(String).
dumpAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of dump(String) that ignores the result of the operation.

E

echo(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Echo the given string.
ECHO - Static variable in class io.vertx.mutiny.redis.client.Command
Echo the given string.
echoAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of echo(String).
echoAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of echo(String) that ignores the result of the operation.
endHandler(Runnable) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.Command
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.Redis
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.RedisAPI
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.Request
 
equals(Object) - Method in class io.vertx.mutiny.redis.client.Response
 
eval(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Execute a Lua script server side.
EVAL - Static variable in class io.vertx.mutiny.redis.client.Command
Execute a Lua script server side.
EVAL_RO - Static variable in class io.vertx.mutiny.redis.client.Command
Execute a read-only Lua script server side.
evalAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of eval(List).
evalAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of eval(List) that ignores the result of the operation.
evalRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Execute a read-only Lua script server side.
evalRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of evalRo(List).
evalRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of evalRo(List) that ignores the result of the operation.
evalsha(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Execute a Lua script server side.
EVALSHA - Static variable in class io.vertx.mutiny.redis.client.Command
Execute a Lua script server side.
EVALSHA_RO - Static variable in class io.vertx.mutiny.redis.client.Command
Execute a read-only Lua script server side.
evalshaAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of evalsha(List).
evalshaAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of evalsha(List) that ignores the result of the operation.
evalshaRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Execute a read-only Lua script server side.
evalshaRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of evalshaRo(List).
evalshaRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of evalshaRo(List) that ignores the result of the operation.
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
exec() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Execute all commands issued after MULTI.
EXEC - Static variable in class io.vertx.mutiny.redis.client.Command
Execute all commands issued after MULTI.
execAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of exec().
execAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of exec() that ignores the result of the operation.
exists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine if a key exists.
EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
Determine if a key exists.
existsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of exists(List).
existsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of exists(List) that ignores the result of the operation.
expire(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set a key's time to live in seconds.
EXPIRE - Static variable in class io.vertx.mutiny.redis.client.Command
Set a key's time to live in seconds.
expireAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of expire(List).
expireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of expire(List) that ignores the result of the operation.
expireat(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the expiration for a key as a UNIX timestamp.
EXPIREAT - Static variable in class io.vertx.mutiny.redis.client.Command
Set the expiration for a key as a UNIX timestamp.
expireatAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of expireat(List).
expireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of expireat(List) that ignores the result of the operation.
expiretime(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the expiration Unix timestamp for a key.
EXPIRETIME - Static variable in class io.vertx.mutiny.redis.client.Command
Get the expiration Unix timestamp for a key.
expiretimeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of expiretime(String).
expiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of expiretime(String) that ignores the result of the operation.

F

failover(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Start a coordinated failover between this server and one of its replicas.
FAILOVER - Static variable in class io.vertx.mutiny.redis.client.Command
Start a coordinated failover between this server and one of its replicas.
failoverAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of failover(List).
failoverAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of failover(List) that ignores the result of the operation.
fcall(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Invoke a function.
FCALL - Static variable in class io.vertx.mutiny.redis.client.Command
Invoke a function.
FCALL_RO - Static variable in class io.vertx.mutiny.redis.client.Command
Invoke a read-only function.
fcallAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of fcall(List).
fcallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of fcall(List) that ignores the result of the operation.
fcallRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Invoke a read-only function.
fcallRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of fcallRo(List).
fcallRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of fcallRo(List) that ignores the result of the operation.
fetch(long) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
flushall(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove all keys from all databases.
FLUSHALL - Static variable in class io.vertx.mutiny.redis.client.Command
Remove all keys from all databases.
flushallAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of flushall(List).
flushallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of flushall(List) that ignores the result of the operation.
flushdb(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove all keys from the current database.
FLUSHDB - Static variable in class io.vertx.mutiny.redis.client.Command
Remove all keys from the current database.
flushdbAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of flushdb(List).
flushdbAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of flushdb(List) that ignores the result of the operation.
format() - Method in class io.vertx.mutiny.redis.client.Response
 
FT__ALIASADDIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__ALIASDELIFX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__ALTERIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__CREATEIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__DROPIFX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__DROPINDEXIFX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT__LIST - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_AGGREGATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_ALIASADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_ALIASDEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_ALIASUPDATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_ALTER - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_CURSOR - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DICTADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DICTDEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DICTDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DROP - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_DROPINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_EXPLAIN - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_EXPLAINCLI - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_GET - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_PROFILE - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SAFEADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SEARCH - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SPELLCHECK - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SUGADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SUGDEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SUGGET - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SUGLEN - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SYNADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SYNDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_SYNUPDATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
FT_TAGVALS - Static variable in class io.vertx.mutiny.redis.client.Command
 
ftAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.ADD.
ftAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAdd(List).
ftAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAdd(List) that ignores the result of the operation.
ftAggregate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.AGGREGATE.
ftAggregateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAggregate(List).
ftAggregateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAggregate(List) that ignores the result of the operation.
ftAliasadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.ALIASADD.
ftAliasaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAliasadd(List).
ftAliasaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAliasadd(List) that ignores the result of the operation.
ftAliasaddifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftAliasaddifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAliasaddifnx(List).
ftAliasaddifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAliasaddifnx(List) that ignores the result of the operation.
ftAliasdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.ALIASDEL.
ftAliasdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAliasdel(List).
ftAliasdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAliasdel(List) that ignores the result of the operation.
ftAliasdelifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftAliasdelifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAliasdelifx(List).
ftAliasdelifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAliasdelifx(List) that ignores the result of the operation.
ftAliasupdate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.
ftAliasupdateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAliasupdate(List).
ftAliasupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAliasupdate(List) that ignores the result of the operation.
ftAlter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.ALTER.
ftAlterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAlter(List).
ftAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAlter(List) that ignores the result of the operation.
ftAlterifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftAlterifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftAlterifnx(List).
ftAlterifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftAlterifnx(List) that ignores the result of the operation.
ftConfig(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.CONFIG.
ftConfigAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftConfig(List).
ftConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftConfig(List) that ignores the result of the operation.
ftCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.CREATE.
ftCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftCreate(List).
ftCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftCreate(List) that ignores the result of the operation.
ftCreateifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftCreateifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftCreateifnx(List).
ftCreateifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftCreateifnx(List) that ignores the result of the operation.
ftCursor(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.CURSOR.
ftCursorAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftCursor(List).
ftCursorAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftCursor(List) that ignores the result of the operation.
ftDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DEBUG.
ftDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDebug(List).
ftDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDebug(List) that ignores the result of the operation.
ftDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DEL.
ftDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDel(List).
ftDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDel(List) that ignores the result of the operation.
ftDictadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DICTADD.
ftDictaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDictadd(List).
ftDictaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDictadd(List) that ignores the result of the operation.
ftDictdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DICTDEL.
ftDictdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDictdel(List).
ftDictdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDictdel(List) that ignores the result of the operation.
ftDictdump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DICTDUMP.
ftDictdumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDictdump(List).
ftDictdumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDictdump(List) that ignores the result of the operation.
ftDrop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DROP.
ftDropAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDrop(List).
ftDropAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDrop(List) that ignores the result of the operation.
ftDropifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftDropifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDropifx(List).
ftDropifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDropifx(List) that ignores the result of the operation.
ftDropindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.DROPINDEX.
ftDropindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDropindex(List).
ftDropindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDropindex(List) that ignores the result of the operation.
ftDropindexifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftDropindexifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftDropindexifx(List).
ftDropindexifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftDropindexifx(List) that ignores the result of the operation.
ftExplain(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.EXPLAIN.
ftExplainAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftExplain(List).
ftExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftExplain(List) that ignores the result of the operation.
ftExplaincli(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.
ftExplaincliAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftExplaincli(List).
ftExplaincliAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftExplaincli(List) that ignores the result of the operation.
ftGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.GET.
ftGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftGet(List).
ftGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftGet(List) that ignores the result of the operation.
ftInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.INFO.
ftInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftInfo(List).
ftInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftInfo(List) that ignores the result of the operation.
ftList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.
ftListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftList(List).
ftListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftList(List) that ignores the result of the operation.
ftMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.MGET.
ftMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftMget(List).
ftMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftMget(List) that ignores the result of the operation.
ftProfile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.PROFILE.
ftProfileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftProfile(List).
ftProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftProfile(List) that ignores the result of the operation.
ftSafeadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SAFEADD.
ftSafeaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSafeadd(List).
ftSafeaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSafeadd(List) that ignores the result of the operation.
ftSearch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SEARCH.
ftSearchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSearch(List).
ftSearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSearch(List) that ignores the result of the operation.
ftSpellcheck(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SPELLCHECK.
ftSpellcheckAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSpellcheck(List).
ftSpellcheckAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSpellcheck(List) that ignores the result of the operation.
ftSugadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SUGADD.
ftSugaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSugadd(List).
ftSugaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSugadd(List) that ignores the result of the operation.
ftSugdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SUGDEL.
ftSugdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSugdel(List).
ftSugdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSugdel(List) that ignores the result of the operation.
ftSugget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SUGGET.
ftSuggetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSugget(List).
ftSuggetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSugget(List) that ignores the result of the operation.
ftSuglen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SUGLEN.
ftSuglenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSuglen(List).
ftSuglenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSuglen(List) that ignores the result of the operation.
ftSynadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SYNADD.
ftSynaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSynadd(List).
ftSynaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSynadd(List) that ignores the result of the operation.
ftSyndump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SYNDUMP.
ftSyndumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSyndump(List).
ftSyndumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSyndump(List) that ignores the result of the operation.
ftSynupdate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.SYNUPDATE.
ftSynupdateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftSynupdate(List).
ftSynupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftSynupdate(List) that ignores the result of the operation.
ftTagvals(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command FT.TAGVALS.
ftTagvalsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ftTagvals(List).
ftTagvalsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ftTagvals(List) that ignores the result of the operation.
function(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for function commands.
FUNCTION - Static variable in class io.vertx.mutiny.redis.client.Command
A container for function commands.
functionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of function(List).
functionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of function(List) that ignores the result of the operation.

G

geoadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add one or more geospatial items in the geospatial index represented using a sorted set.
GEOADD - Static variable in class io.vertx.mutiny.redis.client.Command
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geoadd(List).
geoaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geoadd(List) that ignores the result of the operation.
geodist(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Returns the distance between two members of a geospatial index.
GEODIST - Static variable in class io.vertx.mutiny.redis.client.Command
Returns the distance between two members of a geospatial index.
geodistAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geodist(List).
geodistAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geodist(List) that ignores the result of the operation.
geohash(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Returns members of a geospatial index as standard geohash strings.
GEOHASH - Static variable in class io.vertx.mutiny.redis.client.Command
Returns members of a geospatial index as standard geohash strings.
geohashAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geohash(List).
geohashAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geohash(List) that ignores the result of the operation.
geopos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Returns longitude and latitude of members of a geospatial index.
GEOPOS - Static variable in class io.vertx.mutiny.redis.client.Command
Returns longitude and latitude of members of a geospatial index.
geoposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geopos(List).
geoposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geopos(List) that ignores the result of the operation.
georadius(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
GEORADIUS - Static variable in class io.vertx.mutiny.redis.client.Command
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
GEORADIUS_RO - Static variable in class io.vertx.mutiny.redis.client.Command
A read-only variant for GEORADIUS.
georadiusAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of georadius(List).
georadiusAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of georadius(List) that ignores the result of the operation.
georadiusbymember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
GEORADIUSBYMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.mutiny.redis.client.Command
A read-only variant for GEORADIUSBYMEMBER.
georadiusbymemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of georadiusbymember(List).
georadiusbymemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of georadiusbymember(List) that ignores the result of the operation.
georadiusbymemberRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A read-only variant for GEORADIUSBYMEMBER.
georadiusbymemberRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of georadiusbymemberRo(List).
georadiusbymemberRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of georadiusbymemberRo(List) that ignores the result of the operation.
georadiusRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A read-only variant for GEORADIUS.
georadiusRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of georadiusRo(List).
georadiusRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of georadiusRo(List) that ignores the result of the operation.
geosearch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
GEOSEARCH - Static variable in class io.vertx.mutiny.redis.client.Command
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
geosearchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geosearch(List).
geosearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geosearch(List) that ignores the result of the operation.
geosearchstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
GEOSEARCHSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
geosearchstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of geosearchstore(List).
geosearchstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of geosearchstore(List) that ignores the result of the operation.
get(int) - Method in class io.vertx.mutiny.redis.client.Response
 
get(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the value of a key.
get(String) - Method in class io.vertx.mutiny.redis.client.Response
 
GET - Static variable in class io.vertx.mutiny.redis.client.Command
Get the value of a key.
getAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of get(String).
getAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of get(String) that ignores the result of the operation.
getbit(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Returns the bit value at offset in the string value stored at key.
GETBIT - Static variable in class io.vertx.mutiny.redis.client.Command
Returns the bit value at offset in the string value stored at key.
getbitAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of getbit(String,String).
getbitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of getbit(String,String) that ignores the result of the operation.
getdel(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the value of a key and delete the key.
GETDEL - Static variable in class io.vertx.mutiny.redis.client.Command
Get the value of a key and delete the key.
getdelAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of getdel(String).
getdelAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of getdel(String) that ignores the result of the operation.
getDelegate() - Method in class io.vertx.mutiny.redis.client.Command
 
getDelegate() - Method in class io.vertx.mutiny.redis.client.Redis
 
getDelegate() - Method in class io.vertx.mutiny.redis.client.RedisAPI
 
getDelegate() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
getDelegate() - Method in class io.vertx.mutiny.redis.client.Request
 
getDelegate() - Method in class io.vertx.mutiny.redis.client.Response
 
getex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the value of a key and optionally set its expiration.
GETEX - Static variable in class io.vertx.mutiny.redis.client.Command
Get the value of a key and optionally set its expiration.
getexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of getex(List).
getexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of getex(List) that ignores the result of the operation.
getKeys() - Method in class io.vertx.mutiny.redis.client.Response
 
getrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get a substring of the string stored at a key.
GETRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Get a substring of the string stored at a key.
getrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of getrange(String,String,String).
getrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of getrange(String,String,String) that ignores the result of the operation.
getset(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the string value of a key and return its old value.
GETSET - Static variable in class io.vertx.mutiny.redis.client.Command
Set the string value of a key and return its old value.
getsetAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of getset(String,String).
getsetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of getset(String,String) that ignores the result of the operation.
GRAPH_BULK - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_DELETE - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_EXPLAIN - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_LIST - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_PROFILE - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_RO_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
 
GRAPH_SLOWLOG - Static variable in class io.vertx.mutiny.redis.client.Command
 
graphBulk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.BULK.
graphBulkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphBulk(List).
graphBulkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphBulk(List) that ignores the result of the operation.
graphConfig(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.CONFIG.
graphConfigAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphConfig(List).
graphConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphConfig(List) that ignores the result of the operation.
graphDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.DEBUG.
graphDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphDebug(List).
graphDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphDebug(List) that ignores the result of the operation.
graphDelete(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.DELETE.
graphDeleteAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphDelete(List).
graphDeleteAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphDelete(List) that ignores the result of the operation.
graphExplain(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.EXPLAIN.
graphExplainAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphExplain(List).
graphExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphExplain(List) that ignores the result of the operation.
graphList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.LIST.
graphListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphList(List).
graphListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphList(List) that ignores the result of the operation.
graphProfile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.PROFILE.
graphProfileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphProfile(List).
graphProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphProfile(List) that ignores the result of the operation.
graphQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.QUERY.
graphQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphQuery(List).
graphQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphQuery(List) that ignores the result of the operation.
graphRoQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.RO_QUERY.
graphRoQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphRoQuery(List).
graphRoQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphRoQuery(List) that ignores the result of the operation.
graphSlowlog(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command GRAPH.SLOWLOG.
graphSlowlogAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of graphSlowlog(List).
graphSlowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of graphSlowlog(List) that ignores the result of the operation.

H

handler(Consumer<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
hashCode() - Method in class io.vertx.mutiny.redis.client.Command
 
hashCode() - Method in class io.vertx.mutiny.redis.client.Redis
 
hashCode() - Method in class io.vertx.mutiny.redis.client.RedisAPI
 
hashCode() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
hashCode() - Method in class io.vertx.mutiny.redis.client.Request
 
hashCode() - Method in class io.vertx.mutiny.redis.client.Response
 
hdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Delete one or more hash fields.
HDEL - Static variable in class io.vertx.mutiny.redis.client.Command
Delete one or more hash fields.
hdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hdel(List).
hdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hdel(List) that ignores the result of the operation.
hello(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Handshake with Redis.
HELLO - Static variable in class io.vertx.mutiny.redis.client.Command
Handshake with Redis.
helloAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hello(List).
helloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hello(List) that ignores the result of the operation.
hexists(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine if a hash field exists.
HEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
Determine if a hash field exists.
hexistsAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hexists(String,String).
hexistsAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hexists(String,String) that ignores the result of the operation.
hget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the value of a hash field.
HGET - Static variable in class io.vertx.mutiny.redis.client.Command
Get the value of a hash field.
hgetall(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get all the fields and values in a hash.
HGETALL - Static variable in class io.vertx.mutiny.redis.client.Command
Get all the fields and values in a hash.
hgetallAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hgetall(String).
hgetallAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hgetall(String) that ignores the result of the operation.
hgetAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hget(String,String).
hgetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hget(String,String) that ignores the result of the operation.
hincrby(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the integer value of a hash field by the given number.
HINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the integer value of a hash field by the given number.
hincrbyAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hincrby(String,String,String).
hincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hincrby(String,String,String) that ignores the result of the operation.
hincrbyfloat(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the float value of a hash field by the given amount.
HINCRBYFLOAT - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the float value of a hash field by the given amount.
hincrbyfloatAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
hincrbyfloatAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hincrbyfloat(String,String,String) that ignores the result of the operation.
hkeys(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get all the fields in a hash.
HKEYS - Static variable in class io.vertx.mutiny.redis.client.Command
Get all the fields in a hash.
hkeysAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hkeys(String).
hkeysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hkeys(String) that ignores the result of the operation.
hlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the number of fields in a hash.
HLEN - Static variable in class io.vertx.mutiny.redis.client.Command
Get the number of fields in a hash.
hlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hlen(String).
hlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hlen(String) that ignores the result of the operation.
hmget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the values of all the given hash fields.
HMGET - Static variable in class io.vertx.mutiny.redis.client.Command
Get the values of all the given hash fields.
hmgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hmget(List).
hmgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hmget(List) that ignores the result of the operation.
hmset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set multiple hash fields to multiple values.
HMSET - Static variable in class io.vertx.mutiny.redis.client.Command
Set multiple hash fields to multiple values.
hmsetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hmset(List).
hmsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hmset(List) that ignores the result of the operation.
hrandfield(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get one or multiple random fields from a hash.
HRANDFIELD - Static variable in class io.vertx.mutiny.redis.client.Command
Get one or multiple random fields from a hash.
hrandfieldAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hrandfield(List).
hrandfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hrandfield(List) that ignores the result of the operation.
hscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Incrementally iterate hash fields and associated values.
HSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
Incrementally iterate hash fields and associated values.
hscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hscan(List).
hscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hscan(List) that ignores the result of the operation.
hset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the string value of a hash field.
HSET - Static variable in class io.vertx.mutiny.redis.client.Command
Set the string value of a hash field.
hsetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hset(List).
hsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hset(List) that ignores the result of the operation.
hsetnx(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the value of a hash field, only if the field does not exist.
HSETNX - Static variable in class io.vertx.mutiny.redis.client.Command
Set the value of a hash field, only if the field does not exist.
hsetnxAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hsetnx(String,String,String).
hsetnxAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hsetnx(String,String,String) that ignores the result of the operation.
hstrlen(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the length of the value of a hash field.
HSTRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
Get the length of the value of a hash field.
hstrlenAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hstrlen(String,String).
hstrlenAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hstrlen(String,String) that ignores the result of the operation.
hvals(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get all the values in a hash.
HVALS - Static variable in class io.vertx.mutiny.redis.client.Command
Get all the values in a hash.
hvalsAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of hvals(String).
hvalsAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of hvals(String) that ignores the result of the operation.

I

incr(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the integer value of a key by one.
INCR - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the integer value of a key by one.
incrAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of incr(String).
incrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of incr(String) that ignores the result of the operation.
incrby(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the integer value of a key by the given amount.
INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the integer value of a key by the given amount.
incrbyAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of incrby(String,String).
incrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of incrby(String,String) that ignores the result of the operation.
incrbyfloat(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the float value of a key by the given amount.
INCRBYFLOAT - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the float value of a key by the given amount.
incrbyfloatAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of incrbyfloat(String,String).
incrbyfloatAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of incrbyfloat(String,String) that ignores the result of the operation.
info(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get information and statistics about the server.
INFO - Static variable in class io.vertx.mutiny.redis.client.Command
Get information and statistics about the server.
infoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of info(List).
infoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of info(List) that ignores the result of the operation.
io.smallrye.mutiny.vertx.redis.client - module io.smallrye.mutiny.vertx.redis.client
 
io.vertx.mutiny.redis.client - package io.vertx.mutiny.redis.client
 
isArray() - Method in class io.vertx.mutiny.redis.client.Response
 
isMap() - Method in class io.vertx.mutiny.redis.client.Response
 
iterator() - Method in class io.vertx.mutiny.redis.client.Response
 

J

JSON_ARRAPPEND - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_ARRINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_ARRINSERT - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_ARRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_ARRPOP - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_ARRTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_CLEAR - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_FORGET - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_GET - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_NUMINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_NUMMULTBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_NUMPOWBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_OBJKEYS - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_OBJLEN - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_RESP - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_SET - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_STRAPPEND - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_STRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_TOGGLE - Static variable in class io.vertx.mutiny.redis.client.Command
 
JSON_TYPE - Static variable in class io.vertx.mutiny.redis.client.Command
 
jsonArrappend(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRAPPEND.
jsonArrappendAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrappend(List).
jsonArrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrappend(List) that ignores the result of the operation.
jsonArrindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRINDEX.
jsonArrindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrindex(List).
jsonArrindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrindex(List) that ignores the result of the operation.
jsonArrinsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRINSERT.
jsonArrinsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrinsert(List).
jsonArrinsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrinsert(List) that ignores the result of the operation.
jsonArrlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRLEN.
jsonArrlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrlen(List).
jsonArrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrlen(List) that ignores the result of the operation.
jsonArrpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRPOP.
jsonArrpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrpop(List).
jsonArrpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrpop(List) that ignores the result of the operation.
jsonArrtrim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.ARRTRIM.
jsonArrtrimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonArrtrim(List).
jsonArrtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonArrtrim(List) that ignores the result of the operation.
jsonClear(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.CLEAR.
jsonClearAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonClear(List).
jsonClearAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonClear(List) that ignores the result of the operation.
jsonDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.DEBUG.
jsonDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonDebug(List).
jsonDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonDebug(List) that ignores the result of the operation.
jsonDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.DEL.
jsonDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonDel(List).
jsonDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonDel(List) that ignores the result of the operation.
jsonForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.FORGET.
jsonForgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonForget(List).
jsonForgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonForget(List) that ignores the result of the operation.
jsonGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.GET.
jsonGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonGet(List).
jsonGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonGet(List) that ignores the result of the operation.
jsonMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.MGET.
jsonMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonMget(List).
jsonMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonMget(List) that ignores the result of the operation.
jsonNumincrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.NUMINCRBY.
jsonNumincrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonNumincrby(List).
jsonNumincrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonNumincrby(List) that ignores the result of the operation.
jsonNummultby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.NUMMULTBY.
jsonNummultbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonNummultby(List).
jsonNummultbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonNummultby(List) that ignores the result of the operation.
jsonNumpowby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.NUMPOWBY.
jsonNumpowbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonNumpowby(List).
jsonNumpowbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonNumpowby(List) that ignores the result of the operation.
jsonObjkeys(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.OBJKEYS.
jsonObjkeysAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonObjkeys(List).
jsonObjkeysAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonObjkeys(List) that ignores the result of the operation.
jsonObjlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.OBJLEN.
jsonObjlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonObjlen(List).
jsonObjlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonObjlen(List) that ignores the result of the operation.
jsonResp(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.RESP.
jsonRespAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonResp(List).
jsonRespAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonResp(List) that ignores the result of the operation.
jsonSet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.SET.
jsonSetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonSet(List).
jsonSetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonSet(List) that ignores the result of the operation.
jsonStrappend(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.STRAPPEND.
jsonStrappendAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonStrappend(List).
jsonStrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonStrappend(List) that ignores the result of the operation.
jsonStrlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.STRLEN.
jsonStrlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonStrlen(List).
jsonStrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonStrlen(List) that ignores the result of the operation.
jsonToggle(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.TOGGLE.
jsonToggleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonToggle(List).
jsonToggleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonToggle(List) that ignores the result of the operation.
jsonType(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command JSON.TYPE.
jsonTypeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of jsonType(List).
jsonTypeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of jsonType(List) that ignores the result of the operation.

K

keys(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Find all keys matching the given pattern.
KEYS - Static variable in class io.vertx.mutiny.redis.client.Command
Find all keys matching the given pattern.
keysAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of keys(String).
keysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of keys(String) that ignores the result of the operation.

L

lastsave() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the UNIX time stamp of the last successful save to disk.
LASTSAVE - Static variable in class io.vertx.mutiny.redis.client.Command
Get the UNIX time stamp of the last successful save to disk.
lastsaveAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lastsave().
lastsaveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lastsave() that ignores the result of the operation.
latency(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for latency diagnostics commands.
LATENCY - Static variable in class io.vertx.mutiny.redis.client.Command
A container for latency diagnostics commands.
latencyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of latency(List).
latencyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of latency(List) that ignores the result of the operation.
lcs(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Find longest common substring.
LCS - Static variable in class io.vertx.mutiny.redis.client.Command
Find longest common substring.
lcsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lcs(List).
lcsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lcs(List) that ignores the result of the operation.
lindex(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get an element from a list by its index.
LINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
Get an element from a list by its index.
lindexAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lindex(String,String).
lindexAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lindex(String,String) that ignores the result of the operation.
linsert(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Insert an element before or after another element in a list.
LINSERT - Static variable in class io.vertx.mutiny.redis.client.Command
Insert an element before or after another element in a list.
linsertAndAwait(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
linsertAndForget(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of linsert(String,String,String,String) that ignores the result of the operation.
llen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the length of a list.
LLEN - Static variable in class io.vertx.mutiny.redis.client.Command
Get the length of a list.
llenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of llen(String).
llenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of llen(String) that ignores the result of the operation.
lmove(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it.
LMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
Pop an element from a list, push it to another list and return it.
lmoveAndAwait(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
lmoveAndForget(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lmove(String,String,String,String) that ignores the result of the operation.
lmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Pop elements from a list.
LMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Pop elements from a list.
lmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lmpop(List).
lmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lmpop(List) that ignores the result of the operation.
lolwut(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Display some computer art and the Redis version.
LOLWUT - Static variable in class io.vertx.mutiny.redis.client.Command
Display some computer art and the Redis version.
lolwutAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lolwut(List).
lolwutAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lolwut(List) that ignores the result of the operation.
lpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and get the first elements in a list.
LPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and get the first elements in a list.
lpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lpop(List).
lpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lpop(List) that ignores the result of the operation.
lpos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the index of matching elements on a list.
LPOS - Static variable in class io.vertx.mutiny.redis.client.Command
Return the index of matching elements on a list.
lposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lpos(List).
lposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lpos(List) that ignores the result of the operation.
lpush(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Prepend one or multiple elements to a list.
LPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
Prepend one or multiple elements to a list.
lpushAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lpush(List).
lpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lpush(List) that ignores the result of the operation.
lpushx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Prepend an element to a list, only if the list exists.
LPUSHX - Static variable in class io.vertx.mutiny.redis.client.Command
Prepend an element to a list, only if the list exists.
lpushxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lpushx(List).
lpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lpushx(List) that ignores the result of the operation.
lrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get a range of elements from a list.
LRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Get a range of elements from a list.
lrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lrange(String,String,String).
lrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lrange(String,String,String) that ignores the result of the operation.
lrem(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove elements from a list.
LREM - Static variable in class io.vertx.mutiny.redis.client.Command
Remove elements from a list.
lremAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lrem(String,String,String).
lremAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lrem(String,String,String) that ignores the result of the operation.
lset(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the value of an element in a list by its index.
LSET - Static variable in class io.vertx.mutiny.redis.client.Command
Set the value of an element in a list by its index.
lsetAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of lset(String,String,String).
lsetAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of lset(String,String,String) that ignores the result of the operation.
ltrim(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Trim a list to the specified range.
LTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
Trim a list to the specified range.
ltrimAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ltrim(String,String,String).
ltrimAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ltrim(String,String,String) that ignores the result of the operation.

M

memory(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for memory diagnostics commands.
MEMORY - Static variable in class io.vertx.mutiny.redis.client.Command
A container for memory diagnostics commands.
memoryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of memory(List).
memoryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of memory(List) that ignores the result of the operation.
mget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the values of all the given keys.
MGET - Static variable in class io.vertx.mutiny.redis.client.Command
Get the values of all the given keys.
mgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of mget(List).
mgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of mget(List) that ignores the result of the operation.
migrate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Atomically transfer a key from a Redis instance to another one.
MIGRATE - Static variable in class io.vertx.mutiny.redis.client.Command
Atomically transfer a key from a Redis instance to another one.
migrateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of migrate(List).
migrateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of migrate(List) that ignores the result of the operation.
module(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for module commands.
MODULE - Static variable in class io.vertx.mutiny.redis.client.Command
A container for module commands.
moduleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of module(List).
moduleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of module(List) that ignores the result of the operation.
monitor() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Listen for all requests received by the server in real time.
MONITOR - Static variable in class io.vertx.mutiny.redis.client.Command
Listen for all requests received by the server in real time.
monitorAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of monitor().
monitorAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of monitor() that ignores the result of the operation.
move(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Move a key to another database.
MOVE - Static variable in class io.vertx.mutiny.redis.client.Command
Move a key to another database.
moveAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of move(String,String).
moveAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of move(String,String) that ignores the result of the operation.
mset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set multiple keys to multiple values.
MSET - Static variable in class io.vertx.mutiny.redis.client.Command
Set multiple keys to multiple values.
msetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of mset(List).
msetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of mset(List) that ignores the result of the operation.
msetnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set multiple keys to multiple values, only if none of the keys exist.
MSETNX - Static variable in class io.vertx.mutiny.redis.client.Command
Set multiple keys to multiple values, only if none of the keys exist.
msetnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of msetnx(List).
msetnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of msetnx(List) that ignores the result of the operation.
multi() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Mark the start of a transaction block.
MULTI - Static variable in class io.vertx.mutiny.redis.client.Command
Mark the start of a transaction block.
multiAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of multi().
multiAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of multi() that ignores the result of the operation.

N

newInstance(Command) - Static method in class io.vertx.mutiny.redis.client.Command
 
newInstance(Redis) - Static method in class io.vertx.mutiny.redis.client.Redis
 
newInstance(RedisAPI) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
 
newInstance(RedisConnection) - Static method in class io.vertx.mutiny.redis.client.RedisConnection
 
newInstance(Request) - Static method in class io.vertx.mutiny.redis.client.Request
 
newInstance(Response) - Static method in class io.vertx.mutiny.redis.client.Response
 
nullArg() - Method in class io.vertx.mutiny.redis.client.Request
Deprecated.
REDIS does not support null as a parameter, only as response. This was a deviation from the official protocol which should be avoided. Other clients explicitly do not allow this. Adds a null encoded string. Redis does not allow storing the null value by itself. This method will encode any null value as the four character long string "null". As a recommendation, this method should not be used directly unless this is the intented behavior. It is present to handle special cases such as encoding of JsonObject and JsonArray which may contain null values.

O

object(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for object introspection commands.
OBJECT - Static variable in class io.vertx.mutiny.redis.client.Command
A container for object introspection commands.
objectAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of object(List).
objectAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of object(List) that ignores the result of the operation.

P

pause() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
pendingQueueFull() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
persist(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove the expiration from a key.
PERSIST - Static variable in class io.vertx.mutiny.redis.client.Command
Remove the expiration from a key.
persistAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of persist(String).
persistAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of persist(String) that ignores the result of the operation.
pexpire(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set a key's time to live in milliseconds.
PEXPIRE - Static variable in class io.vertx.mutiny.redis.client.Command
Set a key's time to live in milliseconds.
pexpireAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pexpire(List).
pexpireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pexpire(List) that ignores the result of the operation.
pexpireat(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
PEXPIREAT - Static variable in class io.vertx.mutiny.redis.client.Command
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireatAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pexpireat(List).
pexpireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pexpireat(List) that ignores the result of the operation.
pexpiretime(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the expiration Unix timestamp for a key in milliseconds.
PEXPIRETIME - Static variable in class io.vertx.mutiny.redis.client.Command
Get the expiration Unix timestamp for a key in milliseconds.
pexpiretimeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pexpiretime(String).
pexpiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pexpiretime(String) that ignores the result of the operation.
pfadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Adds the specified elements to the specified HyperLogLog.
PFADD - Static variable in class io.vertx.mutiny.redis.client.Command
Adds the specified elements to the specified HyperLogLog.
pfaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pfadd(List).
pfaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pfadd(List) that ignores the result of the operation.
pfcount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
PFCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pfcount(List).
pfcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pfcount(List) that ignores the result of the operation.
pfdebug(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Internal commands for debugging HyperLogLog values.
PFDEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
Internal commands for debugging HyperLogLog values.
pfdebugAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pfdebug(String,String).
pfdebugAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pfdebug(String,String) that ignores the result of the operation.
pfmerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Merge N different HyperLogLogs into a single one.
PFMERGE - Static variable in class io.vertx.mutiny.redis.client.Command
Merge N different HyperLogLogs into a single one.
pfmergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pfmerge(List).
pfmergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pfmerge(List) that ignores the result of the operation.
pfselftest() - Method in class io.vertx.mutiny.redis.client.RedisAPI
An internal command for testing HyperLogLog values.
PFSELFTEST - Static variable in class io.vertx.mutiny.redis.client.Command
An internal command for testing HyperLogLog values.
pfselftestAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pfselftest().
pfselftestAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pfselftest() that ignores the result of the operation.
ping(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Ping the server.
PING - Static variable in class io.vertx.mutiny.redis.client.Command
Ping the server.
pingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ping(List).
pingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ping(List) that ignores the result of the operation.
pipe() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
pipeTo(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
pipeToAndAwait(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
pipeToAndForget(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
psetex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the value and expiration in milliseconds of a key.
PSETEX - Static variable in class io.vertx.mutiny.redis.client.Command
Set the value and expiration in milliseconds of a key.
psetexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of psetex(String,String,String).
psetexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of psetex(String,String,String) that ignores the result of the operation.
psubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Listen for messages published to channels matching the given patterns.
PSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Listen for messages published to channels matching the given patterns.
psubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of psubscribe(List).
psubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of psubscribe(List) that ignores the result of the operation.
psync(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Internal command used for replication.
PSYNC - Static variable in class io.vertx.mutiny.redis.client.Command
Internal command used for replication.
psyncAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of psync(List).
psyncAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of psync(List) that ignores the result of the operation.
pttl(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the time to live for a key in milliseconds.
PTTL - Static variable in class io.vertx.mutiny.redis.client.Command
Get the time to live for a key in milliseconds.
pttlAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pttl(String).
pttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pttl(String) that ignores the result of the operation.
publish(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Post a message to a channel.
PUBLISH - Static variable in class io.vertx.mutiny.redis.client.Command
Post a message to a channel.
publishAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of publish(String,String).
publishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of publish(String,String) that ignores the result of the operation.
pubsub(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for Pub/Sub commands.
PUBSUB - Static variable in class io.vertx.mutiny.redis.client.Command
A container for Pub/Sub commands.
pubsubAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of pubsub(List).
pubsubAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of pubsub(List) that ignores the result of the operation.
punsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Stop listening for messages posted to channels matching the given patterns.
PUNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Stop listening for messages posted to channels matching the given patterns.
punsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of punsubscribe(List).
punsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of punsubscribe(List) that ignores the result of the operation.

Q

quit(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Close the connection.
QUIT - Static variable in class io.vertx.mutiny.redis.client.Command
Close the connection.
quitAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of quit(List).
quitAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of quit(List) that ignores the result of the operation.

R

randomkey() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a random key from the keyspace.
RANDOMKEY - Static variable in class io.vertx.mutiny.redis.client.Command
Return a random key from the keyspace.
randomkeyAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of randomkey().
randomkeyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of randomkey() that ignores the result of the operation.
readonly() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Enables read queries for a connection to a cluster replica node.
READONLY - Static variable in class io.vertx.mutiny.redis.client.Command
Enables read queries for a connection to a cluster replica node.
readonlyAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of readonly().
readonlyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of readonly() that ignores the result of the operation.
readwrite() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Disables read queries for a connection to a cluster replica node.
READWRITE - Static variable in class io.vertx.mutiny.redis.client.Command
Disables read queries for a connection to a cluster replica node.
readwriteAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of readwrite().
readwriteAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of readwrite() that ignores the result of the operation.
Redis - Class in io.vertx.mutiny.redis.client
A simple Redis client.
Redis(Redis) - Constructor for class io.vertx.mutiny.redis.client.Redis
 
Redis(Object) - Constructor for class io.vertx.mutiny.redis.client.Redis
 
RedisAPI - Class in io.vertx.mutiny.redis.client
Auto generated Redis API client wrapper.
RedisAPI(RedisAPI) - Constructor for class io.vertx.mutiny.redis.client.RedisAPI
 
RedisAPI(Object) - Constructor for class io.vertx.mutiny.redis.client.RedisAPI
 
RedisConnection - Class in io.vertx.mutiny.redis.client
A simple Redis client.
RedisConnection(RedisConnection) - Constructor for class io.vertx.mutiny.redis.client.RedisConnection
 
RedisConnection(Object) - Constructor for class io.vertx.mutiny.redis.client.RedisConnection
 
rename(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Rename a key.
RENAME - Static variable in class io.vertx.mutiny.redis.client.Command
Rename a key.
renameAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of rename(String,String).
renameAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of rename(String,String) that ignores the result of the operation.
renamenx(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Rename a key, only if the new key does not exist.
RENAMENX - Static variable in class io.vertx.mutiny.redis.client.Command
Rename a key, only if the new key does not exist.
renamenxAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of renamenx(String,String).
renamenxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of renamenx(String,String) that ignores the result of the operation.
replconf(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
An internal command for configuring the replication stream.
REPLCONF - Static variable in class io.vertx.mutiny.redis.client.Command
An internal command for configuring the replication stream.
replconfAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of replconf(List).
replconfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of replconf(List) that ignores the result of the operation.
replicaof(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Make the server a replica of another instance, or promote it as master.
REPLICAOF - Static variable in class io.vertx.mutiny.redis.client.Command
Make the server a replica of another instance, or promote it as master.
replicaofAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of replicaof(String,String).
replicaofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of replicaof(String,String) that ignores the result of the operation.
Request - Class in io.vertx.mutiny.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
Request(Request) - Constructor for class io.vertx.mutiny.redis.client.Request
 
Request(Object) - Constructor for class io.vertx.mutiny.redis.client.Request
 
reset() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Reset the connection.
RESET - Static variable in class io.vertx.mutiny.redis.client.Command
Reset the connection.
resetAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of reset().
resetAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of reset() that ignores the result of the operation.
Response - Class in io.vertx.mutiny.redis.client
The response received from the REDIS server.
Response(Response) - Constructor for class io.vertx.mutiny.redis.client.Response
 
Response(Object) - Constructor for class io.vertx.mutiny.redis.client.Response
 
restore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE_ASKING - Static variable in class io.vertx.mutiny.redis.client.Command
An internal command for migrating keys in a cluster.
restoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of restore(List).
restoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of restore(List) that ignores the result of the operation.
restoreAsking(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
An internal command for migrating keys in a cluster.
restoreAskingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of restoreAsking(List).
restoreAskingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of restoreAsking(List) that ignores the result of the operation.
resume() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
role() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the role of the instance in the context of replication.
ROLE - Static variable in class io.vertx.mutiny.redis.client.Command
Return the role of the instance in the context of replication.
roleAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of role().
roleAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of role() that ignores the result of the operation.
rpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and get the last elements in a list.
RPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and get the last elements in a list.
rpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of rpop(List).
rpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of rpop(List) that ignores the result of the operation.
rpoplpush(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove the last element in a list, prepend it to another list and return it.
RPOPLPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
Remove the last element in a list, prepend it to another list and return it.
rpoplpushAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of rpoplpush(String,String).
rpoplpushAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of rpoplpush(String,String) that ignores the result of the operation.
rpush(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Append one or multiple elements to a list.
RPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
Append one or multiple elements to a list.
rpushAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of rpush(List).
rpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of rpush(List) that ignores the result of the operation.
rpushx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Append an element to a list, only if the list exists.
RPUSHX - Static variable in class io.vertx.mutiny.redis.client.Command
Append an element to a list, only if the list exists.
rpushxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of rpushx(List).
rpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of rpushx(List) that ignores the result of the operation.

S

sadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add one or more members to a set.
SADD - Static variable in class io.vertx.mutiny.redis.client.Command
Add one or more members to a set.
saddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sadd(List).
saddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sadd(List) that ignores the result of the operation.
save() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Synchronously save the dataset to disk.
SAVE - Static variable in class io.vertx.mutiny.redis.client.Command
Synchronously save the dataset to disk.
saveAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of save().
saveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of save() that ignores the result of the operation.
scan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Incrementally iterate the keys space.
SCAN - Static variable in class io.vertx.mutiny.redis.client.Command
Incrementally iterate the keys space.
scanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of scan(List).
scanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of scan(List) that ignores the result of the operation.
scard(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the number of members in a set.
SCARD - Static variable in class io.vertx.mutiny.redis.client.Command
Get the number of members in a set.
scardAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of scard(String).
scardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of scard(String) that ignores the result of the operation.
script(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for Lua scripts management commands.
SCRIPT - Static variable in class io.vertx.mutiny.redis.client.Command
A container for Lua scripts management commands.
scriptAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of script(List).
scriptAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of script(List) that ignores the result of the operation.
sdiff(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Subtract multiple sets.
SDIFF - Static variable in class io.vertx.mutiny.redis.client.Command
Subtract multiple sets.
sdiffAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sdiff(List).
sdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sdiff(List) that ignores the result of the operation.
sdiffstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Subtract multiple sets and store the resulting set in a key.
SDIFFSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Subtract multiple sets and store the resulting set in a key.
sdiffstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sdiffstore(List).
sdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sdiffstore(List) that ignores the result of the operation.
select(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Change the selected database for the current connection.
SELECT - Static variable in class io.vertx.mutiny.redis.client.Command
Change the selected database for the current connection.
selectAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of select(String).
selectAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of select(String) that ignores the result of the operation.
send(Request) - Method in class io.vertx.mutiny.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
Send the given command to the redis server or cluster.
sendAndAwait(Request) - Method in class io.vertx.mutiny.redis.client.Redis
sendAndAwait(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
sendAndForget(Request) - Method in class io.vertx.mutiny.redis.client.Redis
Variant of Redis.send(io.vertx.mutiny.redis.client.Request) that ignores the result of the operation.
sendAndForget(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
Variant of RedisConnection.send(io.vertx.mutiny.redis.client.Request) that ignores the result of the operation.
SENTINEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
set(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the string value of a key.
SET - Static variable in class io.vertx.mutiny.redis.client.Command
Set the string value of a key.
setAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of set(List).
setAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of set(List) that ignores the result of the operation.
setbit(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Sets or clears the bit at offset in the string value stored at key.
SETBIT - Static variable in class io.vertx.mutiny.redis.client.Command
Sets or clears the bit at offset in the string value stored at key.
setbitAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of setbit(String,String,String).
setbitAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of setbit(String,String,String) that ignores the result of the operation.
setex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the value and expiration of a key.
SETEX - Static variable in class io.vertx.mutiny.redis.client.Command
Set the value and expiration of a key.
setexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of setex(String,String,String).
setexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of setex(String,String,String) that ignores the result of the operation.
setnx(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Set the value of a key, only if the key does not exist.
SETNX - Static variable in class io.vertx.mutiny.redis.client.Command
Set the value of a key, only if the key does not exist.
setnxAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of setnx(String,String).
setnxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of setnx(String,String) that ignores the result of the operation.
setrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Overwrite part of a string at key starting at the specified offset.
SETRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Overwrite part of a string at key starting at the specified offset.
setrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of setrange(String,String,String).
setrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of setrange(String,String,String) that ignores the result of the operation.
shutdown(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Synchronously save the dataset to disk and then shut down the server.
SHUTDOWN - Static variable in class io.vertx.mutiny.redis.client.Command
Synchronously save the dataset to disk and then shut down the server.
shutdownAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of shutdown(List).
shutdownAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of shutdown(List) that ignores the result of the operation.
sinter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sets.
SINTER - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sets.
sinterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sinter(List).
sinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sinter(List) that ignores the result of the operation.
sintercard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sets and return the cardinality of the result.
SINTERCARD - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sets and return the cardinality of the result.
sintercardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sintercard(List).
sintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sintercard(List) that ignores the result of the operation.
sinterstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sets and store the resulting set in a key.
SINTERSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sets and store the resulting set in a key.
sinterstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sinterstore(List).
sinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sinterstore(List) that ignores the result of the operation.
sismember(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine if a given value is a member of a set.
SISMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
Determine if a given value is a member of a set.
sismemberAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sismember(String,String).
sismemberAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sismember(String,String) that ignores the result of the operation.
size() - Method in class io.vertx.mutiny.redis.client.Response
 
slaveof(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Make the server a replica of another instance, or promote it as master.
SLAVEOF - Static variable in class io.vertx.mutiny.redis.client.Command
Make the server a replica of another instance, or promote it as master.
slaveofAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of slaveof(String,String).
slaveofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of slaveof(String,String) that ignores the result of the operation.
slowlog(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for slow log commands.
SLOWLOG - Static variable in class io.vertx.mutiny.redis.client.Command
A container for slow log commands.
slowlogAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of slowlog(List).
slowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of slowlog(List) that ignores the result of the operation.
smembers(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get all the members in a set.
SMEMBERS - Static variable in class io.vertx.mutiny.redis.client.Command
Get all the members in a set.
smembersAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of smembers(String).
smembersAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of smembers(String) that ignores the result of the operation.
smismember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Returns the membership associated with the given elements for a set.
SMISMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
Returns the membership associated with the given elements for a set.
smismemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of smismember(List).
smismemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of smismember(List) that ignores the result of the operation.
smove(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Move a member from one set to another.
SMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
Move a member from one set to another.
smoveAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of smove(String,String,String).
smoveAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of smove(String,String,String) that ignores the result of the operation.
sort(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Sort the elements in a list, set or sorted set.
SORT - Static variable in class io.vertx.mutiny.redis.client.Command
Sort the elements in a list, set or sorted set.
SORT_RO - Static variable in class io.vertx.mutiny.redis.client.Command
Sort the elements in a list, set or sorted set.
sortAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sort(List).
sortAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sort(List) that ignores the result of the operation.
sortRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Sort the elements in a list, set or sorted set.
sortRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sortRo(List).
sortRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sortRo(List) that ignores the result of the operation.
spop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return one or multiple random members from a set.
SPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return one or multiple random members from a set.
spopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of spop(List).
spopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of spop(List) that ignores the result of the operation.
spublish(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Post a message to a shard channel.
SPUBLISH - Static variable in class io.vertx.mutiny.redis.client.Command
Post a message to a shard channel.
spublishAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of spublish(String,String).
spublishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of spublish(String,String) that ignores the result of the operation.
srandmember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get one or multiple random members from a set.
SRANDMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
Get one or multiple random members from a set.
srandmemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of srandmember(List).
srandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of srandmember(List) that ignores the result of the operation.
srem(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove one or more members from a set.
SREM - Static variable in class io.vertx.mutiny.redis.client.Command
Remove one or more members from a set.
sremAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of srem(List).
sremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of srem(List) that ignores the result of the operation.
sscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Incrementally iterate Set elements.
SSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
Incrementally iterate Set elements.
sscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sscan(List).
sscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sscan(List) that ignores the result of the operation.
ssubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Listen for messages published to the given shard channels.
SSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Listen for messages published to the given shard channels.
ssubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ssubscribe(List).
ssubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ssubscribe(List) that ignores the result of the operation.
strlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the length of the value stored in a key.
STRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
Get the length of the value stored in a key.
strlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of strlen(String).
strlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of strlen(String) that ignores the result of the operation.
subscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Listen for messages published to the given channels.
SUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Listen for messages published to the given channels.
subscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of subscribe(List).
subscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of subscribe(List) that ignores the result of the operation.
substr(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get a substring of the string stored at a key.
SUBSTR - Static variable in class io.vertx.mutiny.redis.client.Command
Get a substring of the string stored at a key.
substrAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of substr(String,String,String).
substrAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of substr(String,String,String) that ignores the result of the operation.
sunion(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add multiple sets.
SUNION - Static variable in class io.vertx.mutiny.redis.client.Command
Add multiple sets.
sunionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sunion(List).
sunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sunion(List) that ignores the result of the operation.
sunionstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add multiple sets and store the resulting set in a key.
SUNIONSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Add multiple sets and store the resulting set in a key.
sunionstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sunionstore(List).
sunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sunionstore(List) that ignores the result of the operation.
sunsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Stop listening for messages posted to the given shard channels.
SUNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Stop listening for messages posted to the given shard channels.
sunsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sunsubscribe(List).
sunsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sunsubscribe(List) that ignores the result of the operation.
swapdb(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Swaps two Redis databases.
SWAPDB - Static variable in class io.vertx.mutiny.redis.client.Command
Swaps two Redis databases.
swapdbAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of swapdb(String,String).
swapdbAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of swapdb(String,String) that ignores the result of the operation.
sync() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Internal command used for replication.
SYNC - Static variable in class io.vertx.mutiny.redis.client.Command
Internal command used for replication.
syncAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of sync().
syncAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of sync() that ignores the result of the operation.

T

TDIGEST_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_BYRANK - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_BYREVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_CDF - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_MAX - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_MERGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_MIN - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_QUANTILE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_RANK - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_RESET - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_REVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
 
TDIGEST_TRIMMED_MEAN - Static variable in class io.vertx.mutiny.redis.client.Command
 
tdigestAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.ADD.
tdigestAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestAdd(List).
tdigestAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestAdd(List) that ignores the result of the operation.
tdigestByrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.BYRANK.
tdigestByrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestByrank(List).
tdigestByrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestByrank(List) that ignores the result of the operation.
tdigestByrevrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.BYREVRANK.
tdigestByrevrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestByrevrank(List).
tdigestByrevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestByrevrank(List) that ignores the result of the operation.
tdigestCdf(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.CDF.
tdigestCdfAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestCdf(List).
tdigestCdfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestCdf(List) that ignores the result of the operation.
tdigestCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.CREATE.
tdigestCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestCreate(List).
tdigestCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestCreate(List) that ignores the result of the operation.
tdigestInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.INFO.
tdigestInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestInfo(List).
tdigestInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestInfo(List) that ignores the result of the operation.
tdigestMax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.MAX.
tdigestMaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestMax(List).
tdigestMaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestMax(List) that ignores the result of the operation.
tdigestMerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.MERGE.
tdigestMergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestMerge(List).
tdigestMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestMerge(List) that ignores the result of the operation.
tdigestMin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.MIN.
tdigestMinAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestMin(List).
tdigestMinAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestMin(List) that ignores the result of the operation.
tdigestQuantile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.QUANTILE.
tdigestQuantileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestQuantile(List).
tdigestQuantileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestQuantile(List) that ignores the result of the operation.
tdigestRank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.RANK.
tdigestRankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestRank(List).
tdigestRankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestRank(List) that ignores the result of the operation.
tdigestReset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.RESET.
tdigestResetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestReset(List).
tdigestResetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestReset(List) that ignores the result of the operation.
tdigestRevrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.REVRANK.
tdigestRevrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestRevrank(List).
tdigestRevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestRevrank(List) that ignores the result of the operation.
tdigestTrimmedMean(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TDIGEST.TRIMMED_MEAN.
tdigestTrimmedMeanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tdigestTrimmedMean(List).
tdigestTrimmedMeanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tdigestTrimmedMean(List) that ignores the result of the operation.
time() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the current server time.
TIME - Static variable in class io.vertx.mutiny.redis.client.Command
Return the current server time.
timeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of time().
timeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of time() that ignores the result of the operation.
TIMESERIES_CLUSTERSET - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_CLUSTERSETFROMSHARD - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_HELLO - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_INFOCLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_INNERCOMMUNICATION - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_NETWORKTEST - Static variable in class io.vertx.mutiny.redis.client.Command
 
TIMESERIES_REFRESHCLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
 
timeseriesClusterset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TIMESERIES.CLUSTERSET.
timeseriesClustersetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of timeseriesClusterset(List).
timeseriesClustersetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesClusterset(List) that ignores the result of the operation.
timeseriesClustersetfromshard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
timeseriesClustersetfromshardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
timeseriesClustersetfromshardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesClustersetfromshard(List) that ignores the result of the operation.
timeseriesHello(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TIMESERIES.HELLO.
timeseriesHelloAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of timeseriesHello(List).
timeseriesHelloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesHello(List) that ignores the result of the operation.
timeseriesInfocluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TIMESERIES.INFOCLUSTER.
timeseriesInfoclusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of timeseriesInfocluster(List).
timeseriesInfoclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesInfocluster(List) that ignores the result of the operation.
timeseriesInnercommunication(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
timeseriesInnercommunicationAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
timeseriesInnercommunicationAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesInnercommunication(List) that ignores the result of the operation.
timeseriesNetworktest(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TIMESERIES.NETWORKTEST.
timeseriesNetworktestAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of timeseriesNetworktest(List).
timeseriesNetworktestAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesNetworktest(List) that ignores the result of the operation.
timeseriesRefreshcluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
timeseriesRefreshclusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of timeseriesRefreshcluster(List).
timeseriesRefreshclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of timeseriesRefreshcluster(List) that ignores the result of the operation.
toBigInteger() - Method in class io.vertx.mutiny.redis.client.Response
 
toBlockingIterable() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
toBlockingStream() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
toBoolean() - Method in class io.vertx.mutiny.redis.client.Response
 
toBuffer() - Method in class io.vertx.mutiny.redis.client.Response
 
toByte() - Method in class io.vertx.mutiny.redis.client.Response
 
toBytes() - Method in class io.vertx.mutiny.redis.client.Response
 
toDouble() - Method in class io.vertx.mutiny.redis.client.Response
 
toFloat() - Method in class io.vertx.mutiny.redis.client.Response
 
toInteger() - Method in class io.vertx.mutiny.redis.client.Response
 
toLong() - Method in class io.vertx.mutiny.redis.client.Response
 
toMulti() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
toMulti() - Method in class io.vertx.mutiny.redis.client.Response
 
toNumber() - Method in class io.vertx.mutiny.redis.client.Response
 
TOPK_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_COUNT - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_LIST - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
 
TOPK_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
 
topkAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.ADD.
topkAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkAdd(List).
topkAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkAdd(List) that ignores the result of the operation.
topkCount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.COUNT.
topkCountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkCount(List).
topkCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkCount(List) that ignores the result of the operation.
topkIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.INCRBY.
topkIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkIncrby(List).
topkIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkIncrby(List) that ignores the result of the operation.
topkInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.INFO.
topkInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkInfo(List).
topkInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkInfo(List) that ignores the result of the operation.
topkList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.LIST.
topkListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkList(List).
topkListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkList(List) that ignores the result of the operation.
topkQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.QUERY.
topkQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkQuery(List).
topkQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkQuery(List) that ignores the result of the operation.
topkReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TOPK.RESERVE.
topkReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of topkReserve(List).
topkReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of topkReserve(List) that ignores the result of the operation.
toShort() - Method in class io.vertx.mutiny.redis.client.Response
 
toString() - Method in class io.vertx.mutiny.redis.client.Command
 
toString() - Method in class io.vertx.mutiny.redis.client.Redis
 
toString() - Method in class io.vertx.mutiny.redis.client.RedisAPI
 
toString() - Method in class io.vertx.mutiny.redis.client.RedisConnection
 
toString() - Method in class io.vertx.mutiny.redis.client.Request
 
toString() - Method in class io.vertx.mutiny.redis.client.Response
 
toString(Charset) - Method in class io.vertx.mutiny.redis.client.Response
 
touch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Alters the last access time of a key(s).
TOUCH - Static variable in class io.vertx.mutiny.redis.client.Command
Alters the last access time of a key(s).
touchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of touch(List).
touchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of touch(List) that ignores the result of the operation.
TS_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_ALTER - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_CREATERULE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_DECRBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_DELETERULE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_GET - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_MADD - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_MRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_MREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_QUERYINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_RANGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
TS_REVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
 
tsAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.ADD.
tsAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsAdd(List).
tsAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsAdd(List) that ignores the result of the operation.
tsAlter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.ALTER.
tsAlterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsAlter(List).
tsAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsAlter(List) that ignores the result of the operation.
tsCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.CREATE.
tsCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsCreate(List).
tsCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsCreate(List) that ignores the result of the operation.
tsCreaterule(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.CREATERULE.
tsCreateruleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsCreaterule(List).
tsCreateruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsCreaterule(List) that ignores the result of the operation.
tsDecrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.DECRBY.
tsDecrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsDecrby(List).
tsDecrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsDecrby(List) that ignores the result of the operation.
tsDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.DEL.
tsDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsDel(List).
tsDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsDel(List) that ignores the result of the operation.
tsDeleterule(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.DELETERULE.
tsDeleteruleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsDeleterule(List).
tsDeleteruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsDeleterule(List) that ignores the result of the operation.
tsGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.GET.
tsGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsGet(List).
tsGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsGet(List) that ignores the result of the operation.
tsIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.INCRBY.
tsIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsIncrby(List).
tsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsIncrby(List) that ignores the result of the operation.
tsInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.INFO.
tsInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsInfo(List).
tsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsInfo(List) that ignores the result of the operation.
tsMadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.MADD.
tsMaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsMadd(List).
tsMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsMadd(List) that ignores the result of the operation.
tsMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.MGET.
tsMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsMget(List).
tsMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsMget(List) that ignores the result of the operation.
tsMrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.MRANGE.
tsMrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsMrange(List).
tsMrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsMrange(List) that ignores the result of the operation.
tsMrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.MREVRANGE.
tsMrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsMrevrange(List).
tsMrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsMrevrange(List) that ignores the result of the operation.
tsQueryindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.QUERYINDEX.
tsQueryindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsQueryindex(List).
tsQueryindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsQueryindex(List) that ignores the result of the operation.
tsRange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.RANGE.
tsRangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsRange(List).
tsRangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsRange(List) that ignores the result of the operation.
tsRevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Redis command TS.REVRANGE.
tsRevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of tsRevrange(List).
tsRevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of tsRevrange(List) that ignores the result of the operation.
ttl(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the time to live for a key in seconds.
TTL - Static variable in class io.vertx.mutiny.redis.client.Command
Get the time to live for a key in seconds.
ttlAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of ttl(String).
ttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of ttl(String) that ignores the result of the operation.
type() - Method in class io.vertx.mutiny.redis.client.Response
 
type(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine the type stored at key.
TYPE - Static variable in class io.vertx.mutiny.redis.client.Command
Determine the type stored at key.
typeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of type(String).
typeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of type(String) that ignores the result of the operation.

U

unlink(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Delete a key asynchronously in another thread.
UNLINK - Static variable in class io.vertx.mutiny.redis.client.Command
Delete a key asynchronously in another thread.
unlinkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of unlink(List).
unlinkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of unlink(List) that ignores the result of the operation.
unsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Stop listening for messages posted to the given channels.
UNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
Stop listening for messages posted to the given channels.
unsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of unsubscribe(List).
unsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of unsubscribe(List) that ignores the result of the operation.
unwatch() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Forget about all watched keys.
UNWATCH - Static variable in class io.vertx.mutiny.redis.client.Command
Forget about all watched keys.
unwatchAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of unwatch().
unwatchAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of unwatch() that ignores the result of the operation.

W

wait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
WAIT - Static variable in class io.vertx.mutiny.redis.client.Command
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
waitAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of wait(String,String).
waitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of wait(String,String) that ignores the result of the operation.
watch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Watch the given keys to determine execution of the MULTI/EXEC block.
WATCH - Static variable in class io.vertx.mutiny.redis.client.Command
Watch the given keys to determine execution of the MULTI/EXEC block.
watchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of watch(List).
watchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of watch(List) that ignores the result of the operation.

X

xack(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
XACK - Static variable in class io.vertx.mutiny.redis.client.Command
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
xackAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xack(List).
xackAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xack(List) that ignores the result of the operation.
xadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Appends a new entry to a stream.
XADD - Static variable in class io.vertx.mutiny.redis.client.Command
Appends a new entry to a stream.
xaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xadd(List).
xaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xadd(List) that ignores the result of the operation.
xautoclaim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
XAUTOCLAIM - Static variable in class io.vertx.mutiny.redis.client.Command
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
xautoclaimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xautoclaim(List).
xautoclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xautoclaim(List) that ignores the result of the operation.
xclaim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
XCLAIM - Static variable in class io.vertx.mutiny.redis.client.Command
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
xclaimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xclaim(List).
xclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xclaim(List) that ignores the result of the operation.
xdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Removes the specified entries from the stream.
XDEL - Static variable in class io.vertx.mutiny.redis.client.Command
Removes the specified entries from the stream.
xdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xdel(List).
xdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xdel(List) that ignores the result of the operation.
xgroup(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for consumer groups commands.
XGROUP - Static variable in class io.vertx.mutiny.redis.client.Command
A container for consumer groups commands.
xgroupAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xgroup(List).
xgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xgroup(List) that ignores the result of the operation.
xinfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
A container for stream introspection commands.
XINFO - Static variable in class io.vertx.mutiny.redis.client.Command
A container for stream introspection commands.
xinfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xinfo(List).
xinfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xinfo(List) that ignores the result of the operation.
xlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return the number of entries in a stream.
XLEN - Static variable in class io.vertx.mutiny.redis.client.Command
Return the number of entries in a stream.
xlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xlen(String).
xlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xlen(String) that ignores the result of the operation.
xpending(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
XPENDING - Static variable in class io.vertx.mutiny.redis.client.Command
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
xpendingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xpending(List).
xpendingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xpending(List) that ignores the result of the operation.
xrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of elements in a stream, with IDs matching the specified IDs interval.
XRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of elements in a stream, with IDs matching the specified IDs interval.
xrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xrange(List).
xrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xrange(List) that ignores the result of the operation.
xread(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
XREAD - Static variable in class io.vertx.mutiny.redis.client.Command
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
xreadAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xread(List).
xreadAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xread(List) that ignores the result of the operation.
xreadgroup(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
XREADGROUP - Static variable in class io.vertx.mutiny.redis.client.Command
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
xreadgroupAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xreadgroup(List).
xreadgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xreadgroup(List) that ignores the result of the operation.
xrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
XREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
xrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xrevrange(List).
xrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xrevrange(List) that ignores the result of the operation.
xsetid(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
An internal command for replicating stream values.
XSETID - Static variable in class io.vertx.mutiny.redis.client.Command
An internal command for replicating stream values.
xsetidAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xsetid(List).
xsetidAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xsetid(List) that ignores the result of the operation.
xtrim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Trims the stream to (approximately if '~' is passed) a certain size.
XTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
Trims the stream to (approximately if '~' is passed) a certain size.
xtrimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of xtrim(List).
xtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of xtrim(List) that ignores the result of the operation.

Z

zadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add one or more members to a sorted set, or update its score if it already exists.
ZADD - Static variable in class io.vertx.mutiny.redis.client.Command
Add one or more members to a sorted set, or update its score if it already exists.
zaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zadd(List).
zaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zadd(List) that ignores the result of the operation.
zcard(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the number of members in a sorted set.
ZCARD - Static variable in class io.vertx.mutiny.redis.client.Command
Get the number of members in a sorted set.
zcardAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zcard(String).
zcardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zcard(String) that ignores the result of the operation.
zcount(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Count the members in a sorted set with scores within the given values.
ZCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
Count the members in a sorted set with scores within the given values.
zcountAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zcount(String,String,String).
zcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zcount(String,String,String) that ignores the result of the operation.
zdiff(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Subtract multiple sorted sets.
ZDIFF - Static variable in class io.vertx.mutiny.redis.client.Command
Subtract multiple sorted sets.
zdiffAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zdiff(List).
zdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zdiff(List) that ignores the result of the operation.
zdiffstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Subtract multiple sorted sets and store the resulting sorted set in a new key.
ZDIFFSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Subtract multiple sorted sets and store the resulting sorted set in a new key.
zdiffstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zdiffstore(List).
zdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zdiffstore(List) that ignores the result of the operation.
zincrby(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Increment the score of a member in a sorted set.
ZINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
Increment the score of a member in a sorted set.
zincrbyAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zincrby(String,String,String).
zincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zincrby(String,String,String) that ignores the result of the operation.
zinter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sorted sets.
ZINTER - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sorted sets.
zinterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zinter(List).
zinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zinter(List) that ignores the result of the operation.
zintercard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sorted sets and return the cardinality of the result.
ZINTERCARD - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sorted sets and return the cardinality of the result.
zintercardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zintercard(List).
zintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zintercard(List) that ignores the result of the operation.
zinterstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Intersect multiple sorted sets and store the resulting sorted set in a new key.
ZINTERSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zinterstore(List).
zinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zinterstore(List) that ignores the result of the operation.
zlexcount(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Count the number of members in a sorted set between a given lexicographical range.
ZLEXCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
Count the number of members in a sorted set between a given lexicographical range.
zlexcountAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zlexcount(String,String,String).
zlexcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zlexcount(String,String,String) that ignores the result of the operation.
zmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return members with scores in a sorted set.
ZMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return members with scores in a sorted set.
zmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zmpop(List).
zmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zmpop(List) that ignores the result of the operation.
zmscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the score associated with the given members in a sorted set.
ZMSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
Get the score associated with the given members in a sorted set.
zmscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zmscore(List).
zmscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zmscore(List) that ignores the result of the operation.
zpopmax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return members with the highest scores in a sorted set.
ZPOPMAX - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return members with the highest scores in a sorted set.
zpopmaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zpopmax(List).
zpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zpopmax(List) that ignores the result of the operation.
zpopmin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove and return members with the lowest scores in a sorted set.
ZPOPMIN - Static variable in class io.vertx.mutiny.redis.client.Command
Remove and return members with the lowest scores in a sorted set.
zpopminAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zpopmin(List).
zpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zpopmin(List) that ignores the result of the operation.
zrandmember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get one or multiple random elements from a sorted set.
ZRANDMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
Get one or multiple random elements from a sorted set.
zrandmemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrandmember(List).
zrandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrandmember(List) that ignores the result of the operation.
zrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set.
ZRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set.
zrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrange(List).
zrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrange(List) that ignores the result of the operation.
zrangebylex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set, by lexicographical range.
ZRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set, by lexicographical range.
zrangebylexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrangebylex(List).
zrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrangebylex(List) that ignores the result of the operation.
zrangebyscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set, by score.
ZRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set, by score.
zrangebyscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrangebyscore(List).
zrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrangebyscore(List) that ignores the result of the operation.
zrangestore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Store a range of members from sorted set into another key.
ZRANGESTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Store a range of members from sorted set into another key.
zrangestoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrangestore(List).
zrangestoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrangestore(List) that ignores the result of the operation.
zrank(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine the index of a member in a sorted set.
ZRANK - Static variable in class io.vertx.mutiny.redis.client.Command
Determine the index of a member in a sorted set.
zrankAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrank(String,String).
zrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrank(String,String) that ignores the result of the operation.
zrem(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove one or more members from a sorted set.
ZREM - Static variable in class io.vertx.mutiny.redis.client.Command
Remove one or more members from a sorted set.
zremAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrem(List).
zremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrem(List) that ignores the result of the operation.
zremrangebylex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove all members in a sorted set between the given lexicographical range.
ZREMRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
Remove all members in a sorted set between the given lexicographical range.
zremrangebylexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
zremrangebylexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zremrangebylex(String,String,String) that ignores the result of the operation.
zremrangebyrank(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove all members in a sorted set within the given indexes.
ZREMRANGEBYRANK - Static variable in class io.vertx.mutiny.redis.client.Command
Remove all members in a sorted set within the given indexes.
zremrangebyrankAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
zremrangebyrankAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zremrangebyrank(String,String,String) that ignores the result of the operation.
zremrangebyscore(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Remove all members in a sorted set within the given scores.
ZREMRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
Remove all members in a sorted set within the given scores.
zremrangebyscoreAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
zremrangebyscoreAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zremrangebyscore(String,String,String) that ignores the result of the operation.
zrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set, by index, with scores ordered from high to low.
ZREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrevrange(List).
zrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrevrange(List) that ignores the result of the operation.
zrevrangebylex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
ZREVRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
zrevrangebylexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrevrangebylex(List).
zrevrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrevrangebylex(List) that ignores the result of the operation.
zrevrangebyscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Return a range of members in a sorted set, by score, with scores ordered from high to low.
ZREVRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrevrangebyscore(List).
zrevrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrevrangebyscore(List) that ignores the result of the operation.
zrevrank(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Determine the index of a member in a sorted set, with scores ordered from high to low.
ZREVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrankAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zrevrank(String,String).
zrevrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zrevrank(String,String) that ignores the result of the operation.
zscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Incrementally iterate sorted sets elements and associated scores.
ZSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
Incrementally iterate sorted sets elements and associated scores.
zscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zscan(List).
zscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zscan(List) that ignores the result of the operation.
zscore(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Get the score associated with the given member in a sorted set.
ZSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
Get the score associated with the given member in a sorted set.
zscoreAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zscore(String,String).
zscoreAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zscore(String,String) that ignores the result of the operation.
zunion(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add multiple sorted sets.
ZUNION - Static variable in class io.vertx.mutiny.redis.client.Command
Add multiple sorted sets.
zunionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zunion(List).
zunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zunion(List) that ignores the result of the operation.
zunionstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Add multiple sorted sets and store the resulting sorted set in a new key.
ZUNIONSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of zunionstore(List).
zunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of zunionstore(List) that ignores the result of the operation.

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Command
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Redis
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.RedisAPI
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.RedisConnection
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Request
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Response
 
A B C D E F G H I J K L M N O P Q R S T U W X Z _ 
All Classes and Interfaces|All Packages