public interface RedisAPI
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
api(Redis client) |
static RedisAPI |
api(RedisConnection connection) |
default RedisAPI |
append(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command append.
|
default RedisAPI |
asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command asking.
|
default RedisAPI |
auth(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command auth.
|
default RedisAPI |
bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bgrewriteaof.
|
default RedisAPI |
bgsave(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bgsave.
|
default RedisAPI |
bitcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitcount.
|
default RedisAPI |
bitfield(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitfield.
|
default RedisAPI |
bitop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitop.
|
default RedisAPI |
bitpos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bitpos.
|
default RedisAPI |
blpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command blpop.
|
default RedisAPI |
brpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command brpop.
|
default RedisAPI |
brpoplpush(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command brpoplpush.
|
default RedisAPI |
bzpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bzpopmax.
|
default RedisAPI |
bzpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command bzpopmin.
|
default RedisAPI |
client(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command client.
|
void |
close() |
default RedisAPI |
cluster(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command cluster.
|
default RedisAPI |
command(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command command.
|
default RedisAPI |
config(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command config.
|
default RedisAPI |
dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command dbsize.
|
default RedisAPI |
debug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command debug.
|
default RedisAPI |
decr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command decr.
|
default RedisAPI |
decrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command decrby.
|
default RedisAPI |
del(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command del.
|
default RedisAPI |
discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command discard.
|
default RedisAPI |
dump(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command dump.
|
default RedisAPI |
echo(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command echo.
|
default RedisAPI |
eval(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command eval.
|
default RedisAPI |
evalsha(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command evalsha.
|
default RedisAPI |
exec(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command exec.
|
default RedisAPI |
exists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command exists.
|
default RedisAPI |
expire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expire.
|
default RedisAPI |
expireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command expireat.
|
default RedisAPI |
flushall(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command flushall.
|
default RedisAPI |
flushdb(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command flushdb.
|
default RedisAPI |
geoadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geoadd.
|
default RedisAPI |
geodist(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geodist.
|
default RedisAPI |
geohash(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geohash.
|
default RedisAPI |
geopos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command geopos.
|
default RedisAPI |
georadius(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadius.
|
default RedisAPI |
georadiusbymember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusbymember.
|
default RedisAPI |
georadiusbymemberRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusbymemberRo.
|
default RedisAPI |
georadiusRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command georadiusRo.
|
default RedisAPI |
get(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command get.
|
default RedisAPI |
getbit(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getbit.
|
default RedisAPI |
getrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getrange.
|
default RedisAPI |
getset(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command getset.
|
default RedisAPI |
hdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hdel.
|
default RedisAPI |
hexists(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hexists.
|
default RedisAPI |
hget(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hget.
|
default RedisAPI |
hgetall(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hgetall.
|
default RedisAPI |
hincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hincrby.
|
default RedisAPI |
hincrbyfloat(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hincrbyfloat.
|
default RedisAPI |
hkeys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hkeys.
|
default RedisAPI |
hlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hlen.
|
default RedisAPI |
hmget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hmget.
|
default RedisAPI |
hmset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hmset.
|
default RedisAPI |
host(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command host.
|
default RedisAPI |
hscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hscan.
|
default RedisAPI |
hset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hset.
|
default RedisAPI |
hsetnx(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hsetnx.
|
default RedisAPI |
hstrlen(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hstrlen.
|
default RedisAPI |
hvals(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command hvals.
|
default RedisAPI |
incr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incr.
|
default RedisAPI |
incrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incrby.
|
default RedisAPI |
incrbyfloat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command incrbyfloat.
|
default RedisAPI |
info(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command info.
|
default RedisAPI |
keys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command keys.
|
default RedisAPI |
lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lastsave.
|
default RedisAPI |
latency(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command latency.
|
default RedisAPI |
lindex(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lindex.
|
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 RedisAPI |
llen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command llen.
|
default RedisAPI |
lolwut(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lolwut.
|
default RedisAPI |
lpop(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpop.
|
default RedisAPI |
lpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpush.
|
default RedisAPI |
lpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lpushx.
|
default RedisAPI |
lrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lrange.
|
default RedisAPI |
lrem(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lrem.
|
default RedisAPI |
lset(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command lset.
|
default RedisAPI |
ltrim(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ltrim.
|
default RedisAPI |
memory(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command memory.
|
default RedisAPI |
mget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command mget.
|
default RedisAPI |
migrate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command migrate.
|
default RedisAPI |
module(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command module.
|
default RedisAPI |
monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command monitor.
|
default RedisAPI |
move(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command move.
|
default RedisAPI |
mset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command mset.
|
default RedisAPI |
msetnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command msetnx.
|
default RedisAPI |
multi(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command multi.
|
default RedisAPI |
object(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command object.
|
default RedisAPI |
persist(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command persist.
|
default RedisAPI |
pexpire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpire.
|
default RedisAPI |
pexpireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pexpireat.
|
default RedisAPI |
pfadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfadd.
|
default RedisAPI |
pfcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfcount.
|
default RedisAPI |
pfdebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfdebug.
|
default RedisAPI |
pfmerge(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfmerge.
|
default RedisAPI |
pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pfselftest.
|
default RedisAPI |
ping(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ping.
|
default RedisAPI |
post(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command post.
|
default RedisAPI |
psetex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psetex.
|
default RedisAPI |
psubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psubscribe.
|
default RedisAPI |
psync(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command psync.
|
default RedisAPI |
pttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pttl.
|
default RedisAPI |
publish(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command publish.
|
default RedisAPI |
pubsub(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command pubsub.
|
default RedisAPI |
punsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command punsubscribe.
|
default RedisAPI |
randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command randomkey.
|
default RedisAPI |
readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command readonly.
|
default RedisAPI |
readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command readwrite.
|
default RedisAPI |
rename(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rename.
|
default RedisAPI |
renamenx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command renamenx.
|
default RedisAPI |
replconf(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command replconf.
|
default RedisAPI |
replicaof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command replicaof.
|
default RedisAPI |
restore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command restore.
|
default RedisAPI |
restoreAsking(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command restoreAsking.
|
default RedisAPI |
role(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command role.
|
default RedisAPI |
rpop(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpop.
|
default RedisAPI |
rpoplpush(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpoplpush.
|
default RedisAPI |
rpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpush.
|
default RedisAPI |
rpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command rpushx.
|
default RedisAPI |
sadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sadd.
|
default RedisAPI |
save(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command save.
|
default RedisAPI |
scan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command scan.
|
default RedisAPI |
scard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command scard.
|
default RedisAPI |
script(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command script.
|
default RedisAPI |
sdiff(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sdiff.
|
default RedisAPI |
sdiffstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sdiffstore.
|
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 RedisAPI |
set(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command set.
|
default RedisAPI |
setbit(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setbit.
|
default RedisAPI |
setex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setex.
|
default RedisAPI |
setnx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setnx.
|
default RedisAPI |
setrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command setrange.
|
default RedisAPI |
shutdown(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command shutdown.
|
default RedisAPI |
sinter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sinter.
|
default RedisAPI |
sinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sinterstore.
|
default RedisAPI |
sismember(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sismember.
|
default RedisAPI |
slaveof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command slaveof.
|
default RedisAPI |
slowlog(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command slowlog.
|
default RedisAPI |
smembers(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command smembers.
|
default RedisAPI |
smove(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command smove.
|
default RedisAPI |
sort(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sort.
|
default RedisAPI |
spop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command spop.
|
default RedisAPI |
srandmember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command srandmember.
|
default RedisAPI |
srem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command srem.
|
default RedisAPI |
sscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sscan.
|
default RedisAPI |
strlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command strlen.
|
default RedisAPI |
subscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command subscribe.
|
default RedisAPI |
substr(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command substr.
|
default RedisAPI |
sunion(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sunion.
|
default RedisAPI |
sunionstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sunionstore.
|
default RedisAPI |
swapdb(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command swapdb.
|
default RedisAPI |
sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command sync.
|
default RedisAPI |
time(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command time.
|
default RedisAPI |
touch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command touch.
|
default RedisAPI |
ttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command ttl.
|
default RedisAPI |
type(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command type.
|
default RedisAPI |
unlink(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unlink.
|
default RedisAPI |
unsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unsubscribe.
|
default RedisAPI |
unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command unwatch.
|
default RedisAPI |
wait(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command wait.
|
default RedisAPI |
watch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command watch.
|
default RedisAPI |
xack(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xack.
|
default RedisAPI |
xadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xadd.
|
default RedisAPI |
xclaim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xclaim.
|
default RedisAPI |
xdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xdel.
|
default RedisAPI |
xgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xgroup.
|
default RedisAPI |
xinfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xinfo.
|
default RedisAPI |
xlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xlen.
|
default RedisAPI |
xpending(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xpending.
|
default RedisAPI |
xrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xrange.
|
default RedisAPI |
xread(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xread.
|
default RedisAPI |
xreadgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xreadgroup.
|
default RedisAPI |
xrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xrevrange.
|
default RedisAPI |
xsetid(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xsetid.
|
default RedisAPI |
xtrim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command xtrim.
|
default RedisAPI |
zadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zadd.
|
default RedisAPI |
zcard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zcard.
|
default RedisAPI |
zcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zcount.
|
default RedisAPI |
zincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zincrby.
|
default RedisAPI |
zinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zinterstore.
|
default RedisAPI |
zlexcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zlexcount.
|
default RedisAPI |
zpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zpopmax.
|
default RedisAPI |
zpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zpopmin.
|
default RedisAPI |
zrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrange.
|
default RedisAPI |
zrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrangebylex.
|
default RedisAPI |
zrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrangebyscore.
|
default RedisAPI |
zrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrank.
|
default RedisAPI |
zrem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrem.
|
default RedisAPI |
zremrangebylex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebylex.
|
default RedisAPI |
zremrangebyrank(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebyrank.
|
default RedisAPI |
zremrangebyscore(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zremrangebyscore.
|
default RedisAPI |
zrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrange.
|
default RedisAPI |
zrevrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrangebylex.
|
default RedisAPI |
zrevrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrangebyscore.
|
default RedisAPI |
zrevrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zrevrank.
|
default RedisAPI |
zscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zscan.
|
default RedisAPI |
zscore(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Redis command zscore.
|
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 append(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI auth(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bgsave(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bitcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bitfield(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bitop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bitpos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI blpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI brpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI brpoplpush(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bzpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI bzpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI client(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI cluster(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI command(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI config(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI debug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI decr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI decrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI del(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI dump(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI echo(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI eval(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI evalsha(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
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 RedisAPI expire(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI expireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI flushall(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI flushdb(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI geoadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI geodist(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI geohash(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI geopos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI georadius(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI georadiusRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI georadiusbymember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI georadiusbymemberRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI get(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI getbit(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI getrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI getset(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hexists(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hget(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hgetall(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hincrbyfloat(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hkeys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hmget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hmset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI host(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hsetnx(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hstrlen(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI hvals(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI incr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI incrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI incrbyfloat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI info(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI keys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI latency(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lindex(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI linsert(String arg0, String arg1, String arg2, String arg3, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI llen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lolwut(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lpop(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lrem(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI lset(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI ltrim(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI memory(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI mget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI migrate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI module(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI move(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI mset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI msetnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
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 RedisAPI persist(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pexpire(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pexpireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pfadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pfcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pfdebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pfmerge(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI ping(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI post(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI psetex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI psubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI psync(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI publish(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI pubsub(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI punsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI rename(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI renamenx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI replconf(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI replicaof(String arg0, String arg1, 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 RedisAPI restoreAsking(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
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 RedisAPI rpoplpush(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI rpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI rpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
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 RedisAPI scard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI script(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sdiff(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sdiffstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI select(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI set(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI setbit(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI setex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI setnx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI setrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI shutdown(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sinter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sismember(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI slaveof(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI slowlog(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI smembers(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI smove(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sort(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI spop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI srandmember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI srem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI strlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI subscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI substr(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sunion(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI sunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI swapdb(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
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 RedisAPI ttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI type(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI unlink(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI unsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI wait(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI watch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xack(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xclaim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xinfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xpending(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xread(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xreadgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xsetid(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI xtrim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zcard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zlexcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zremrangebylex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zremrangebyrank(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zremrangebyscore(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrevrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrevrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zrevrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zscore(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
default RedisAPI zunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
Copyright © 2020 Eclipse. All rights reserved.