public interface RedisAPI
| Modifier and Type | Method and Description |
|---|---|
default io.vertx.core.Future<Response> |
acl(List<String> args)
Redis command acl.
|
default RedisAPI |
acl(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command acl.
|
static RedisAPI |
api(Redis client) |
static RedisAPI |
api(RedisConnection connection) |
default io.vertx.core.Future<Response> |
append(String arg0,
String arg1)
Redis command append.
|
default RedisAPI |
append(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command append.
|
default io.vertx.core.Future<Response> |
asking()
Redis command asking.
|
default RedisAPI |
asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command asking.
|
default io.vertx.core.Future<Response> |
auth(List<String> args)
Redis command auth.
|
default RedisAPI |
auth(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command auth.
|
default io.vertx.core.Future<Response> |
bfAdd(List<String> args)
Redis command bfAdd.
|
default RedisAPI |
bfAdd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfAdd.
|
default io.vertx.core.Future<Response> |
bfDebug(List<String> args)
Redis command bfDebug.
|
default RedisAPI |
bfDebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfDebug.
|
default io.vertx.core.Future<Response> |
bfExists(List<String> args)
Redis command bfExists.
|
default RedisAPI |
bfExists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfExists.
|
default io.vertx.core.Future<Response> |
bfInfo(List<String> args)
Redis command bfInfo.
|
default RedisAPI |
bfInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfInfo.
|
default io.vertx.core.Future<Response> |
bfInsert(List<String> args)
Redis command bfInsert.
|
default RedisAPI |
bfInsert(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfInsert.
|
default io.vertx.core.Future<Response> |
bfLoadchunk(List<String> args)
Redis command bfLoadchunk.
|
default RedisAPI |
bfLoadchunk(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfLoadchunk.
|
default io.vertx.core.Future<Response> |
bfMadd(List<String> args)
Redis command bfMadd.
|
default RedisAPI |
bfMadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfMadd.
|
default io.vertx.core.Future<Response> |
bfMexists(List<String> args)
Redis command bfMexists.
|
default RedisAPI |
bfMexists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfMexists.
|
default io.vertx.core.Future<Response> |
bfReserve(List<String> args)
Redis command bfReserve.
|
default RedisAPI |
bfReserve(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfReserve.
|
default io.vertx.core.Future<Response> |
bfScandump(List<String> args)
Redis command bfScandump.
|
default RedisAPI |
bfScandump(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bfScandump.
|
default io.vertx.core.Future<Response> |
bgrewriteaof()
Redis command bgrewriteaof.
|
default RedisAPI |
bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bgrewriteaof.
|
default io.vertx.core.Future<Response> |
bgsave(List<String> args)
Redis command bgsave.
|
default RedisAPI |
bgsave(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bgsave.
|
default io.vertx.core.Future<Response> |
bitcount(List<String> args)
Redis command bitcount.
|
default RedisAPI |
bitcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitcount.
|
default io.vertx.core.Future<Response> |
bitfield(List<String> args)
Redis command bitfield.
|
default RedisAPI |
bitfield(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitfield.
|
default io.vertx.core.Future<Response> |
bitfieldRo(List<String> args)
Redis command bitfieldRo.
|
default RedisAPI |
bitfieldRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitfieldRo.
|
default io.vertx.core.Future<Response> |
bitop(List<String> args)
Redis command bitop.
|
default RedisAPI |
bitop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitop.
|
default io.vertx.core.Future<Response> |
bitpos(List<String> args)
Redis command bitpos.
|
default RedisAPI |
bitpos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitpos.
|
default io.vertx.core.Future<Response> |
blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Redis command blmove.
|
default RedisAPI |
blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command blmove.
|
default io.vertx.core.Future<Response> |
blmpop(List<String> args)
Redis command blmpop.
|
default RedisAPI |
blmpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command blmpop.
|
default io.vertx.core.Future<Response> |
blpop(List<String> args)
Redis command blpop.
|
default RedisAPI |
blpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command blpop.
|
default io.vertx.core.Future<Response> |
brpop(List<String> args)
Redis command brpop.
|
default RedisAPI |
brpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command brpop.
|
default io.vertx.core.Future<Response> |
brpoplpush(String arg0,
String arg1,
String arg2)
Redis command brpoplpush.
|
default RedisAPI |
brpoplpush(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command brpoplpush.
|
default io.vertx.core.Future<Response> |
bzmpop(List<String> args)
Redis command bzmpop.
|
default RedisAPI |
bzmpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bzmpop.
|
default io.vertx.core.Future<Response> |
bzpopmax(List<String> args)
Redis command bzpopmax.
|
default RedisAPI |
bzpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bzpopmax.
|
default io.vertx.core.Future<Response> |
bzpopmin(List<String> args)
Redis command bzpopmin.
|
default RedisAPI |
bzpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bzpopmin.
|
default io.vertx.core.Future<Response> |
cfAdd(List<String> args)
Redis command cfAdd.
|
default RedisAPI |
cfAdd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfAdd.
|
default io.vertx.core.Future<Response> |
cfAddnx(List<String> args)
Redis command cfAddnx.
|
default RedisAPI |
cfAddnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfAddnx.
|
default io.vertx.core.Future<Response> |
cfCompact(List<String> args)
Redis command cfCompact.
|
default RedisAPI |
cfCompact(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfCompact.
|
default io.vertx.core.Future<Response> |
cfCount(List<String> args)
Redis command cfCount.
|
default RedisAPI |
cfCount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfCount.
|
default io.vertx.core.Future<Response> |
cfDebug(List<String> args)
Redis command cfDebug.
|
default RedisAPI |
cfDebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfDebug.
|
default io.vertx.core.Future<Response> |
cfDel(List<String> args)
Redis command cfDel.
|
default RedisAPI |
cfDel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfDel.
|
default io.vertx.core.Future<Response> |
cfExists(List<String> args)
Redis command cfExists.
|
default RedisAPI |
cfExists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfExists.
|
default io.vertx.core.Future<Response> |
cfInfo(List<String> args)
Redis command cfInfo.
|
default RedisAPI |
cfInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfInfo.
|
default io.vertx.core.Future<Response> |
cfInsert(List<String> args)
Redis command cfInsert.
|
default RedisAPI |
cfInsert(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfInsert.
|
default io.vertx.core.Future<Response> |
cfInsertnx(List<String> args)
Redis command cfInsertnx.
|
default RedisAPI |
cfInsertnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfInsertnx.
|
default io.vertx.core.Future<Response> |
cfLoadchunk(List<String> args)
Redis command cfLoadchunk.
|
default RedisAPI |
cfLoadchunk(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfLoadchunk.
|
default io.vertx.core.Future<Response> |
cfMexists(List<String> args)
Redis command cfMexists.
|
default RedisAPI |
cfMexists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfMexists.
|
default io.vertx.core.Future<Response> |
cfReserve(List<String> args)
Redis command cfReserve.
|
default RedisAPI |
cfReserve(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfReserve.
|
default io.vertx.core.Future<Response> |
cfScandump(List<String> args)
Redis command cfScandump.
|
default RedisAPI |
cfScandump(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cfScandump.
|
default io.vertx.core.Future<Response> |
client(List<String> args)
Redis command client.
|
default RedisAPI |
client(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command client.
|
void |
close() |
default io.vertx.core.Future<Response> |
cluster(List<String> args)
Redis command cluster.
|
default RedisAPI |
cluster(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cluster.
|
default io.vertx.core.Future<Response> |
cmsIncrby(List<String> args)
Redis command cmsIncrby.
|
default RedisAPI |
cmsIncrby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsIncrby.
|
default io.vertx.core.Future<Response> |
cmsInfo(List<String> args)
Redis command cmsInfo.
|
default RedisAPI |
cmsInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsInfo.
|
default io.vertx.core.Future<Response> |
cmsInitbydim(List<String> args)
Redis command cmsInitbydim.
|
default RedisAPI |
cmsInitbydim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsInitbydim.
|
default io.vertx.core.Future<Response> |
cmsInitbyprob(List<String> args)
Redis command cmsInitbyprob.
|
default RedisAPI |
cmsInitbyprob(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsInitbyprob.
|
default io.vertx.core.Future<Response> |
cmsMerge(List<String> args)
Redis command cmsMerge.
|
default RedisAPI |
cmsMerge(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsMerge.
|
default io.vertx.core.Future<Response> |
cmsQuery(List<String> args)
Redis command cmsQuery.
|
default RedisAPI |
cmsQuery(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cmsQuery.
|
default io.vertx.core.Future<Response> |
command(List<String> args)
Redis command command.
|
default RedisAPI |
command(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command command.
|
default io.vertx.core.Future<Response> |
config(List<String> args)
Redis command config.
|
default RedisAPI |
config(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command config.
|
default io.vertx.core.Future<Response> |
copy(List<String> args)
Redis command copy.
|
default RedisAPI |
copy(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command copy.
|
default io.vertx.core.Future<Response> |
dbsize()
Redis command dbsize.
|
default RedisAPI |
dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command dbsize.
|
default io.vertx.core.Future<Response> |
debug(List<String> args)
Redis command debug.
|
default RedisAPI |
debug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command debug.
|
default io.vertx.core.Future<Response> |
decr(String arg0)
Redis command decr.
|
default RedisAPI |
decr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command decr.
|
default io.vertx.core.Future<Response> |
decrby(String arg0,
String arg1)
Redis command decrby.
|
default RedisAPI |
decrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command decrby.
|
default io.vertx.core.Future<Response> |
del(List<String> args)
Redis command del.
|
default RedisAPI |
del(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command del.
|
default io.vertx.core.Future<Response> |
discard()
Redis command discard.
|
default RedisAPI |
discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command discard.
|
default io.vertx.core.Future<Response> |
dump(String arg0)
Redis command dump.
|
default RedisAPI |
dump(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command dump.
|
default io.vertx.core.Future<Response> |
echo(String arg0)
Redis command echo.
|
default RedisAPI |
echo(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command echo.
|
default io.vertx.core.Future<Response> |
eval(List<String> args)
Redis command eval.
|
default RedisAPI |
eval(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command eval.
|
default io.vertx.core.Future<Response> |
evalRo(List<String> args)
Redis command evalRo.
|
default RedisAPI |
evalRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command evalRo.
|
default io.vertx.core.Future<Response> |
evalsha(List<String> args)
Redis command evalsha.
|
default RedisAPI |
evalsha(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command evalsha.
|
default io.vertx.core.Future<Response> |
evalshaRo(List<String> args)
Redis command evalshaRo.
|
default RedisAPI |
evalshaRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command evalshaRo.
|
default io.vertx.core.Future<Response> |
exec()
Redis command exec.
|
default RedisAPI |
exec(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command exec.
|
default io.vertx.core.Future<Response> |
exists(List<String> args)
Redis command exists.
|
default RedisAPI |
exists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command exists.
|
default io.vertx.core.Future<Response> |
expire(List<String> args)
Redis command expire.
|
default RedisAPI |
expire(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expire.
|
default io.vertx.core.Future<Response> |
expireat(List<String> args)
Redis command expireat.
|
default RedisAPI |
expireat(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expireat.
|
default io.vertx.core.Future<Response> |
expiretime(String arg0)
Redis command expiretime.
|
default RedisAPI |
expiretime(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expiretime.
|
default io.vertx.core.Future<Response> |
failover(List<String> args)
Redis command failover.
|
default RedisAPI |
failover(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command failover.
|
default io.vertx.core.Future<Response> |
fcall(List<String> args)
Redis command fcall.
|
default RedisAPI |
fcall(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command fcall.
|
default io.vertx.core.Future<Response> |
fcallRo(List<String> args)
Redis command fcallRo.
|
default RedisAPI |
fcallRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command fcallRo.
|
default io.vertx.core.Future<Response> |
flushall(List<String> args)
Redis command flushall.
|
default RedisAPI |
flushall(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command flushall.
|
default io.vertx.core.Future<Response> |
flushdb(List<String> args)
Redis command flushdb.
|
default RedisAPI |
flushdb(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command flushdb.
|
default io.vertx.core.Future<Response> |
ftAdd(List<String> args)
Redis command ftAdd.
|
default RedisAPI |
ftAdd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAdd.
|
default io.vertx.core.Future<Response> |
ftAggregate(List<String> args)
Redis command ftAggregate.
|
default RedisAPI |
ftAggregate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAggregate.
|
default io.vertx.core.Future<Response> |
ftAliasadd(List<String> args)
Redis command ftAliasadd.
|
default RedisAPI |
ftAliasadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAliasadd.
|
default io.vertx.core.Future<Response> |
ftAliasaddifnx(List<String> args)
Redis command ftAliasaddifnx.
|
default RedisAPI |
ftAliasaddifnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAliasaddifnx.
|
default io.vertx.core.Future<Response> |
ftAliasdel(List<String> args)
Redis command ftAliasdel.
|
default RedisAPI |
ftAliasdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAliasdel.
|
default io.vertx.core.Future<Response> |
ftAliasdelifx(List<String> args)
Redis command ftAliasdelifx.
|
default RedisAPI |
ftAliasdelifx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAliasdelifx.
|
default io.vertx.core.Future<Response> |
ftAliasupdate(List<String> args)
Redis command ftAliasupdate.
|
default RedisAPI |
ftAliasupdate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAliasupdate.
|
default io.vertx.core.Future<Response> |
ftAlter(List<String> args)
Redis command ftAlter.
|
default RedisAPI |
ftAlter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAlter.
|
default io.vertx.core.Future<Response> |
ftAlterifnx(List<String> args)
Redis command ftAlterifnx.
|
default RedisAPI |
ftAlterifnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftAlterifnx.
|
default io.vertx.core.Future<Response> |
ftConfig(List<String> args)
Redis command ftConfig.
|
default RedisAPI |
ftConfig(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftConfig.
|
default io.vertx.core.Future<Response> |
ftCreate(List<String> args)
Redis command ftCreate.
|
default RedisAPI |
ftCreate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftCreate.
|
default io.vertx.core.Future<Response> |
ftCreateifnx(List<String> args)
Redis command ftCreateifnx.
|
default RedisAPI |
ftCreateifnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftCreateifnx.
|
default io.vertx.core.Future<Response> |
ftCursor(List<String> args)
Redis command ftCursor.
|
default RedisAPI |
ftCursor(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftCursor.
|
default io.vertx.core.Future<Response> |
ftDebug(List<String> args)
Redis command ftDebug.
|
default RedisAPI |
ftDebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDebug.
|
default io.vertx.core.Future<Response> |
ftDel(List<String> args)
Redis command ftDel.
|
default RedisAPI |
ftDel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDel.
|
default io.vertx.core.Future<Response> |
ftDictadd(List<String> args)
Redis command ftDictadd.
|
default RedisAPI |
ftDictadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDictadd.
|
default io.vertx.core.Future<Response> |
ftDictdel(List<String> args)
Redis command ftDictdel.
|
default RedisAPI |
ftDictdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDictdel.
|
default io.vertx.core.Future<Response> |
ftDictdump(List<String> args)
Redis command ftDictdump.
|
default RedisAPI |
ftDictdump(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDictdump.
|
default io.vertx.core.Future<Response> |
ftDrop(List<String> args)
Redis command ftDrop.
|
default RedisAPI |
ftDrop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDrop.
|
default io.vertx.core.Future<Response> |
ftDropifx(List<String> args)
Redis command ftDropifx.
|
default RedisAPI |
ftDropifx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDropifx.
|
default io.vertx.core.Future<Response> |
ftDropindex(List<String> args)
Redis command ftDropindex.
|
default RedisAPI |
ftDropindex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDropindex.
|
default io.vertx.core.Future<Response> |
ftDropindexifx(List<String> args)
Redis command ftDropindexifx.
|
default RedisAPI |
ftDropindexifx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftDropindexifx.
|
default io.vertx.core.Future<Response> |
ftExplain(List<String> args)
Redis command ftExplain.
|
default RedisAPI |
ftExplain(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftExplain.
|
default io.vertx.core.Future<Response> |
ftExplaincli(List<String> args)
Redis command ftExplaincli.
|
default RedisAPI |
ftExplaincli(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftExplaincli.
|
default io.vertx.core.Future<Response> |
ftGet(List<String> args)
Redis command ftGet.
|
default RedisAPI |
ftGet(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftGet.
|
default io.vertx.core.Future<Response> |
ftInfo(List<String> args)
Redis command ftInfo.
|
default RedisAPI |
ftInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftInfo.
|
default io.vertx.core.Future<Response> |
ftList(List<String> args)
Redis command ftList.
|
default RedisAPI |
ftList(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftList.
|
default io.vertx.core.Future<Response> |
ftMget(List<String> args)
Redis command ftMget.
|
default RedisAPI |
ftMget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftMget.
|
default io.vertx.core.Future<Response> |
ftProfile(List<String> args)
Redis command ftProfile.
|
default RedisAPI |
ftProfile(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftProfile.
|
default io.vertx.core.Future<Response> |
ftSafeadd(List<String> args)
Redis command ftSafeadd.
|
default RedisAPI |
ftSafeadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSafeadd.
|
default io.vertx.core.Future<Response> |
ftSearch(List<String> args)
Redis command ftSearch.
|
default RedisAPI |
ftSearch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSearch.
|
default io.vertx.core.Future<Response> |
ftSpellcheck(List<String> args)
Redis command ftSpellcheck.
|
default RedisAPI |
ftSpellcheck(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSpellcheck.
|
default io.vertx.core.Future<Response> |
ftSugadd(List<String> args)
Redis command ftSugadd.
|
default RedisAPI |
ftSugadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSugadd.
|
default io.vertx.core.Future<Response> |
ftSugdel(List<String> args)
Redis command ftSugdel.
|
default RedisAPI |
ftSugdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSugdel.
|
default io.vertx.core.Future<Response> |
ftSugget(List<String> args)
Redis command ftSugget.
|
default RedisAPI |
ftSugget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSugget.
|
default io.vertx.core.Future<Response> |
ftSuglen(List<String> args)
Redis command ftSuglen.
|
default RedisAPI |
ftSuglen(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSuglen.
|
default io.vertx.core.Future<Response> |
ftSynadd(List<String> args)
Redis command ftSynadd.
|
default RedisAPI |
ftSynadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSynadd.
|
default io.vertx.core.Future<Response> |
ftSyndump(List<String> args)
Redis command ftSyndump.
|
default RedisAPI |
ftSyndump(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSyndump.
|
default io.vertx.core.Future<Response> |
ftSynupdate(List<String> args)
Redis command ftSynupdate.
|
default RedisAPI |
ftSynupdate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftSynupdate.
|
default io.vertx.core.Future<Response> |
ftTagvals(List<String> args)
Redis command ftTagvals.
|
default RedisAPI |
ftTagvals(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ftTagvals.
|
default io.vertx.core.Future<Response> |
function(List<String> args)
Redis command function.
|
default RedisAPI |
function(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command function.
|
default io.vertx.core.Future<Response> |
geoadd(List<String> args)
Redis command geoadd.
|
default RedisAPI |
geoadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geoadd.
|
default io.vertx.core.Future<Response> |
geodist(List<String> args)
Redis command geodist.
|
default RedisAPI |
geodist(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geodist.
|
default io.vertx.core.Future<Response> |
geohash(List<String> args)
Redis command geohash.
|
default RedisAPI |
geohash(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geohash.
|
default io.vertx.core.Future<Response> |
geopos(List<String> args)
Redis command geopos.
|
default RedisAPI |
geopos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geopos.
|
default io.vertx.core.Future<Response> |
georadius(List<String> args)
Redis command georadius.
|
default RedisAPI |
georadius(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadius.
|
default io.vertx.core.Future<Response> |
georadiusbymember(List<String> args)
Redis command georadiusbymember.
|
default RedisAPI |
georadiusbymember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusbymember.
|
default io.vertx.core.Future<Response> |
georadiusbymemberRo(List<String> args)
Redis command georadiusbymemberRo.
|
default RedisAPI |
georadiusbymemberRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusbymemberRo.
|
default io.vertx.core.Future<Response> |
georadiusRo(List<String> args)
Redis command georadiusRo.
|
default RedisAPI |
georadiusRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusRo.
|
default io.vertx.core.Future<Response> |
geosearch(List<String> args)
Redis command geosearch.
|
default RedisAPI |
geosearch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geosearch.
|
default io.vertx.core.Future<Response> |
geosearchstore(List<String> args)
Redis command geosearchstore.
|
default RedisAPI |
geosearchstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geosearchstore.
|
default io.vertx.core.Future<Response> |
get(String arg0)
Redis command get.
|
default RedisAPI |
get(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command get.
|
default io.vertx.core.Future<Response> |
getbit(String arg0,
String arg1)
Redis command getbit.
|
default RedisAPI |
getbit(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getbit.
|
default io.vertx.core.Future<Response> |
getdel(String arg0)
Redis command getdel.
|
default RedisAPI |
getdel(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getdel.
|
default io.vertx.core.Future<Response> |
getex(List<String> args)
Redis command getex.
|
default RedisAPI |
getex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getex.
|
default io.vertx.core.Future<Response> |
getrange(String arg0,
String arg1,
String arg2)
Redis command getrange.
|
default RedisAPI |
getrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getrange.
|
default io.vertx.core.Future<Response> |
getset(String arg0,
String arg1)
Redis command getset.
|
default RedisAPI |
getset(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getset.
|
default io.vertx.core.Future<Response> |
graphBulk(List<String> args)
Redis command graphBulk.
|
default RedisAPI |
graphBulk(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphBulk.
|
default io.vertx.core.Future<Response> |
graphConfig(List<String> args)
Redis command graphConfig.
|
default RedisAPI |
graphConfig(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphConfig.
|
default io.vertx.core.Future<Response> |
graphDebug(List<String> args)
Redis command graphDebug.
|
default RedisAPI |
graphDebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphDebug.
|
default io.vertx.core.Future<Response> |
graphDelete(List<String> args)
Redis command graphDelete.
|
default RedisAPI |
graphDelete(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphDelete.
|
default io.vertx.core.Future<Response> |
graphExplain(List<String> args)
Redis command graphExplain.
|
default RedisAPI |
graphExplain(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphExplain.
|
default io.vertx.core.Future<Response> |
graphList(List<String> args)
Redis command graphList.
|
default RedisAPI |
graphList(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphList.
|
default io.vertx.core.Future<Response> |
graphProfile(List<String> args)
Redis command graphProfile.
|
default RedisAPI |
graphProfile(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphProfile.
|
default io.vertx.core.Future<Response> |
graphQuery(List<String> args)
Redis command graphQuery.
|
default RedisAPI |
graphQuery(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphQuery.
|
default io.vertx.core.Future<Response> |
graphRoQuery(List<String> args)
Redis command graphRoQuery.
|
default RedisAPI |
graphRoQuery(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphRoQuery.
|
default io.vertx.core.Future<Response> |
graphSlowlog(List<String> args)
Redis command graphSlowlog.
|
default RedisAPI |
graphSlowlog(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command graphSlowlog.
|
default io.vertx.core.Future<Response> |
hdel(List<String> args)
Redis command hdel.
|
default RedisAPI |
hdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hdel.
|
default io.vertx.core.Future<Response> |
hello(List<String> args)
Redis command hello.
|
default RedisAPI |
hello(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hello.
|
default io.vertx.core.Future<Response> |
hexists(String arg0,
String arg1)
Redis command hexists.
|
default RedisAPI |
hexists(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hexists.
|
default io.vertx.core.Future<Response> |
hget(String arg0,
String arg1)
Redis command hget.
|
default RedisAPI |
hget(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hget.
|
default io.vertx.core.Future<Response> |
hgetall(String arg0)
Redis command hgetall.
|
default RedisAPI |
hgetall(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hgetall.
|
default io.vertx.core.Future<Response> |
hincrby(String arg0,
String arg1,
String arg2)
Redis command hincrby.
|
default RedisAPI |
hincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hincrby.
|
default io.vertx.core.Future<Response> |
hincrbyfloat(String arg0,
String arg1,
String arg2)
Redis command hincrbyfloat.
|
default RedisAPI |
hincrbyfloat(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hincrbyfloat.
|
default io.vertx.core.Future<Response> |
hkeys(String arg0)
Redis command hkeys.
|
default RedisAPI |
hkeys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hkeys.
|
default io.vertx.core.Future<Response> |
hlen(String arg0)
Redis command hlen.
|
default RedisAPI |
hlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hlen.
|
default io.vertx.core.Future<Response> |
hmget(List<String> args)
Redis command hmget.
|
default RedisAPI |
hmget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hmget.
|
default io.vertx.core.Future<Response> |
hmset(List<String> args)
Redis command hmset.
|
default RedisAPI |
hmset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hmset.
|
default io.vertx.core.Future<Response> |
hrandfield(List<String> args)
Redis command hrandfield.
|
default RedisAPI |
hrandfield(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hrandfield.
|
default io.vertx.core.Future<Response> |
hscan(List<String> args)
Redis command hscan.
|
default RedisAPI |
hscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hscan.
|
default io.vertx.core.Future<Response> |
hset(List<String> args)
Redis command hset.
|
default RedisAPI |
hset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hset.
|
default io.vertx.core.Future<Response> |
hsetnx(String arg0,
String arg1,
String arg2)
Redis command hsetnx.
|
default RedisAPI |
hsetnx(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hsetnx.
|
default io.vertx.core.Future<Response> |
hstrlen(String arg0,
String arg1)
Redis command hstrlen.
|
default RedisAPI |
hstrlen(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hstrlen.
|
default io.vertx.core.Future<Response> |
hvals(String arg0)
Redis command hvals.
|
default RedisAPI |
hvals(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hvals.
|
default io.vertx.core.Future<Response> |
incr(String arg0)
Redis command incr.
|
default RedisAPI |
incr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incr.
|
default io.vertx.core.Future<Response> |
incrby(String arg0,
String arg1)
Redis command incrby.
|
default RedisAPI |
incrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incrby.
|
default io.vertx.core.Future<Response> |
incrbyfloat(String arg0,
String arg1)
Redis command incrbyfloat.
|
default RedisAPI |
incrbyfloat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incrbyfloat.
|
default io.vertx.core.Future<Response> |
info(List<String> args)
Redis command info.
|
default RedisAPI |
info(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command info.
|
default io.vertx.core.Future<Response> |
jsonArrappend(List<String> args)
Redis command jsonArrappend.
|
default RedisAPI |
jsonArrappend(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrappend.
|
default io.vertx.core.Future<Response> |
jsonArrindex(List<String> args)
Redis command jsonArrindex.
|
default RedisAPI |
jsonArrindex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrindex.
|
default io.vertx.core.Future<Response> |
jsonArrinsert(List<String> args)
Redis command jsonArrinsert.
|
default RedisAPI |
jsonArrinsert(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrinsert.
|
default io.vertx.core.Future<Response> |
jsonArrlen(List<String> args)
Redis command jsonArrlen.
|
default RedisAPI |
jsonArrlen(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrlen.
|
default io.vertx.core.Future<Response> |
jsonArrpop(List<String> args)
Redis command jsonArrpop.
|
default RedisAPI |
jsonArrpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrpop.
|
default io.vertx.core.Future<Response> |
jsonArrtrim(List<String> args)
Redis command jsonArrtrim.
|
default RedisAPI |
jsonArrtrim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonArrtrim.
|
default io.vertx.core.Future<Response> |
jsonClear(List<String> args)
Redis command jsonClear.
|
default RedisAPI |
jsonClear(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonClear.
|
default io.vertx.core.Future<Response> |
jsonDebug(List<String> args)
Redis command jsonDebug.
|
default RedisAPI |
jsonDebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonDebug.
|
default io.vertx.core.Future<Response> |
jsonDel(List<String> args)
Redis command jsonDel.
|
default RedisAPI |
jsonDel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonDel.
|
default io.vertx.core.Future<Response> |
jsonForget(List<String> args)
Redis command jsonForget.
|
default RedisAPI |
jsonForget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonForget.
|
default io.vertx.core.Future<Response> |
jsonGet(List<String> args)
Redis command jsonGet.
|
default RedisAPI |
jsonGet(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonGet.
|
default io.vertx.core.Future<Response> |
jsonMget(List<String> args)
Redis command jsonMget.
|
default RedisAPI |
jsonMget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonMget.
|
default io.vertx.core.Future<Response> |
jsonNumincrby(List<String> args)
Redis command jsonNumincrby.
|
default RedisAPI |
jsonNumincrby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonNumincrby.
|
default io.vertx.core.Future<Response> |
jsonNummultby(List<String> args)
Redis command jsonNummultby.
|
default RedisAPI |
jsonNummultby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonNummultby.
|
default io.vertx.core.Future<Response> |
jsonNumpowby(List<String> args)
Redis command jsonNumpowby.
|
default RedisAPI |
jsonNumpowby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonNumpowby.
|
default io.vertx.core.Future<Response> |
jsonObjkeys(List<String> args)
Redis command jsonObjkeys.
|
default RedisAPI |
jsonObjkeys(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonObjkeys.
|
default io.vertx.core.Future<Response> |
jsonObjlen(List<String> args)
Redis command jsonObjlen.
|
default RedisAPI |
jsonObjlen(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonObjlen.
|
default io.vertx.core.Future<Response> |
jsonResp(List<String> args)
Redis command jsonResp.
|
default RedisAPI |
jsonResp(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonResp.
|
default io.vertx.core.Future<Response> |
jsonSet(List<String> args)
Redis command jsonSet.
|
default RedisAPI |
jsonSet(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonSet.
|
default io.vertx.core.Future<Response> |
jsonStrappend(List<String> args)
Redis command jsonStrappend.
|
default RedisAPI |
jsonStrappend(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonStrappend.
|
default io.vertx.core.Future<Response> |
jsonStrlen(List<String> args)
Redis command jsonStrlen.
|
default RedisAPI |
jsonStrlen(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonStrlen.
|
default io.vertx.core.Future<Response> |
jsonToggle(List<String> args)
Redis command jsonToggle.
|
default RedisAPI |
jsonToggle(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonToggle.
|
default io.vertx.core.Future<Response> |
jsonType(List<String> args)
Redis command jsonType.
|
default RedisAPI |
jsonType(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command jsonType.
|
default io.vertx.core.Future<Response> |
keys(String arg0)
Redis command keys.
|
default RedisAPI |
keys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command keys.
|
default io.vertx.core.Future<Response> |
lastsave()
Redis command lastsave.
|
default RedisAPI |
lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lastsave.
|
default io.vertx.core.Future<Response> |
latency(List<String> args)
Redis command latency.
|
default RedisAPI |
latency(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command latency.
|
default io.vertx.core.Future<Response> |
lcs(List<String> args)
Redis command lcs.
|
default RedisAPI |
lcs(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lcs.
|
default io.vertx.core.Future<Response> |
lindex(String arg0,
String arg1)
Redis command lindex.
|
default RedisAPI |
lindex(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lindex.
|
default io.vertx.core.Future<Response> |
linsert(String arg0,
String arg1,
String arg2,
String arg3)
Redis command linsert.
|
default RedisAPI |
linsert(String arg0,
String arg1,
String arg2,
String arg3,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command linsert.
|
default io.vertx.core.Future<Response> |
llen(String arg0)
Redis command llen.
|
default RedisAPI |
llen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command llen.
|
default io.vertx.core.Future<Response> |
lmove(String arg0,
String arg1,
String arg2,
String arg3)
Redis command lmove.
|
default RedisAPI |
lmove(String arg0,
String arg1,
String arg2,
String arg3,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lmove.
|
default io.vertx.core.Future<Response> |
lmpop(List<String> args)
Redis command lmpop.
|
default RedisAPI |
lmpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lmpop.
|
default io.vertx.core.Future<Response> |
lolwut(List<String> args)
Redis command lolwut.
|
default RedisAPI |
lolwut(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lolwut.
|
default io.vertx.core.Future<Response> |
lpop(List<String> args)
Redis command lpop.
|
default RedisAPI |
lpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpop.
|
default io.vertx.core.Future<Response> |
lpos(List<String> args)
Redis command lpos.
|
default RedisAPI |
lpos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpos.
|
default io.vertx.core.Future<Response> |
lpush(List<String> args)
Redis command lpush.
|
default RedisAPI |
lpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpush.
|
default io.vertx.core.Future<Response> |
lpushx(List<String> args)
Redis command lpushx.
|
default RedisAPI |
lpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpushx.
|
default io.vertx.core.Future<Response> |
lrange(String arg0,
String arg1,
String arg2)
Redis command lrange.
|
default RedisAPI |
lrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lrange.
|
default io.vertx.core.Future<Response> |
lrem(String arg0,
String arg1,
String arg2)
Redis command lrem.
|
default RedisAPI |
lrem(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lrem.
|
default io.vertx.core.Future<Response> |
lset(String arg0,
String arg1,
String arg2)
Redis command lset.
|
default RedisAPI |
lset(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lset.
|
default io.vertx.core.Future<Response> |
ltrim(String arg0,
String arg1,
String arg2)
Redis command ltrim.
|
default RedisAPI |
ltrim(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ltrim.
|
default io.vertx.core.Future<Response> |
memory(List<String> args)
Redis command memory.
|
default RedisAPI |
memory(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command memory.
|
default io.vertx.core.Future<Response> |
mget(List<String> args)
Redis command mget.
|
default RedisAPI |
mget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command mget.
|
default io.vertx.core.Future<Response> |
migrate(List<String> args)
Redis command migrate.
|
default RedisAPI |
migrate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command migrate.
|
default io.vertx.core.Future<Response> |
module(List<String> args)
Redis command module.
|
default RedisAPI |
module(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command module.
|
default io.vertx.core.Future<Response> |
monitor()
Redis command monitor.
|
default RedisAPI |
monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command monitor.
|
default io.vertx.core.Future<Response> |
move(String arg0,
String arg1)
Redis command move.
|
default RedisAPI |
move(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command move.
|
default io.vertx.core.Future<Response> |
mset(List<String> args)
Redis command mset.
|
default RedisAPI |
mset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command mset.
|
default io.vertx.core.Future<Response> |
msetnx(List<String> args)
Redis command msetnx.
|
default RedisAPI |
msetnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command msetnx.
|
default io.vertx.core.Future<Response> |
multi()
Redis command multi.
|
default RedisAPI |
multi(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command multi.
|
default io.vertx.core.Future<Response> |
object(List<String> args)
Redis command object.
|
default RedisAPI |
object(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command object.
|
default io.vertx.core.Future<Response> |
persist(String arg0)
Redis command persist.
|
default RedisAPI |
persist(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command persist.
|
default io.vertx.core.Future<Response> |
pexpire(List<String> args)
Redis command pexpire.
|
default RedisAPI |
pexpire(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpire.
|
default io.vertx.core.Future<Response> |
pexpireat(List<String> args)
Redis command pexpireat.
|
default RedisAPI |
pexpireat(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpireat.
|
default io.vertx.core.Future<Response> |
pexpiretime(String arg0)
Redis command pexpiretime.
|
default RedisAPI |
pexpiretime(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpiretime.
|
default io.vertx.core.Future<Response> |
pfadd(List<String> args)
Redis command pfadd.
|
default RedisAPI |
pfadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfadd.
|
default io.vertx.core.Future<Response> |
pfcount(List<String> args)
Redis command pfcount.
|
default RedisAPI |
pfcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfcount.
|
default io.vertx.core.Future<Response> |
pfdebug(List<String> args)
Redis command pfdebug.
|
default RedisAPI |
pfdebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfdebug.
|
default io.vertx.core.Future<Response> |
pfmerge(List<String> args)
Redis command pfmerge.
|
default RedisAPI |
pfmerge(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfmerge.
|
default io.vertx.core.Future<Response> |
pfselftest()
Redis command pfselftest.
|
default RedisAPI |
pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfselftest.
|
default io.vertx.core.Future<Response> |
ping(List<String> args)
Redis command ping.
|
default RedisAPI |
ping(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ping.
|
default io.vertx.core.Future<Response> |
psetex(String arg0,
String arg1,
String arg2)
Redis command psetex.
|
default RedisAPI |
psetex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psetex.
|
default io.vertx.core.Future<Response> |
psubscribe(List<String> args)
Redis command psubscribe.
|
default RedisAPI |
psubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psubscribe.
|
default io.vertx.core.Future<Response> |
psync(List<String> args)
Redis command psync.
|
default RedisAPI |
psync(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psync.
|
default io.vertx.core.Future<Response> |
pttl(String arg0)
Redis command pttl.
|
default RedisAPI |
pttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pttl.
|
default io.vertx.core.Future<Response> |
publish(String arg0,
String arg1)
Redis command publish.
|
default RedisAPI |
publish(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command publish.
|
default io.vertx.core.Future<Response> |
pubsub(List<String> args)
Redis command pubsub.
|
default RedisAPI |
pubsub(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pubsub.
|
default io.vertx.core.Future<Response> |
punsubscribe(List<String> args)
Redis command punsubscribe.
|
default RedisAPI |
punsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command punsubscribe.
|
default io.vertx.core.Future<Response> |
quit(List<String> args)
Redis command quit.
|
default RedisAPI |
quit(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command quit.
|
default io.vertx.core.Future<Response> |
randomkey()
Redis command randomkey.
|
default RedisAPI |
randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command randomkey.
|
default io.vertx.core.Future<Response> |
readonly()
Redis command readonly.
|
default RedisAPI |
readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command readonly.
|
default io.vertx.core.Future<Response> |
readwrite()
Redis command readwrite.
|
default RedisAPI |
readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command readwrite.
|
default io.vertx.core.Future<Response> |
rename(String arg0,
String arg1)
Redis command rename.
|
default RedisAPI |
rename(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rename.
|
default io.vertx.core.Future<Response> |
renamenx(String arg0,
String arg1)
Redis command renamenx.
|
default RedisAPI |
renamenx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command renamenx.
|
default io.vertx.core.Future<Response> |
replconf(List<String> args)
Redis command replconf.
|
default RedisAPI |
replconf(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command replconf.
|
default io.vertx.core.Future<Response> |
replicaof(String arg0,
String arg1)
Redis command replicaof.
|
default RedisAPI |
replicaof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command replicaof.
|
default io.vertx.core.Future<Response> |
reset()
Redis command reset.
|
default RedisAPI |
reset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command reset.
|
default io.vertx.core.Future<Response> |
restore(List<String> args)
Redis command restore.
|
default RedisAPI |
restore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command restore.
|
default io.vertx.core.Future<Response> |
restoreAsking(List<String> args)
Redis command restoreAsking.
|
default RedisAPI |
restoreAsking(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command restoreAsking.
|
default io.vertx.core.Future<Response> |
role()
Redis command role.
|
default RedisAPI |
role(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command role.
|
default io.vertx.core.Future<Response> |
rpop(List<String> args)
Redis command rpop.
|
default RedisAPI |
rpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpop.
|
default io.vertx.core.Future<Response> |
rpoplpush(String arg0,
String arg1)
Redis command rpoplpush.
|
default RedisAPI |
rpoplpush(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpoplpush.
|
default io.vertx.core.Future<Response> |
rpush(List<String> args)
Redis command rpush.
|
default RedisAPI |
rpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpush.
|
default io.vertx.core.Future<Response> |
rpushx(List<String> args)
Redis command rpushx.
|
default RedisAPI |
rpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpushx.
|
default io.vertx.core.Future<Response> |
sadd(List<String> args)
Redis command sadd.
|
default RedisAPI |
sadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sadd.
|
default io.vertx.core.Future<Response> |
save()
Redis command save.
|
default RedisAPI |
save(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command save.
|
default io.vertx.core.Future<Response> |
scan(List<String> args)
Redis command scan.
|
default RedisAPI |
scan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command scan.
|
default io.vertx.core.Future<Response> |
scard(String arg0)
Redis command scard.
|
default RedisAPI |
scard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command scard.
|
default io.vertx.core.Future<Response> |
script(List<String> args)
Redis command script.
|
default RedisAPI |
script(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command script.
|
default io.vertx.core.Future<Response> |
sdiff(List<String> args)
Redis command sdiff.
|
default RedisAPI |
sdiff(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sdiff.
|
default io.vertx.core.Future<Response> |
sdiffstore(List<String> args)
Redis command sdiffstore.
|
default RedisAPI |
sdiffstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sdiffstore.
|
default io.vertx.core.Future<Response> |
select(String arg0)
Redis command select.
|
default RedisAPI |
select(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command select.
|
io.vertx.core.Future<Response> |
send(Command cmd,
String... args)
Send untyped command to redis.
|
default io.vertx.core.Future<Response> |
set(List<String> args)
Redis command set.
|
default RedisAPI |
set(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command set.
|
default io.vertx.core.Future<Response> |
setbit(String arg0,
String arg1,
String arg2)
Redis command setbit.
|
default RedisAPI |
setbit(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setbit.
|
default io.vertx.core.Future<Response> |
setex(String arg0,
String arg1,
String arg2)
Redis command setex.
|
default RedisAPI |
setex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setex.
|
default io.vertx.core.Future<Response> |
setnx(String arg0,
String arg1)
Redis command setnx.
|
default RedisAPI |
setnx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setnx.
|
default io.vertx.core.Future<Response> |
setrange(String arg0,
String arg1,
String arg2)
Redis command setrange.
|
default RedisAPI |
setrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setrange.
|
default io.vertx.core.Future<Response> |
shutdown(List<String> args)
Redis command shutdown.
|
default RedisAPI |
shutdown(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command shutdown.
|
default io.vertx.core.Future<Response> |
sinter(List<String> args)
Redis command sinter.
|
default RedisAPI |
sinter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sinter.
|
default io.vertx.core.Future<Response> |
sintercard(List<String> args)
Redis command sintercard.
|
default RedisAPI |
sintercard(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sintercard.
|
default io.vertx.core.Future<Response> |
sinterstore(List<String> args)
Redis command sinterstore.
|
default RedisAPI |
sinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sinterstore.
|
default io.vertx.core.Future<Response> |
sismember(String arg0,
String arg1)
Redis command sismember.
|
default RedisAPI |
sismember(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sismember.
|
default io.vertx.core.Future<Response> |
slaveof(String arg0,
String arg1)
Redis command slaveof.
|
default RedisAPI |
slaveof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command slaveof.
|
default io.vertx.core.Future<Response> |
slowlog(List<String> args)
Redis command slowlog.
|
default RedisAPI |
slowlog(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command slowlog.
|
default io.vertx.core.Future<Response> |
smembers(String arg0)
Redis command smembers.
|
default RedisAPI |
smembers(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command smembers.
|
default io.vertx.core.Future<Response> |
smismember(List<String> args)
Redis command smismember.
|
default RedisAPI |
smismember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command smismember.
|
default io.vertx.core.Future<Response> |
smove(String arg0,
String arg1,
String arg2)
Redis command smove.
|
default RedisAPI |
smove(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command smove.
|
default io.vertx.core.Future<Response> |
sort(List<String> args)
Redis command sort.
|
default RedisAPI |
sort(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sort.
|
default io.vertx.core.Future<Response> |
sortRo(List<String> args)
Redis command sortRo.
|
default RedisAPI |
sortRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sortRo.
|
default io.vertx.core.Future<Response> |
spop(List<String> args)
Redis command spop.
|
default RedisAPI |
spop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command spop.
|
default io.vertx.core.Future<Response> |
spublish(String arg0,
String arg1)
Redis command spublish.
|
default RedisAPI |
spublish(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command spublish.
|
default io.vertx.core.Future<Response> |
srandmember(List<String> args)
Redis command srandmember.
|
default RedisAPI |
srandmember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command srandmember.
|
default io.vertx.core.Future<Response> |
srem(List<String> args)
Redis command srem.
|
default RedisAPI |
srem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command srem.
|
default io.vertx.core.Future<Response> |
sscan(List<String> args)
Redis command sscan.
|
default RedisAPI |
sscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sscan.
|
default io.vertx.core.Future<Response> |
ssubscribe(List<String> args)
Redis command ssubscribe.
|
default RedisAPI |
ssubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ssubscribe.
|
default io.vertx.core.Future<Response> |
strlen(String arg0)
Redis command strlen.
|
default RedisAPI |
strlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command strlen.
|
default io.vertx.core.Future<Response> |
subscribe(List<String> args)
Redis command subscribe.
|
default RedisAPI |
subscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command subscribe.
|
default io.vertx.core.Future<Response> |
substr(String arg0,
String arg1,
String arg2)
Redis command substr.
|
default RedisAPI |
substr(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command substr.
|
default io.vertx.core.Future<Response> |
sunion(List<String> args)
Redis command sunion.
|
default RedisAPI |
sunion(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sunion.
|
default io.vertx.core.Future<Response> |
sunionstore(List<String> args)
Redis command sunionstore.
|
default RedisAPI |
sunionstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sunionstore.
|
default io.vertx.core.Future<Response> |
sunsubscribe(List<String> args)
Redis command sunsubscribe.
|
default RedisAPI |
sunsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sunsubscribe.
|
default io.vertx.core.Future<Response> |
swapdb(String arg0,
String arg1)
Redis command swapdb.
|
default RedisAPI |
swapdb(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command swapdb.
|
default io.vertx.core.Future<Response> |
sync()
Redis command sync.
|
default RedisAPI |
sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sync.
|
default io.vertx.core.Future<Response> |
time()
Redis command time.
|
default RedisAPI |
time(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command time.
|
default io.vertx.core.Future<Response> |
timeseriesClusterset(List<String> args)
Redis command timeseriesClusterset.
|
default RedisAPI |
timeseriesClusterset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesClusterset.
|
default io.vertx.core.Future<Response> |
timeseriesClustersetfromshard(List<String> args)
Redis command timeseriesClustersetfromshard.
|
default RedisAPI |
timeseriesClustersetfromshard(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesClustersetfromshard.
|
default io.vertx.core.Future<Response> |
timeseriesHello(List<String> args)
Redis command timeseriesHello.
|
default RedisAPI |
timeseriesHello(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesHello.
|
default io.vertx.core.Future<Response> |
timeseriesInfocluster(List<String> args)
Redis command timeseriesInfocluster.
|
default RedisAPI |
timeseriesInfocluster(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesInfocluster.
|
default io.vertx.core.Future<Response> |
timeseriesInnercommunication(List<String> args)
Redis command timeseriesInnercommunication.
|
default RedisAPI |
timeseriesInnercommunication(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesInnercommunication.
|
default io.vertx.core.Future<Response> |
timeseriesNetworktest(List<String> args)
Redis command timeseriesNetworktest.
|
default RedisAPI |
timeseriesNetworktest(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesNetworktest.
|
default io.vertx.core.Future<Response> |
timeseriesRefreshcluster(List<String> args)
Redis command timeseriesRefreshcluster.
|
default RedisAPI |
timeseriesRefreshcluster(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command timeseriesRefreshcluster.
|
default io.vertx.core.Future<Response> |
topkAdd(List<String> args)
Redis command topkAdd.
|
default RedisAPI |
topkAdd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkAdd.
|
default io.vertx.core.Future<Response> |
topkCount(List<String> args)
Redis command topkCount.
|
default RedisAPI |
topkCount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkCount.
|
default io.vertx.core.Future<Response> |
topkIncrby(List<String> args)
Redis command topkIncrby.
|
default RedisAPI |
topkIncrby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkIncrby.
|
default io.vertx.core.Future<Response> |
topkInfo(List<String> args)
Redis command topkInfo.
|
default RedisAPI |
topkInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkInfo.
|
default io.vertx.core.Future<Response> |
topkList(List<String> args)
Redis command topkList.
|
default RedisAPI |
topkList(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkList.
|
default io.vertx.core.Future<Response> |
topkQuery(List<String> args)
Redis command topkQuery.
|
default RedisAPI |
topkQuery(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkQuery.
|
default io.vertx.core.Future<Response> |
topkReserve(List<String> args)
Redis command topkReserve.
|
default RedisAPI |
topkReserve(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command topkReserve.
|
default io.vertx.core.Future<Response> |
touch(List<String> args)
Redis command touch.
|
default RedisAPI |
touch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command touch.
|
default io.vertx.core.Future<Response> |
tsAdd(List<String> args)
Redis command tsAdd.
|
default RedisAPI |
tsAdd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsAdd.
|
default io.vertx.core.Future<Response> |
tsAlter(List<String> args)
Redis command tsAlter.
|
default RedisAPI |
tsAlter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsAlter.
|
default io.vertx.core.Future<Response> |
tsCreate(List<String> args)
Redis command tsCreate.
|
default RedisAPI |
tsCreate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsCreate.
|
default io.vertx.core.Future<Response> |
tsCreaterule(List<String> args)
Redis command tsCreaterule.
|
default RedisAPI |
tsCreaterule(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsCreaterule.
|
default io.vertx.core.Future<Response> |
tsDecrby(List<String> args)
Redis command tsDecrby.
|
default RedisAPI |
tsDecrby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsDecrby.
|
default io.vertx.core.Future<Response> |
tsDel(List<String> args)
Redis command tsDel.
|
default RedisAPI |
tsDel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsDel.
|
default io.vertx.core.Future<Response> |
tsDeleterule(List<String> args)
Redis command tsDeleterule.
|
default RedisAPI |
tsDeleterule(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsDeleterule.
|
default io.vertx.core.Future<Response> |
tsGet(List<String> args)
Redis command tsGet.
|
default RedisAPI |
tsGet(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsGet.
|
default io.vertx.core.Future<Response> |
tsIncrby(List<String> args)
Redis command tsIncrby.
|
default RedisAPI |
tsIncrby(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsIncrby.
|
default io.vertx.core.Future<Response> |
tsInfo(List<String> args)
Redis command tsInfo.
|
default RedisAPI |
tsInfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsInfo.
|
default io.vertx.core.Future<Response> |
tsMadd(List<String> args)
Redis command tsMadd.
|
default RedisAPI |
tsMadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsMadd.
|
default io.vertx.core.Future<Response> |
tsMget(List<String> args)
Redis command tsMget.
|
default RedisAPI |
tsMget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsMget.
|
default io.vertx.core.Future<Response> |
tsMrange(List<String> args)
Redis command tsMrange.
|
default RedisAPI |
tsMrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsMrange.
|
default io.vertx.core.Future<Response> |
tsMrevrange(List<String> args)
Redis command tsMrevrange.
|
default RedisAPI |
tsMrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsMrevrange.
|
default io.vertx.core.Future<Response> |
tsQueryindex(List<String> args)
Redis command tsQueryindex.
|
default RedisAPI |
tsQueryindex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsQueryindex.
|
default io.vertx.core.Future<Response> |
tsRange(List<String> args)
Redis command tsRange.
|
default RedisAPI |
tsRange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsRange.
|
default io.vertx.core.Future<Response> |
tsRevrange(List<String> args)
Redis command tsRevrange.
|
default RedisAPI |
tsRevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command tsRevrange.
|
default io.vertx.core.Future<Response> |
ttl(String arg0)
Redis command ttl.
|
default RedisAPI |
ttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ttl.
|
default io.vertx.core.Future<Response> |
type(String arg0)
Redis command type.
|
default RedisAPI |
type(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command type.
|
default io.vertx.core.Future<Response> |
unlink(List<String> args)
Redis command unlink.
|
default RedisAPI |
unlink(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unlink.
|
default io.vertx.core.Future<Response> |
unsubscribe(List<String> args)
Redis command unsubscribe.
|
default RedisAPI |
unsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unsubscribe.
|
default io.vertx.core.Future<Response> |
unwatch()
Redis command unwatch.
|
default RedisAPI |
unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unwatch.
|
default io.vertx.core.Future<Response> |
wait(String arg0,
String arg1)
Redis command wait.
|
default RedisAPI |
wait(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command wait.
|
default io.vertx.core.Future<Response> |
watch(List<String> args)
Redis command watch.
|
default RedisAPI |
watch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command watch.
|
default io.vertx.core.Future<Response> |
xack(List<String> args)
Redis command xack.
|
default RedisAPI |
xack(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xack.
|
default io.vertx.core.Future<Response> |
xadd(List<String> args)
Redis command xadd.
|
default RedisAPI |
xadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xadd.
|
default io.vertx.core.Future<Response> |
xautoclaim(List<String> args)
Redis command xautoclaim.
|
default RedisAPI |
xautoclaim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xautoclaim.
|
default io.vertx.core.Future<Response> |
xclaim(List<String> args)
Redis command xclaim.
|
default RedisAPI |
xclaim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xclaim.
|
default io.vertx.core.Future<Response> |
xdel(List<String> args)
Redis command xdel.
|
default RedisAPI |
xdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xdel.
|
default io.vertx.core.Future<Response> |
xgroup(List<String> args)
Redis command xgroup.
|
default RedisAPI |
xgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xgroup.
|
default io.vertx.core.Future<Response> |
xinfo(List<String> args)
Redis command xinfo.
|
default RedisAPI |
xinfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xinfo.
|
default io.vertx.core.Future<Response> |
xlen(String arg0)
Redis command xlen.
|
default RedisAPI |
xlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xlen.
|
default io.vertx.core.Future<Response> |
xpending(List<String> args)
Redis command xpending.
|
default RedisAPI |
xpending(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xpending.
|
default io.vertx.core.Future<Response> |
xrange(List<String> args)
Redis command xrange.
|
default RedisAPI |
xrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xrange.
|
default io.vertx.core.Future<Response> |
xread(List<String> args)
Redis command xread.
|
default RedisAPI |
xread(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xread.
|
default io.vertx.core.Future<Response> |
xreadgroup(List<String> args)
Redis command xreadgroup.
|
default RedisAPI |
xreadgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xreadgroup.
|
default io.vertx.core.Future<Response> |
xrevrange(List<String> args)
Redis command xrevrange.
|
default RedisAPI |
xrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xrevrange.
|
default io.vertx.core.Future<Response> |
xsetid(List<String> args)
Redis command xsetid.
|
default RedisAPI |
xsetid(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xsetid.
|
default io.vertx.core.Future<Response> |
xtrim(List<String> args)
Redis command xtrim.
|
default RedisAPI |
xtrim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xtrim.
|
default io.vertx.core.Future<Response> |
zadd(List<String> args)
Redis command zadd.
|
default RedisAPI |
zadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zadd.
|
default io.vertx.core.Future<Response> |
zcard(String arg0)
Redis command zcard.
|
default RedisAPI |
zcard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zcard.
|
default io.vertx.core.Future<Response> |
zcount(String arg0,
String arg1,
String arg2)
Redis command zcount.
|
default RedisAPI |
zcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zcount.
|
default io.vertx.core.Future<Response> |
zdiff(List<String> args)
Redis command zdiff.
|
default RedisAPI |
zdiff(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zdiff.
|
default io.vertx.core.Future<Response> |
zdiffstore(List<String> args)
Redis command zdiffstore.
|
default RedisAPI |
zdiffstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zdiffstore.
|
default io.vertx.core.Future<Response> |
zincrby(String arg0,
String arg1,
String arg2)
Redis command zincrby.
|
default RedisAPI |
zincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zincrby.
|
default io.vertx.core.Future<Response> |
zinter(List<String> args)
Redis command zinter.
|
default RedisAPI |
zinter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zinter.
|
default io.vertx.core.Future<Response> |
zintercard(List<String> args)
Redis command zintercard.
|
default RedisAPI |
zintercard(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zintercard.
|
default io.vertx.core.Future<Response> |
zinterstore(List<String> args)
Redis command zinterstore.
|
default RedisAPI |
zinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zinterstore.
|
default io.vertx.core.Future<Response> |
zlexcount(String arg0,
String arg1,
String arg2)
Redis command zlexcount.
|
default RedisAPI |
zlexcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zlexcount.
|
default io.vertx.core.Future<Response> |
zmpop(List<String> args)
Redis command zmpop.
|
default RedisAPI |
zmpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zmpop.
|
default io.vertx.core.Future<Response> |
zmscore(List<String> args)
Redis command zmscore.
|
default RedisAPI |
zmscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zmscore.
|
default io.vertx.core.Future<Response> |
zpopmax(List<String> args)
Redis command zpopmax.
|
default RedisAPI |
zpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zpopmax.
|
default io.vertx.core.Future<Response> |
zpopmin(List<String> args)
Redis command zpopmin.
|
default RedisAPI |
zpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zpopmin.
|
default io.vertx.core.Future<Response> |
zrandmember(List<String> args)
Redis command zrandmember.
|
default RedisAPI |
zrandmember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrandmember.
|
default io.vertx.core.Future<Response> |
zrange(List<String> args)
Redis command zrange.
|
default RedisAPI |
zrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrange.
|
default io.vertx.core.Future<Response> |
zrangebylex(List<String> args)
Redis command zrangebylex.
|
default RedisAPI |
zrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrangebylex.
|
default io.vertx.core.Future<Response> |
zrangebyscore(List<String> args)
Redis command zrangebyscore.
|
default RedisAPI |
zrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrangebyscore.
|
default io.vertx.core.Future<Response> |
zrangestore(List<String> args)
Redis command zrangestore.
|
default RedisAPI |
zrangestore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrangestore.
|
default io.vertx.core.Future<Response> |
zrank(String arg0,
String arg1)
Redis command zrank.
|
default RedisAPI |
zrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrank.
|
default io.vertx.core.Future<Response> |
zrem(List<String> args)
Redis command zrem.
|
default RedisAPI |
zrem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrem.
|
default io.vertx.core.Future<Response> |
zremrangebylex(String arg0,
String arg1,
String arg2)
Redis command zremrangebylex.
|
default RedisAPI |
zremrangebylex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebylex.
|
default io.vertx.core.Future<Response> |
zremrangebyrank(String arg0,
String arg1,
String arg2)
Redis command zremrangebyrank.
|
default RedisAPI |
zremrangebyrank(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebyrank.
|
default io.vertx.core.Future<Response> |
zremrangebyscore(String arg0,
String arg1,
String arg2)
Redis command zremrangebyscore.
|
default RedisAPI |
zremrangebyscore(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebyscore.
|
default io.vertx.core.Future<Response> |
zrevrange(List<String> args)
Redis command zrevrange.
|
default RedisAPI |
zrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrange.
|
default io.vertx.core.Future<Response> |
zrevrangebylex(List<String> args)
Redis command zrevrangebylex.
|
default RedisAPI |
zrevrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrangebylex.
|
default io.vertx.core.Future<Response> |
zrevrangebyscore(List<String> args)
Redis command zrevrangebyscore.
|
default RedisAPI |
zrevrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrangebyscore.
|
default io.vertx.core.Future<Response> |
zrevrank(String arg0,
String arg1)
Redis command zrevrank.
|
default RedisAPI |
zrevrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrank.
|
default io.vertx.core.Future<Response> |
zscan(List<String> args)
Redis command zscan.
|
default RedisAPI |
zscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zscan.
|
default io.vertx.core.Future<Response> |
zscore(String arg0,
String arg1)
Redis command zscore.
|
default RedisAPI |
zscore(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zscore.
|
default io.vertx.core.Future<Response> |
zunion(List<String> args)
Redis command zunion.
|
default RedisAPI |
zunion(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zunion.
|
default io.vertx.core.Future<Response> |
zunionstore(List<String> args)
Redis command zunionstore.
|
default RedisAPI |
zunionstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zunionstore.
|
static RedisAPI api(RedisConnection connection)
void close()
default RedisAPI ftAdd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAdd(List<String> args)
default RedisAPI ftAggregate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAggregate(List<String> args)
default RedisAPI ftAliasadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAliasadd(List<String> args)
default RedisAPI ftAliasdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAliasdel(List<String> args)
default RedisAPI ftAliasupdate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAliasupdate(List<String> args)
default RedisAPI ftAlter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAlter(List<String> args)
default RedisAPI ftConfig(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftConfig(List<String> args)
default RedisAPI ftCreate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftCreate(List<String> args)
default RedisAPI ftCursor(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftCursor(List<String> args)
default RedisAPI ftDebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDebug(List<String> args)
default RedisAPI ftDel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDel(List<String> args)
default RedisAPI ftDictadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDictadd(List<String> args)
default RedisAPI ftDictdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDictdel(List<String> args)
default RedisAPI ftDictdump(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDictdump(List<String> args)
default RedisAPI ftDrop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDrop(List<String> args)
default RedisAPI ftDropindex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDropindex(List<String> args)
default RedisAPI ftExplain(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftExplain(List<String> args)
default RedisAPI ftExplaincli(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftExplaincli(List<String> args)
default RedisAPI ftGet(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftGet(List<String> args)
default RedisAPI ftInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftInfo(List<String> args)
default RedisAPI ftMget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftMget(List<String> args)
default RedisAPI ftProfile(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftProfile(List<String> args)
default RedisAPI ftSafeadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSafeadd(List<String> args)
default RedisAPI ftSearch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSearch(List<String> args)
default RedisAPI ftSpellcheck(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSpellcheck(List<String> args)
default RedisAPI ftSugadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSugadd(List<String> args)
default RedisAPI ftSugdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSugdel(List<String> args)
default RedisAPI ftSugget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSugget(List<String> args)
default RedisAPI ftSuglen(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSuglen(List<String> args)
default RedisAPI ftSynadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSynadd(List<String> args)
default RedisAPI ftSyndump(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSyndump(List<String> args)
default RedisAPI ftSynupdate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftSynupdate(List<String> args)
default RedisAPI ftTagvals(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftTagvals(List<String> args)
default RedisAPI ftAliasaddifnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAliasaddifnx(List<String> args)
default RedisAPI ftAliasdelifx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAliasdelifx(List<String> args)
default RedisAPI ftAlterifnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftAlterifnx(List<String> args)
default RedisAPI ftCreateifnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftCreateifnx(List<String> args)
default RedisAPI ftDropifx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDropifx(List<String> args)
default RedisAPI ftDropindexifx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftDropindexifx(List<String> args)
default RedisAPI ftList(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ftList(List<String> args)
default RedisAPI acl(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> acl(List<String> args)
default RedisAPI append(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> append(String arg0, String arg1)
default RedisAPI asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> asking()
default RedisAPI auth(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> auth(List<String> args)
default RedisAPI bfAdd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfAdd(List<String> args)
default RedisAPI bfDebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfDebug(List<String> args)
default RedisAPI bfExists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfExists(List<String> args)
default RedisAPI bfInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfInfo(List<String> args)
default RedisAPI bfInsert(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfInsert(List<String> args)
default RedisAPI bfLoadchunk(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfLoadchunk(List<String> args)
default RedisAPI bfMadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfMadd(List<String> args)
default RedisAPI bfMexists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfMexists(List<String> args)
default RedisAPI bfReserve(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfReserve(List<String> args)
default RedisAPI bfScandump(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bfScandump(List<String> args)
default RedisAPI bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bgrewriteaof()
default RedisAPI bgsave(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bgsave(List<String> args)
default RedisAPI bitcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bitcount(List<String> args)
default RedisAPI bitfield(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bitfield(List<String> args)
default RedisAPI bitfieldRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bitfieldRo(List<String> args)
default RedisAPI bitop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bitop(List<String> args)
default RedisAPI bitpos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bitpos(List<String> args)
default RedisAPI blmove(String arg0, String arg1, String arg2, String arg3, String arg4, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> blmove(String arg0, String arg1, String arg2, String arg3, String arg4)
default RedisAPI blmpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> blmpop(List<String> args)
default RedisAPI blpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> blpop(List<String> args)
default RedisAPI brpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> brpop(List<String> args)
default RedisAPI brpoplpush(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> brpoplpush(String arg0, String arg1, String arg2)
default RedisAPI bzmpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bzmpop(List<String> args)
default RedisAPI bzpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bzpopmax(List<String> args)
default RedisAPI bzpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> bzpopmin(List<String> args)
default RedisAPI cfAdd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfAdd(List<String> args)
default RedisAPI cfAddnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfAddnx(List<String> args)
default RedisAPI cfCompact(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfCompact(List<String> args)
default RedisAPI cfCount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfCount(List<String> args)
default RedisAPI cfDebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfDebug(List<String> args)
default RedisAPI cfDel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfDel(List<String> args)
default RedisAPI cfExists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfExists(List<String> args)
default RedisAPI cfInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfInfo(List<String> args)
default RedisAPI cfInsert(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfInsert(List<String> args)
default RedisAPI cfInsertnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfInsertnx(List<String> args)
default RedisAPI cfLoadchunk(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfLoadchunk(List<String> args)
default RedisAPI cfMexists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfMexists(List<String> args)
default RedisAPI cfReserve(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfReserve(List<String> args)
default RedisAPI cfScandump(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cfScandump(List<String> args)
default RedisAPI client(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> client(List<String> args)
default RedisAPI cluster(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cluster(List<String> args)
default RedisAPI cmsIncrby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsIncrby(List<String> args)
default RedisAPI cmsInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsInfo(List<String> args)
default RedisAPI cmsInitbydim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsInitbydim(List<String> args)
default RedisAPI cmsInitbyprob(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsInitbyprob(List<String> args)
default RedisAPI cmsMerge(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsMerge(List<String> args)
default RedisAPI cmsQuery(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> cmsQuery(List<String> args)
default RedisAPI command(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> command(List<String> args)
default RedisAPI config(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> config(List<String> args)
default RedisAPI copy(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> copy(List<String> args)
default RedisAPI dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> dbsize()
default RedisAPI debug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> debug(List<String> args)
default RedisAPI decr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> decr(String arg0)
default RedisAPI decrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> decrby(String arg0, String arg1)
default RedisAPI del(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> del(List<String> args)
default RedisAPI discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> discard()
default RedisAPI dump(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> dump(String arg0)
default RedisAPI echo(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> echo(String arg0)
default RedisAPI eval(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> eval(List<String> args)
default RedisAPI evalRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> evalRo(List<String> args)
default RedisAPI evalsha(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> evalsha(List<String> args)
default RedisAPI evalshaRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> evalshaRo(List<String> args)
default RedisAPI exec(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI exists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> exists(List<String> args)
default RedisAPI expire(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> expire(List<String> args)
default RedisAPI expireat(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> expireat(List<String> args)
default RedisAPI expiretime(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> expiretime(String arg0)
default RedisAPI failover(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> failover(List<String> args)
default RedisAPI fcall(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> fcall(List<String> args)
default RedisAPI fcallRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> fcallRo(List<String> args)
default RedisAPI flushall(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> flushall(List<String> args)
default RedisAPI flushdb(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> flushdb(List<String> args)
default RedisAPI function(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> function(List<String> args)
default RedisAPI geoadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geoadd(List<String> args)
default RedisAPI geodist(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geodist(List<String> args)
default RedisAPI geohash(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geohash(List<String> args)
default RedisAPI geopos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geopos(List<String> args)
default RedisAPI georadius(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> georadius(List<String> args)
default RedisAPI georadiusRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> georadiusRo(List<String> args)
default RedisAPI georadiusbymember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> georadiusbymember(List<String> args)
default RedisAPI georadiusbymemberRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> georadiusbymemberRo(List<String> args)
default RedisAPI geosearch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geosearch(List<String> args)
default RedisAPI geosearchstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> geosearchstore(List<String> args)
default RedisAPI get(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> get(String arg0)
default RedisAPI getbit(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> getbit(String arg0, String arg1)
default RedisAPI getdel(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> getdel(String arg0)
default RedisAPI getex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> getex(List<String> args)
default RedisAPI getrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> getrange(String arg0, String arg1, String arg2)
default RedisAPI getset(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> getset(String arg0, String arg1)
default RedisAPI graphBulk(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphBulk(List<String> args)
default RedisAPI graphConfig(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphConfig(List<String> args)
default RedisAPI graphDebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphDebug(List<String> args)
default RedisAPI graphDelete(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphDelete(List<String> args)
default RedisAPI graphExplain(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphExplain(List<String> args)
default RedisAPI graphList(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphList(List<String> args)
default RedisAPI graphProfile(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphProfile(List<String> args)
default RedisAPI graphQuery(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphQuery(List<String> args)
default RedisAPI graphRoQuery(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphRoQuery(List<String> args)
default RedisAPI graphSlowlog(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> graphSlowlog(List<String> args)
default RedisAPI hdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hdel(List<String> args)
default RedisAPI hello(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hello(List<String> args)
default RedisAPI hexists(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hexists(String arg0, String arg1)
default RedisAPI hget(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hget(String arg0, String arg1)
default RedisAPI hgetall(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hgetall(String arg0)
default RedisAPI hincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hincrby(String arg0, String arg1, String arg2)
default RedisAPI hincrbyfloat(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hincrbyfloat(String arg0, String arg1, String arg2)
default RedisAPI hkeys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hkeys(String arg0)
default RedisAPI hlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hlen(String arg0)
default RedisAPI hmget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hmget(List<String> args)
default RedisAPI hmset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hmset(List<String> args)
default RedisAPI hrandfield(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hrandfield(List<String> args)
default RedisAPI hscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hscan(List<String> args)
default RedisAPI hset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hset(List<String> args)
default RedisAPI hsetnx(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hsetnx(String arg0, String arg1, String arg2)
default RedisAPI hstrlen(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hstrlen(String arg0, String arg1)
default RedisAPI hvals(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> hvals(String arg0)
default RedisAPI incr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> incr(String arg0)
default RedisAPI incrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> incrby(String arg0, String arg1)
default RedisAPI incrbyfloat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> incrbyfloat(String arg0, String arg1)
default RedisAPI info(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> info(List<String> args)
default RedisAPI jsonArrappend(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrappend(List<String> args)
default RedisAPI jsonArrindex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrindex(List<String> args)
default RedisAPI jsonArrinsert(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrinsert(List<String> args)
default RedisAPI jsonArrlen(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrlen(List<String> args)
default RedisAPI jsonArrpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrpop(List<String> args)
default RedisAPI jsonArrtrim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonArrtrim(List<String> args)
default RedisAPI jsonClear(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonClear(List<String> args)
default RedisAPI jsonDebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonDebug(List<String> args)
default RedisAPI jsonDel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonDel(List<String> args)
default RedisAPI jsonForget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonForget(List<String> args)
default RedisAPI jsonGet(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonGet(List<String> args)
default RedisAPI jsonMget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonMget(List<String> args)
default RedisAPI jsonNumincrby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonNumincrby(List<String> args)
default RedisAPI jsonNummultby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonNummultby(List<String> args)
default RedisAPI jsonNumpowby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonNumpowby(List<String> args)
default RedisAPI jsonObjkeys(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonObjkeys(List<String> args)
default RedisAPI jsonObjlen(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonObjlen(List<String> args)
default RedisAPI jsonResp(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonResp(List<String> args)
default RedisAPI jsonSet(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonSet(List<String> args)
default RedisAPI jsonStrappend(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonStrappend(List<String> args)
default RedisAPI jsonStrlen(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonStrlen(List<String> args)
default RedisAPI jsonToggle(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonToggle(List<String> args)
default RedisAPI jsonType(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> jsonType(List<String> args)
default RedisAPI keys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> keys(String arg0)
default RedisAPI lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lastsave()
default RedisAPI latency(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> latency(List<String> args)
default RedisAPI lcs(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lcs(List<String> args)
default RedisAPI lindex(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lindex(String arg0, String arg1)
default RedisAPI linsert(String arg0, String arg1, String arg2, String arg3, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> linsert(String arg0, String arg1, String arg2, String arg3)
default RedisAPI llen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> llen(String arg0)
default RedisAPI lmove(String arg0, String arg1, String arg2, String arg3, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lmove(String arg0, String arg1, String arg2, String arg3)
default RedisAPI lmpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lmpop(List<String> args)
default RedisAPI lolwut(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lolwut(List<String> args)
default RedisAPI lpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lpop(List<String> args)
default RedisAPI lpos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lpos(List<String> args)
default RedisAPI lpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lpush(List<String> args)
default RedisAPI lpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lpushx(List<String> args)
default RedisAPI lrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lrange(String arg0, String arg1, String arg2)
default RedisAPI lrem(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lrem(String arg0, String arg1, String arg2)
default RedisAPI lset(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lset(String arg0, String arg1, String arg2)
default RedisAPI ltrim(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ltrim(String arg0, String arg1, String arg2)
default RedisAPI memory(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> memory(List<String> args)
default RedisAPI mget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> mget(List<String> args)
default RedisAPI migrate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> migrate(List<String> args)
default RedisAPI module(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> module(List<String> args)
default RedisAPI monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> monitor()
default RedisAPI move(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> move(String arg0, String arg1)
default RedisAPI mset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> mset(List<String> args)
default RedisAPI msetnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> msetnx(List<String> args)
default RedisAPI multi(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI object(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> object(List<String> args)
default RedisAPI persist(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> persist(String arg0)
default RedisAPI pexpire(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pexpire(List<String> args)
default RedisAPI pexpireat(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pexpireat(List<String> args)
default RedisAPI pexpiretime(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pexpiretime(String arg0)
default RedisAPI pfadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pfadd(List<String> args)
default RedisAPI pfcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pfcount(List<String> args)
default RedisAPI pfdebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pfdebug(List<String> args)
default RedisAPI pfmerge(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pfmerge(List<String> args)
default RedisAPI pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pfselftest()
default RedisAPI ping(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ping(List<String> args)
default RedisAPI psetex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> psetex(String arg0, String arg1, String arg2)
default RedisAPI psubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> psubscribe(List<String> args)
default RedisAPI psync(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> psync(List<String> args)
default RedisAPI pttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pttl(String arg0)
default RedisAPI publish(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> publish(String arg0, String arg1)
default RedisAPI pubsub(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pubsub(List<String> args)
default RedisAPI punsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> punsubscribe(List<String> args)
default RedisAPI quit(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> quit(List<String> args)
default RedisAPI randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> randomkey()
default RedisAPI readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> readonly()
default RedisAPI readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> readwrite()
default RedisAPI rename(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rename(String arg0, String arg1)
default RedisAPI renamenx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> renamenx(String arg0, String arg1)
default RedisAPI replconf(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> replconf(List<String> args)
default RedisAPI replicaof(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> replicaof(String arg0, String arg1)
default RedisAPI reset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI restore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> restore(List<String> args)
default RedisAPI restoreAsking(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> restoreAsking(List<String> args)
default RedisAPI role(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI rpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rpop(List<String> args)
default RedisAPI rpoplpush(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rpoplpush(String arg0, String arg1)
default RedisAPI rpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rpush(List<String> args)
default RedisAPI rpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rpushx(List<String> args)
default RedisAPI sadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sadd(List<String> args)
default RedisAPI save(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI scan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> scan(List<String> args)
default RedisAPI scard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> scard(String arg0)
default RedisAPI script(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> script(List<String> args)
default RedisAPI sdiff(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sdiff(List<String> args)
default RedisAPI sdiffstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sdiffstore(List<String> args)
default RedisAPI select(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> select(String arg0)
default RedisAPI set(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> set(List<String> args)
default RedisAPI setbit(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> setbit(String arg0, String arg1, String arg2)
default RedisAPI setex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> setex(String arg0, String arg1, String arg2)
default RedisAPI setnx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> setnx(String arg0, String arg1)
default RedisAPI setrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> setrange(String arg0, String arg1, String arg2)
default RedisAPI shutdown(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> shutdown(List<String> args)
default RedisAPI sinter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sinter(List<String> args)
default RedisAPI sintercard(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sintercard(List<String> args)
default RedisAPI sinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sinterstore(List<String> args)
default RedisAPI sismember(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sismember(String arg0, String arg1)
default RedisAPI slaveof(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> slaveof(String arg0, String arg1)
default RedisAPI slowlog(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> slowlog(List<String> args)
default RedisAPI smembers(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> smembers(String arg0)
default RedisAPI smismember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> smismember(List<String> args)
default RedisAPI smove(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> smove(String arg0, String arg1, String arg2)
default RedisAPI sort(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sort(List<String> args)
default RedisAPI sortRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sortRo(List<String> args)
default RedisAPI spop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> spop(List<String> args)
default RedisAPI spublish(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> spublish(String arg0, String arg1)
default RedisAPI srandmember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> srandmember(List<String> args)
default RedisAPI srem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> srem(List<String> args)
default RedisAPI sscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sscan(List<String> args)
default RedisAPI ssubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ssubscribe(List<String> args)
default RedisAPI strlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> strlen(String arg0)
default RedisAPI subscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> subscribe(List<String> args)
default RedisAPI substr(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> substr(String arg0, String arg1, String arg2)
default RedisAPI sunion(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sunion(List<String> args)
default RedisAPI sunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sunionstore(List<String> args)
default RedisAPI sunsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> sunsubscribe(List<String> args)
default RedisAPI swapdb(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> swapdb(String arg0, String arg1)
default RedisAPI sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI time(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI timeseriesClusterset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesClusterset(List<String> args)
default RedisAPI timeseriesClustersetfromshard(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesClustersetfromshard(List<String> args)
default RedisAPI timeseriesHello(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesHello(List<String> args)
default RedisAPI timeseriesInfocluster(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesInfocluster(List<String> args)
default RedisAPI timeseriesInnercommunication(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesInnercommunication(List<String> args)
default RedisAPI timeseriesNetworktest(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesNetworktest(List<String> args)
default RedisAPI timeseriesRefreshcluster(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> timeseriesRefreshcluster(List<String> args)
default RedisAPI topkAdd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkAdd(List<String> args)
default RedisAPI topkCount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkCount(List<String> args)
default RedisAPI topkIncrby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkIncrby(List<String> args)
default RedisAPI topkInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkInfo(List<String> args)
default RedisAPI topkList(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkList(List<String> args)
default RedisAPI topkQuery(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkQuery(List<String> args)
default RedisAPI topkReserve(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> topkReserve(List<String> args)
default RedisAPI touch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> touch(List<String> args)
default RedisAPI tsAdd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsAdd(List<String> args)
default RedisAPI tsAlter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsAlter(List<String> args)
default RedisAPI tsCreate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsCreate(List<String> args)
default RedisAPI tsCreaterule(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsCreaterule(List<String> args)
default RedisAPI tsDecrby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsDecrby(List<String> args)
default RedisAPI tsDel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsDel(List<String> args)
default RedisAPI tsDeleterule(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsDeleterule(List<String> args)
default RedisAPI tsGet(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsGet(List<String> args)
default RedisAPI tsIncrby(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsIncrby(List<String> args)
default RedisAPI tsInfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsInfo(List<String> args)
default RedisAPI tsMadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsMadd(List<String> args)
default RedisAPI tsMget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsMget(List<String> args)
default RedisAPI tsMrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsMrange(List<String> args)
default RedisAPI tsMrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsMrevrange(List<String> args)
default RedisAPI tsQueryindex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsQueryindex(List<String> args)
default RedisAPI tsRange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsRange(List<String> args)
default RedisAPI tsRevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> tsRevrange(List<String> args)
default RedisAPI ttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> ttl(String arg0)
default RedisAPI type(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> type(String arg0)
default RedisAPI unlink(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> unlink(List<String> args)
default RedisAPI unsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> unsubscribe(List<String> args)
default RedisAPI unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> unwatch()
default RedisAPI wait(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> wait(String arg0, String arg1)
default RedisAPI watch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> watch(List<String> args)
default RedisAPI xack(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xack(List<String> args)
default RedisAPI xadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xadd(List<String> args)
default RedisAPI xautoclaim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xautoclaim(List<String> args)
default RedisAPI xclaim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xclaim(List<String> args)
default RedisAPI xdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xdel(List<String> args)
default RedisAPI xgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xgroup(List<String> args)
default RedisAPI xinfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xinfo(List<String> args)
default RedisAPI xlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xlen(String arg0)
default RedisAPI xpending(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xpending(List<String> args)
default RedisAPI xrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xrange(List<String> args)
default RedisAPI xread(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xread(List<String> args)
default RedisAPI xreadgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xreadgroup(List<String> args)
default RedisAPI xrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xrevrange(List<String> args)
default RedisAPI xsetid(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xsetid(List<String> args)
default RedisAPI xtrim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xtrim(List<String> args)
default RedisAPI zadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zadd(List<String> args)
default RedisAPI zcard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zcard(String arg0)
default RedisAPI zcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zcount(String arg0, String arg1, String arg2)
default RedisAPI zdiff(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zdiff(List<String> args)
default RedisAPI zdiffstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zdiffstore(List<String> args)
default RedisAPI zincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zincrby(String arg0, String arg1, String arg2)
default RedisAPI zinter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zinter(List<String> args)
default RedisAPI zintercard(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zintercard(List<String> args)
default RedisAPI zinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zinterstore(List<String> args)
default RedisAPI zlexcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zlexcount(String arg0, String arg1, String arg2)
default RedisAPI zmpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zmpop(List<String> args)
default RedisAPI zmscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zmscore(List<String> args)
default RedisAPI zpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zpopmax(List<String> args)
default RedisAPI zpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zpopmin(List<String> args)
default RedisAPI zrandmember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrandmember(List<String> args)
default RedisAPI zrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrange(List<String> args)
default RedisAPI zrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrangebylex(List<String> args)
default RedisAPI zrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrangebyscore(List<String> args)
default RedisAPI zrangestore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrangestore(List<String> args)
default RedisAPI zrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrank(String arg0, String arg1)
default RedisAPI zrem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrem(List<String> args)
default RedisAPI zremrangebylex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zremrangebylex(String arg0, String arg1, String arg2)
default RedisAPI zremrangebyrank(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zremrangebyrank(String arg0, String arg1, String arg2)
default RedisAPI zremrangebyscore(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zremrangebyscore(String arg0, String arg1, String arg2)
default RedisAPI zrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrevrange(List<String> args)
default RedisAPI zrevrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrevrangebylex(List<String> args)
default RedisAPI zrevrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrevrangebyscore(List<String> args)
default RedisAPI zrevrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zrevrank(String arg0, String arg1)
default RedisAPI zscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zscan(List<String> args)
default RedisAPI zscore(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zscore(String arg0, String arg1)
default RedisAPI zunion(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zunion(List<String> args)
default RedisAPI zunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> zunionstore(List<String> args)
Copyright © 2023 Eclipse. All rights reserved.