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 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 RedisAPI.acl(List).
aclAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.append(String,String).
appendAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.asking().
askingAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.auth(List).
authAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 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 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 RedisAPI.bfAdd(List).
bfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfCard(List).
bfCardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfDebug(List).
bfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfExists(List).
bfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfInfo(List).
bfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfInsert(List).
bfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfLoadchunk(List).
bfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfMadd(List).
bfMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfMexists(List).
bfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfReserve(List).
bfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bfScandump(List).
bfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bgrewriteaof().
bgrewriteaofAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bgsave(List).
bgsaveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bitcount(List).
bitcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bitfield(List).
bitfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bitfieldRo(List).
bitfieldRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bitop(List).
bitopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bitpos(List).
bitposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.blmpop(List).
blmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.blpop(List).
blpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.brpop(List).
brpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.bzmpop(List).
bzmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bzpopmax(List).
bzpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.bzpopmin(List).
bzpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfAdd(List).
cfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfAddnx(List).
cfAddnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfCompact(List).
cfCompactAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfCount(List).
cfCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfDebug(List).
cfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfDel(List).
cfDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfExists(List).
cfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfInfo(List).
cfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfInsert(List).
cfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfInsertnx(List).
cfInsertnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfLoadchunk(List).
cfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfMexists(List).
cfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfReserve(List).
cfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cfScandump(List).
cfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.client(List).
clientAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 close().
closeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisConnection
Variant of 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 RedisAPI.cluster(List).
clusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsIncrby(List).
cmsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsInfo(List).
cmsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsInitbydim(List).
cmsInitbydimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsInitbyprob(List).
cmsInitbyprobAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsMerge(List).
cmsMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.cmsQuery(List).
cmsQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.command(List).
commandAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.config(List).
configAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.copy(List).
copyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.dbsize().
dbsizeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.debug(List).
debugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.decr(String).
decrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.decrby(String,String).
decrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.del(List).
delAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.discard().
discardAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.dump(String).
dumpAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.echo(String).
echoAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.eval(List).
evalAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.evalRo(List).
evalRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.evalsha(List).
evalshaAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.evalshaRo(List).
evalshaRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.exec().
execAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.exists(List).
existsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.expire(List).
expireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.expireat(List).
expireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.expiretime(String).
expiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.failover(List).
failoverAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.fcall(List).
fcallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.fcallRo(List).
fcallRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.flushall(List).
flushallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.flushdb(List).
flushdbAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAdd(List).
ftAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAggregate(List).
ftAggregateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAliasadd(List).
ftAliasaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAliasaddifnx(List).
ftAliasaddifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAliasdel(List).
ftAliasdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAliasdelifx(List).
ftAliasdelifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAliasupdate(List).
ftAliasupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAlter(List).
ftAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftAlterifnx(List).
ftAlterifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftConfig(List).
ftConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftCreate(List).
ftCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftCreateifnx(List).
ftCreateifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftCursor(List).
ftCursorAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDebug(List).
ftDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDel(List).
ftDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDictadd(List).
ftDictaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDictdel(List).
ftDictdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDictdump(List).
ftDictdumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDrop(List).
ftDropAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDropifx(List).
ftDropifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDropindex(List).
ftDropindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftDropindexifx(List).
ftDropindexifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftExplain(List).
ftExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftExplaincli(List).
ftExplaincliAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftGet(List).
ftGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftInfo(List).
ftInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftList(List).
ftListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftMget(List).
ftMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftProfile(List).
ftProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSafeadd(List).
ftSafeaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSearch(List).
ftSearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSpellcheck(List).
ftSpellcheckAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSugadd(List).
ftSugaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSugdel(List).
ftSugdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSugget(List).
ftSuggetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSuglen(List).
ftSuglenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSynadd(List).
ftSynaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSyndump(List).
ftSyndumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftSynupdate(List).
ftSynupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ftTagvals(List).
ftTagvalsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.function(List).
functionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geoadd(List).
geoaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geodist(List).
geodistAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geohash(List).
geohashAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geopos(List).
geoposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.georadius(List).
georadiusAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
georadiusbymemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
georadiusbymemberRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.georadiusRo(List).
georadiusRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geosearch(List).
geosearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.geosearchstore(List).
geosearchstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.get(String).
getAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.getbit(String,String).
getbitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.getdel(String).
getdelAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.getex(List).
getexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
getrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.getset(String,String).
getsetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphBulk(List).
graphBulkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphConfig(List).
graphConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphDebug(List).
graphDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphDelete(List).
graphDeleteAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphExplain(List).
graphExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphList(List).
graphListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphProfile(List).
graphProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphQuery(List).
graphQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphRoQuery(List).
graphRoQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.graphSlowlog(List).
graphSlowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hdel(List).
hdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hello(List).
helloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hexists(String,String).
hexistsAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hgetall(String).
hgetallAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.hgetall(String) that ignores the result of the operation.
hgetAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Blocking variant of RedisAPI.hget(String,String).
hgetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
hincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.hkeys(String).
hkeysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hlen(String).
hlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hmget(List).
hmgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hmset(List).
hmsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hrandfield(List).
hrandfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hscan(List).
hscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hset(List).
hsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
hsetnxAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hstrlen(String,String).
hstrlenAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.hvals(String).
hvalsAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.incr(String).
incrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.incrby(String,String).
incrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
incrbyfloatAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.info(List).
infoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrappend(List).
jsonArrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrindex(List).
jsonArrindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrinsert(List).
jsonArrinsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrlen(List).
jsonArrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrpop(List).
jsonArrpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonArrtrim(List).
jsonArrtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonClear(List).
jsonClearAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonDebug(List).
jsonDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonDel(List).
jsonDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonForget(List).
jsonForgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonGet(List).
jsonGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonMget(List).
jsonMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonNumincrby(List).
jsonNumincrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonNummultby(List).
jsonNummultbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonNumpowby(List).
jsonNumpowbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonObjkeys(List).
jsonObjkeysAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonObjlen(List).
jsonObjlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonResp(List).
jsonRespAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonSet(List).
jsonSetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonStrappend(List).
jsonStrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonStrlen(List).
jsonStrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonToggle(List).
jsonToggleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.jsonType(List).
jsonTypeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.keys(String).
keysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lastsave().
lastsaveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.latency(List).
latencyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lcs(List).
lcsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lindex(String,String).
lindexAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.llen(String).
llenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.lmpop(List).
lmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lolwut(List).
lolwutAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lpop(List).
lpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lpos(List).
lposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lpush(List).
lpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.lpushx(List).
lpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
lrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
lremAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
lsetAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
ltrimAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.memory(List).
memoryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.mget(List).
mgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.migrate(List).
migrateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.module(List).
moduleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.monitor().
monitorAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.move(String,String).
moveAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.mset(List).
msetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.msetnx(List).
msetnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.multi().
multiAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.object(List).
objectAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.persist(String).
persistAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pexpire(List).
pexpireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pexpireat(List).
pexpireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pexpiretime(String).
pexpiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pfadd(List).
pfaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pfcount(List).
pfcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pfdebug(String,String).
pfdebugAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pfmerge(List).
pfmergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pfselftest().
pfselftestAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ping(List).
pingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
psetexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.psubscribe(List).
psubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.psync(List).
psyncAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pttl(String).
pttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.publish(String,String).
publishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.pubsub(List).
pubsubAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.punsubscribe(List).
punsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.quit(List).
quitAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.randomkey().
randomkeyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.readonly().
readonlyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.readwrite().
readwriteAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.rename(String,String).
renameAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
renamenxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.replconf(List).
replconfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
replicaofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.reset().
resetAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.restore(List).
restoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.restoreAsking(List).
restoreAskingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.role().
roleAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.rpop(List).
rpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
rpoplpushAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.rpush(List).
rpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.rpushx(List).
rpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sadd(List).
saddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.save().
saveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.scan(List).
scanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.scard(String).
scardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.script(List).
scriptAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sdiff(List).
sdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sdiffstore(List).
sdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.select(String).
selectAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 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 RedisAPI.set(List).
setAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
setbitAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
setexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.setnx(String,String).
setnxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
setrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.shutdown(List).
shutdownAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sinter(List).
sinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sintercard(List).
sintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sinterstore(List).
sinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
sismemberAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.slaveof(String,String).
slaveofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.slowlog(List).
slowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.smembers(String).
smembersAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.smismember(List).
smismemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
smoveAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sort(List).
sortAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sortRo(List).
sortRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.spop(List).
spopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
spublishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.srandmember(List).
srandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.srem(List).
sremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sscan(List).
sscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ssubscribe(List).
ssubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.strlen(String).
strlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.subscribe(List).
subscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
substrAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sunion(List).
sunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sunionstore(List).
sunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sunsubscribe(List).
sunsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.swapdb(String,String).
swapdbAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.sync().
syncAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestAdd(List).
tdigestAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestByrank(List).
tdigestByrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestByrevrank(List).
tdigestByrevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestCdf(List).
tdigestCdfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestCreate(List).
tdigestCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestInfo(List).
tdigestInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestMax(List).
tdigestMaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestMerge(List).
tdigestMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestMin(List).
tdigestMinAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestQuantile(List).
tdigestQuantileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestRank(List).
tdigestRankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestReset(List).
tdigestResetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tdigestRevrank(List).
tdigestRevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
tdigestTrimmedMeanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.time().
timeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
timeseriesClustersetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.timeseriesHello(List).
timeseriesHelloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
timeseriesInfoclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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
timeseriesNetworktestAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
timeseriesRefreshclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkAdd(List).
topkAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkCount(List).
topkCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkIncrby(List).
topkIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkInfo(List).
topkInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkList(List).
topkListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkQuery(List).
topkQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.topkReserve(List).
topkReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.touch(List).
touchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsAdd(List).
tsAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsAlter(List).
tsAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsCreate(List).
tsCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsCreaterule(List).
tsCreateruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsDecrby(List).
tsDecrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsDel(List).
tsDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsDeleterule(List).
tsDeleteruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsGet(List).
tsGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsIncrby(List).
tsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsInfo(List).
tsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsMadd(List).
tsMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsMget(List).
tsMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsMrange(List).
tsMrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsMrevrange(List).
tsMrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsQueryindex(List).
tsQueryindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsRange(List).
tsRangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.tsRevrange(List).
tsRevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.ttl(String).
ttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.type(String).
typeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.unlink(List).
unlinkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.unsubscribe(List).
unsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.unwatch().
unwatchAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.wait(String,String).
waitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.watch(List).
watchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xack(List).
xackAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xadd(List).
xaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xautoclaim(List).
xautoclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xclaim(List).
xclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xdel(List).
xdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xgroup(List).
xgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xinfo(List).
xinfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xlen(String).
xlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xpending(List).
xpendingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xrange(List).
xrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xread(List).
xreadAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xreadgroup(List).
xreadgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xrevrange(List).
xrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xsetid(List).
xsetidAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.xtrim(List).
xtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zadd(List).
zaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zcard(String).
zcardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
zcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zdiff(List).
zdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zdiffstore(List).
zdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
zincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zinter(List).
zinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zintercard(List).
zintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zinterstore(List).
zinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
zlexcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zmpop(List).
zmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zmscore(List).
zmscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zpopmax(List).
zpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zpopmin(List).
zpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrandmember(List).
zrandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrange(List).
zrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrangebylex(List).
zrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrangebyscore(List).
zrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrangestore(List).
zrangestoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrank(String,String).
zrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrem(List).
zremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.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 RedisAPI.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 RedisAPI.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 RedisAPI.zrevrange(List).
zrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrevrangebylex(List).
zrevrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zrevrangebyscore(List).
zrevrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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
zrevrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zscan(List).
zscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zscore(String,String).
zscoreAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zunion(List).
zunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 RedisAPI.zunionstore(List).
zunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
Variant of RedisAPI.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 All Packages