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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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(String arg0,
String arg1)
Redis command expire.
|
default RedisAPI |
expire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expire.
|
default io.vertx.core.Future<Response> |
expireat(String arg0,
String arg1)
Redis command expireat.
|
default RedisAPI |
expireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expireat.
|
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> |
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> |
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> |
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> |
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> |
host(List<String> args)
Redis command host.
|
default RedisAPI |
host(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command host.
|
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> |
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> |
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> |
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(String arg0)
Redis command lpop.
|
default RedisAPI |
lpop(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpop.
|
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(String arg0,
String arg1)
Redis command pexpire.
|
default RedisAPI |
pexpire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpire.
|
default io.vertx.core.Future<Response> |
pexpireat(String arg0,
String arg1)
Redis command pexpireat.
|
default RedisAPI |
pexpireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpireat.
|
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> |
post(List<String> args)
Redis command post.
|
default RedisAPI |
post(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command post.
|
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(String arg0,
String arg1)
Redis command psync.
|
default RedisAPI |
psync(String arg0,
String arg1,
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> |
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> |
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(String arg0)
Redis command rpop.
|
default RedisAPI |
rpop(String arg0,
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> |
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> |
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> |
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> |
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> |
stralgo(List<String> args)
Redis command stralgo.
|
default RedisAPI |
stralgo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command stralgo.
|
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> |
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> |
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> |
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> |
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(String arg0,
String arg1)
Redis command xsetid.
|
default RedisAPI |
xsetid(String arg0,
String arg1,
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> |
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> |
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> |
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> |
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> |
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> |
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 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 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 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 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 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 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 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 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 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(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> expire(String arg0, String arg1)
default RedisAPI expireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> expireat(String arg0, String arg1)
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 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 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 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 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 host(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> host(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 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 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 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(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> lpop(String arg0)
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(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pexpire(String arg0, String arg1)
default RedisAPI pexpireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> pexpireat(String arg0, String arg1)
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 post(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> post(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(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> psync(String arg0, String arg1)
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 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 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(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> rpop(String arg0)
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 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 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 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 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 stralgo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> stralgo(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 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 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 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 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(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default io.vertx.core.Future<Response> xsetid(String arg0, String arg1)
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 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 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 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 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 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 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 © 2021 Eclipse. All rights reserved.