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

A

append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

B

bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

C

clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
close() - Method in class io.vertx.tp.plugin.redis.RedisStore
 
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
command(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
createSession(long) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
createSession(long, int) - Method in class io.vertx.tp.plugin.redis.RedisStore
 

D

dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
dbsize(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
decr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
decrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
del(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
del(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
discard(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

E

echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
eval(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
eval(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
evalScript(Script, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
evalsha(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
evalsha(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
exec(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
exists(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
exists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
existsMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
existsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
expire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
expire(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
expireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
expireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

F

flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

G

geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geohash(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geopos(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
get() - Method in class io.vertx.tp.plugin.redis.RedisInfix
 
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
getAuth() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
getClient() - Static method in class io.vertx.tp.plugin.redis.RedisInfix
 
getCode() - Method in exception io.vertx.tp.error._409SessionVersionException
 
getHost() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
getPort() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
getRetryTimeout() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
getStatus() - Method in exception io.vertx.tp.error._409SessionVersionException
 
getTimeout() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 

H

hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hdel(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hexists(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hgetall(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hincrby(String, String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hkeys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hset(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hsetnx(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
hstrlen(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
hvals(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

I

incr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
incr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
incrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
incrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
info(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
info(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
infoSection(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
init(Vertx) - Static method in class io.vertx.tp.plugin.redis.RedisInfix
 
init(Vertx, JsonObject) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
io.vertx.tp.error - package io.vertx.tp.error
 
io.vertx.tp.plugin.redis - package io.vertx.tp.plugin.redis
 

K

keys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
keys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

L

lastsave(Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lastsave(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
linsert(String, InsertOptions, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
llen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
llen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lrem(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

M

mget(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
mget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
mgetMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
monitor(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
monitor(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
move(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
move(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
msetnx(JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
msetnx(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
multi(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

O

object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
object(String, ObjectCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

P

persist(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
persist(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pexpire(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pexpireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pfadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pfcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pfcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pfcountMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
psetex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
psubscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
publish(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pubsubChannels(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pubsubNumpat(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
pubsubNumsub(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
put(Session, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisStore
 

R

randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
RedisClientStub - Class in io.vertx.tp.plugin.redis
 
RedisClientStub(Vertx, RedisOptions) - Constructor for class io.vertx.tp.plugin.redis.RedisClientStub
 
RedisClientStub.RedisTransactionImpl - Class in io.vertx.tp.plugin.redis
 
RedisExtra - Class in io.vertx.tp.plugin.redis
 
RedisExtra() - Constructor for class io.vertx.tp.plugin.redis.RedisExtra
 
RedisInfix - Class in io.vertx.tp.plugin.redis
 
RedisInfix() - Constructor for class io.vertx.tp.plugin.redis.RedisInfix
 
RedisSession - Class in io.vertx.tp.plugin.redis
 
RedisSession() - Constructor for class io.vertx.tp.plugin.redis.RedisSession
 
RedisSession(PRNG) - Constructor for class io.vertx.tp.plugin.redis.RedisSession
 
RedisSession(PRNG, long, int) - Constructor for class io.vertx.tp.plugin.redis.RedisSession
 
RedisStore - Class in io.vertx.tp.plugin.redis
 
RedisStore() - Constructor for class io.vertx.tp.plugin.redis.RedisStore
 
RedisTransactionImpl() - Constructor for class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
renamenx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
renamenx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
retryTimeout() - Method in class io.vertx.tp.plugin.redis.RedisStore
 
role(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
role(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
rpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
rpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 

S

sadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
save(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
save(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptDebug(ScriptDebugOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptExists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sdiffstore(String, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
set(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
set(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setAuth(String) - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setbit(String, long, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setHost(String) - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
setnx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setnx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setPort(int) - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
setrange(String, int, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
setRetryTimeout(long) - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
setTimeout(long) - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sinter(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sinterstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sismember(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sismember(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.tp.plugin.redis.RedisStore
 
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
slowlogGet(int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
slowlogLen(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
slowlogLen(Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
slowlogReset(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
smove(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
srem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
srem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
strlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
strlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
subscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sunion(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sunionstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
sync(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 

T

time(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
time(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
toString() - Method in class io.vertx.tp.plugin.redis.RedisExtra
 
touch(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
touchMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
transaction() - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
ttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
ttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 

U

unlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
unlink(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
unlinkMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
unlinkMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
unsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
unwatch(Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

W

wait(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
wait(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
watch(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
watchMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 

Z

zadd(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zaddMany(String, Map<String, Double>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zcard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zcard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zcount(String, double, double, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zlexcount(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zremrangebylex(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zremrangebyrank(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zremrangebyscore(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zrevrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub.RedisTransactionImpl
 
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.tp.plugin.redis.RedisClientStub
 

_

_409SessionVersionException - Exception in io.vertx.tp.error
 
_409SessionVersionException(Class<?>, int, int) - Constructor for exception io.vertx.tp.error._409SessionVersionException
 
A B C D E F G H I K L M O P R S T U W Z _ 
Skip navigation links

Copyright © 2020. All rights reserved.