Modifier and Type | Field and Description |
---|---|
static TypeArg<RedisAPI> |
__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
api(Redis client) |
RedisAPI |
append(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
appendObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
askingObservable()
Deprecated.
|
RedisAPI |
auth(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
authObservable(String arg0)
Deprecated.
|
RedisAPI |
bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bgrewriteaofObservable()
Deprecated.
|
RedisAPI |
bgsave(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bgsaveObservable(List<String> args)
Deprecated.
|
RedisAPI |
bitcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bitcountObservable(List<String> args)
Deprecated.
|
RedisAPI |
bitfield(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bitfieldObservable(List<String> args)
Deprecated.
|
RedisAPI |
bitop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bitopObservable(List<String> args)
Deprecated.
|
RedisAPI |
bitpos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bitposObservable(List<String> args)
Deprecated.
|
RedisAPI |
blpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
blpopObservable(List<String> args)
Deprecated.
|
RedisAPI |
brpop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
brpoplpush(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
brpoplpushObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
rx.Observable<Response> |
brpopObservable(List<String> args)
Deprecated.
|
RedisAPI |
bzpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bzpopmaxObservable(List<String> args)
Deprecated.
|
RedisAPI |
bzpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
bzpopminObservable(List<String> args)
Deprecated.
|
RedisAPI |
client(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
clientObservable(List<String> args)
Deprecated.
|
RedisAPI |
cluster(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
clusterObservable(List<String> args)
Deprecated.
|
RedisAPI |
command(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
commandObservable(List<String> args)
Deprecated.
|
RedisAPI |
config(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
configObservable(List<String> args)
Deprecated.
|
RedisAPI |
dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
dbsizeObservable()
Deprecated.
|
RedisAPI |
debug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
debugObservable(List<String> args)
Deprecated.
|
RedisAPI |
decr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
decrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
decrbyObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
decrObservable(String arg0)
Deprecated.
|
RedisAPI |
del(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
delObservable(List<String> args)
Deprecated.
|
RedisAPI |
discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
discardObservable()
Deprecated.
|
RedisAPI |
dump(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
dumpObservable(String arg0)
Deprecated.
|
RedisAPI |
echo(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
echoObservable(String arg0)
Deprecated.
|
boolean |
equals(Object o) |
RedisAPI |
eval(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
evalObservable(List<String> args)
Deprecated.
|
RedisAPI |
evalsha(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
evalshaObservable(List<String> args)
Deprecated.
|
RedisAPI |
exec(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
execObservable()
Deprecated.
|
RedisAPI |
exists(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
existsObservable(List<String> args)
Deprecated.
|
RedisAPI |
expire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
expireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
expireatObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
expireObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
flushall(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
flushallObservable(List<String> args)
Deprecated.
|
RedisAPI |
flushdb(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
flushdbObservable(List<String> args)
Deprecated.
|
RedisAPI |
geoadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
geoaddObservable(List<String> args)
Deprecated.
|
RedisAPI |
geodist(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
geodistObservable(List<String> args)
Deprecated.
|
RedisAPI |
geohash(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
geohashObservable(List<String> args)
Deprecated.
|
RedisAPI |
geopos(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
geoposObservable(List<String> args)
Deprecated.
|
RedisAPI |
georadius(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
georadiusbymember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
georadiusbymemberObservable(List<String> args)
Deprecated.
|
RedisAPI |
georadiusbymemberRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
georadiusbymemberRoObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
georadiusObservable(List<String> args)
Deprecated.
|
RedisAPI |
georadiusRo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
georadiusRoObservable(List<String> args)
Deprecated.
|
RedisAPI |
get(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
getbit(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
getbitObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
getDelegate() |
rx.Observable<Response> |
getObservable(String arg0)
Deprecated.
|
RedisAPI |
getrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
getrangeObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
getset(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
getsetObservable(String arg0,
String arg1)
Deprecated.
|
int |
hashCode() |
RedisAPI |
hdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hdelObservable(List<String> args)
Deprecated.
|
RedisAPI |
hexists(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hexistsObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
hget(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
hgetall(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hgetallObservable(String arg0)
Deprecated.
|
rx.Observable<Response> |
hgetObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
hincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
hincrbyfloat(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hincrbyfloatObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
rx.Observable<Response> |
hincrbyObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
hkeys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hkeysObservable(String arg0)
Deprecated.
|
RedisAPI |
hlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hlenObservable(String arg0)
Deprecated.
|
RedisAPI |
hmget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hmgetObservable(List<String> args)
Deprecated.
|
RedisAPI |
hmset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hmsetObservable(List<String> args)
Deprecated.
|
RedisAPI |
host(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hostObservable(List<String> args)
Deprecated.
|
RedisAPI |
hscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hscanObservable(List<String> args)
Deprecated.
|
RedisAPI |
hset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
hsetnx(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hsetnxObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
rx.Observable<Response> |
hsetObservable(List<String> args)
Deprecated.
|
RedisAPI |
hstrlen(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hstrlenObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
hvals(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
hvalsObservable(String arg0)
Deprecated.
|
RedisAPI |
incr(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
incrby(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
incrbyfloat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
incrbyfloatObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
incrbyObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
incrObservable(String arg0)
Deprecated.
|
RedisAPI |
info(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
infoObservable(List<String> args)
Deprecated.
|
RedisAPI |
keys(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
keysObservable(String arg0)
Deprecated.
|
RedisAPI |
lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lastsaveObservable()
Deprecated.
|
RedisAPI |
latency(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
latencyObservable(List<String> args)
Deprecated.
|
RedisAPI |
lindex(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lindexObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
linsert(String arg0,
String arg1,
String arg2,
String arg3,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
linsertObservable(String arg0,
String arg1,
String arg2,
String arg3)
Deprecated.
|
RedisAPI |
llen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
llenObservable(String arg0)
Deprecated.
|
RedisAPI |
lolwut(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lolwutObservable(List<String> args)
Deprecated.
|
RedisAPI |
lpop(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lpopObservable(String arg0)
Deprecated.
|
RedisAPI |
lpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lpushObservable(List<String> args)
Deprecated.
|
RedisAPI |
lpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lpushxObservable(List<String> args)
Deprecated.
|
RedisAPI |
lrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lrangeObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
lrem(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lremObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
lset(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
lsetObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
ltrim(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
ltrimObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
memory(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
memoryObservable(List<String> args)
Deprecated.
|
RedisAPI |
mget(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
mgetObservable(List<String> args)
Deprecated.
|
RedisAPI |
migrate(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
migrateObservable(List<String> args)
Deprecated.
|
RedisAPI |
module(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
moduleObservable(List<String> args)
Deprecated.
|
RedisAPI |
monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
monitorObservable()
Deprecated.
|
RedisAPI |
move(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
moveObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
mset(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
msetnx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
msetnxObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
msetObservable(List<String> args)
Deprecated.
|
RedisAPI |
multi(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
multiObservable()
Deprecated.
|
static RedisAPI |
newInstance(RedisAPI arg) |
RedisAPI |
object(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
objectObservable(List<String> args)
Deprecated.
|
RedisAPI |
persist(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
persistObservable(String arg0)
Deprecated.
|
RedisAPI |
pexpire(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
pexpireat(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pexpireatObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
pexpireObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
pfadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pfaddObservable(List<String> args)
Deprecated.
|
RedisAPI |
pfcount(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pfcountObservable(List<String> args)
Deprecated.
|
RedisAPI |
pfdebug(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pfdebugObservable(List<String> args)
Deprecated.
|
RedisAPI |
pfmerge(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pfmergeObservable(List<String> args)
Deprecated.
|
RedisAPI |
pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pfselftestObservable()
Deprecated.
|
RedisAPI |
ping(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pingObservable(List<String> args)
Deprecated.
|
RedisAPI |
post(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
postObservable(List<String> args)
Deprecated.
|
RedisAPI |
psetex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
psetexObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
psubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
psubscribeObservable(List<String> args)
Deprecated.
|
RedisAPI |
psync(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
psyncObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
pttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pttlObservable(String arg0)
Deprecated.
|
RedisAPI |
publish(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
publishObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
pubsub(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
pubsubObservable(List<String> args)
Deprecated.
|
RedisAPI |
punsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
punsubscribeObservable(List<String> args)
Deprecated.
|
RedisAPI |
randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
randomkeyObservable()
Deprecated.
|
RedisAPI |
readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
readonlyObservable()
Deprecated.
|
RedisAPI |
readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
readwriteObservable()
Deprecated.
|
RedisAPI |
rename(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
renamenx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
renamenxObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
renameObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
replconf(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
replconfObservable(List<String> args)
Deprecated.
|
RedisAPI |
replicaof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
replicaofObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
restore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
restoreAsking(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
restoreAskingObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
restoreObservable(List<String> args)
Deprecated.
|
RedisAPI |
role(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
roleObservable()
Deprecated.
|
RedisAPI |
rpop(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
rpoplpush(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
rpoplpushObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
rpopObservable(String arg0)
Deprecated.
|
RedisAPI |
rpush(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
rpushObservable(List<String> args)
Deprecated.
|
RedisAPI |
rpushx(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
rpushxObservable(List<String> args)
Deprecated.
|
rx.Single<Response> |
rxAppend(String arg0,
String arg1) |
rx.Single<Response> |
rxAsking() |
rx.Single<Response> |
rxAuth(String arg0) |
rx.Single<Response> |
rxBgrewriteaof() |
rx.Single<Response> |
rxBgsave(List<String> args) |
rx.Single<Response> |
rxBitcount(List<String> args) |
rx.Single<Response> |
rxBitfield(List<String> args) |
rx.Single<Response> |
rxBitop(List<String> args) |
rx.Single<Response> |
rxBitpos(List<String> args) |
rx.Single<Response> |
rxBlpop(List<String> args) |
rx.Single<Response> |
rxBrpop(List<String> args) |
rx.Single<Response> |
rxBrpoplpush(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxBzpopmax(List<String> args) |
rx.Single<Response> |
rxBzpopmin(List<String> args) |
rx.Single<Response> |
rxClient(List<String> args) |
rx.Single<Response> |
rxCluster(List<String> args) |
rx.Single<Response> |
rxCommand(List<String> args) |
rx.Single<Response> |
rxConfig(List<String> args) |
rx.Single<Response> |
rxDbsize() |
rx.Single<Response> |
rxDebug(List<String> args) |
rx.Single<Response> |
rxDecr(String arg0) |
rx.Single<Response> |
rxDecrby(String arg0,
String arg1) |
rx.Single<Response> |
rxDel(List<String> args) |
rx.Single<Response> |
rxDiscard() |
rx.Single<Response> |
rxDump(String arg0) |
rx.Single<Response> |
rxEcho(String arg0) |
rx.Single<Response> |
rxEval(List<String> args) |
rx.Single<Response> |
rxEvalsha(List<String> args) |
rx.Single<Response> |
rxExec() |
rx.Single<Response> |
rxExists(List<String> args) |
rx.Single<Response> |
rxExpire(String arg0,
String arg1) |
rx.Single<Response> |
rxExpireat(String arg0,
String arg1) |
rx.Single<Response> |
rxFlushall(List<String> args) |
rx.Single<Response> |
rxFlushdb(List<String> args) |
rx.Single<Response> |
rxGeoadd(List<String> args) |
rx.Single<Response> |
rxGeodist(List<String> args) |
rx.Single<Response> |
rxGeohash(List<String> args) |
rx.Single<Response> |
rxGeopos(List<String> args) |
rx.Single<Response> |
rxGeoradius(List<String> args) |
rx.Single<Response> |
rxGeoradiusbymember(List<String> args) |
rx.Single<Response> |
rxGeoradiusbymemberRo(List<String> args) |
rx.Single<Response> |
rxGeoradiusRo(List<String> args) |
rx.Single<Response> |
rxGet(String arg0) |
rx.Single<Response> |
rxGetbit(String arg0,
String arg1) |
rx.Single<Response> |
rxGetrange(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxGetset(String arg0,
String arg1) |
rx.Single<Response> |
rxHdel(List<String> args) |
rx.Single<Response> |
rxHexists(String arg0,
String arg1) |
rx.Single<Response> |
rxHget(String arg0,
String arg1) |
rx.Single<Response> |
rxHgetall(String arg0) |
rx.Single<Response> |
rxHincrby(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxHincrbyfloat(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxHkeys(String arg0) |
rx.Single<Response> |
rxHlen(String arg0) |
rx.Single<Response> |
rxHmget(List<String> args) |
rx.Single<Response> |
rxHmset(List<String> args) |
rx.Single<Response> |
rxHost(List<String> args) |
rx.Single<Response> |
rxHscan(List<String> args) |
rx.Single<Response> |
rxHset(List<String> args) |
rx.Single<Response> |
rxHsetnx(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxHstrlen(String arg0,
String arg1) |
rx.Single<Response> |
rxHvals(String arg0) |
rx.Single<Response> |
rxIncr(String arg0) |
rx.Single<Response> |
rxIncrby(String arg0,
String arg1) |
rx.Single<Response> |
rxIncrbyfloat(String arg0,
String arg1) |
rx.Single<Response> |
rxInfo(List<String> args) |
rx.Single<Response> |
rxKeys(String arg0) |
rx.Single<Response> |
rxLastsave() |
rx.Single<Response> |
rxLatency(List<String> args) |
rx.Single<Response> |
rxLindex(String arg0,
String arg1) |
rx.Single<Response> |
rxLinsert(String arg0,
String arg1,
String arg2,
String arg3) |
rx.Single<Response> |
rxLlen(String arg0) |
rx.Single<Response> |
rxLolwut(List<String> args) |
rx.Single<Response> |
rxLpop(String arg0) |
rx.Single<Response> |
rxLpush(List<String> args) |
rx.Single<Response> |
rxLpushx(List<String> args) |
rx.Single<Response> |
rxLrange(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxLrem(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxLset(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxLtrim(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxMemory(List<String> args) |
rx.Single<Response> |
rxMget(List<String> args) |
rx.Single<Response> |
rxMigrate(List<String> args) |
rx.Single<Response> |
rxModule(List<String> args) |
rx.Single<Response> |
rxMonitor() |
rx.Single<Response> |
rxMove(String arg0,
String arg1) |
rx.Single<Response> |
rxMset(List<String> args) |
rx.Single<Response> |
rxMsetnx(List<String> args) |
rx.Single<Response> |
rxMulti() |
rx.Single<Response> |
rxObject(List<String> args) |
rx.Single<Response> |
rxPersist(String arg0) |
rx.Single<Response> |
rxPexpire(String arg0,
String arg1) |
rx.Single<Response> |
rxPexpireat(String arg0,
String arg1) |
rx.Single<Response> |
rxPfadd(List<String> args) |
rx.Single<Response> |
rxPfcount(List<String> args) |
rx.Single<Response> |
rxPfdebug(List<String> args) |
rx.Single<Response> |
rxPfmerge(List<String> args) |
rx.Single<Response> |
rxPfselftest() |
rx.Single<Response> |
rxPing(List<String> args) |
rx.Single<Response> |
rxPost(List<String> args) |
rx.Single<Response> |
rxPsetex(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxPsubscribe(List<String> args) |
rx.Single<Response> |
rxPsync(String arg0,
String arg1) |
rx.Single<Response> |
rxPttl(String arg0) |
rx.Single<Response> |
rxPublish(String arg0,
String arg1) |
rx.Single<Response> |
rxPubsub(List<String> args) |
rx.Single<Response> |
rxPunsubscribe(List<String> args) |
rx.Single<Response> |
rxRandomkey() |
rx.Single<Response> |
rxReadonly() |
rx.Single<Response> |
rxReadwrite() |
rx.Single<Response> |
rxRename(String arg0,
String arg1) |
rx.Single<Response> |
rxRenamenx(String arg0,
String arg1) |
rx.Single<Response> |
rxReplconf(List<String> args) |
rx.Single<Response> |
rxReplicaof(String arg0,
String arg1) |
rx.Single<Response> |
rxRestore(List<String> args) |
rx.Single<Response> |
rxRestoreAsking(List<String> args) |
rx.Single<Response> |
rxRole() |
rx.Single<Response> |
rxRpop(String arg0) |
rx.Single<Response> |
rxRpoplpush(String arg0,
String arg1) |
rx.Single<Response> |
rxRpush(List<String> args) |
rx.Single<Response> |
rxRpushx(List<String> args) |
rx.Single<Response> |
rxSadd(List<String> args) |
rx.Single<Response> |
rxSave() |
rx.Single<Response> |
rxScan(List<String> args) |
rx.Single<Response> |
rxScard(String arg0) |
rx.Single<Response> |
rxScript(List<String> args) |
rx.Single<Response> |
rxSdiff(List<String> args) |
rx.Single<Response> |
rxSdiffstore(List<String> args) |
rx.Single<Response> |
rxSelect(String arg0) |
rx.Single<Response> |
rxSet(List<String> args) |
rx.Single<Response> |
rxSetbit(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxSetex(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxSetnx(String arg0,
String arg1) |
rx.Single<Response> |
rxSetrange(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxShutdown(List<String> args) |
rx.Single<Response> |
rxSinter(List<String> args) |
rx.Single<Response> |
rxSinterstore(List<String> args) |
rx.Single<Response> |
rxSismember(String arg0,
String arg1) |
rx.Single<Response> |
rxSlaveof(String arg0,
String arg1) |
rx.Single<Response> |
rxSlowlog(List<String> args) |
rx.Single<Response> |
rxSmembers(String arg0) |
rx.Single<Response> |
rxSmove(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxSort(List<String> args) |
rx.Single<Response> |
rxSpop(List<String> args) |
rx.Single<Response> |
rxSrandmember(List<String> args) |
rx.Single<Response> |
rxSrem(List<String> args) |
rx.Single<Response> |
rxSscan(List<String> args) |
rx.Single<Response> |
rxStrlen(String arg0) |
rx.Single<Response> |
rxSubscribe(List<String> args) |
rx.Single<Response> |
rxSubstr(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxSunion(List<String> args) |
rx.Single<Response> |
rxSunionstore(List<String> args) |
rx.Single<Response> |
rxSwapdb(String arg0,
String arg1) |
rx.Single<Response> |
rxSync() |
rx.Single<Response> |
rxTime() |
rx.Single<Response> |
rxTouch(List<String> args) |
rx.Single<Response> |
rxTtl(String arg0) |
rx.Single<Response> |
rxType(String arg0) |
rx.Single<Response> |
rxUnlink(List<String> args) |
rx.Single<Response> |
rxUnsubscribe(List<String> args) |
rx.Single<Response> |
rxUnwatch() |
rx.Single<Response> |
rxWait(String arg0,
String arg1) |
rx.Single<Response> |
rxWatch(List<String> args) |
rx.Single<Response> |
rxXack(List<String> args) |
rx.Single<Response> |
rxXadd(List<String> args) |
rx.Single<Response> |
rxXclaim(List<String> args) |
rx.Single<Response> |
rxXdel(List<String> args) |
rx.Single<Response> |
rxXgroup(List<String> args) |
rx.Single<Response> |
rxXinfo(List<String> args) |
rx.Single<Response> |
rxXlen(String arg0) |
rx.Single<Response> |
rxXpending(List<String> args) |
rx.Single<Response> |
rxXrange(List<String> args) |
rx.Single<Response> |
rxXread(List<String> args) |
rx.Single<Response> |
rxXreadgroup(List<String> args) |
rx.Single<Response> |
rxXrevrange(List<String> args) |
rx.Single<Response> |
rxXsetid(String arg0,
String arg1) |
rx.Single<Response> |
rxXtrim(List<String> args) |
rx.Single<Response> |
rxZadd(List<String> args) |
rx.Single<Response> |
rxZcard(String arg0) |
rx.Single<Response> |
rxZcount(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZincrby(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZinterstore(List<String> args) |
rx.Single<Response> |
rxZlexcount(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZpopmax(List<String> args) |
rx.Single<Response> |
rxZpopmin(List<String> args) |
rx.Single<Response> |
rxZrange(List<String> args) |
rx.Single<Response> |
rxZrangebylex(List<String> args) |
rx.Single<Response> |
rxZrangebyscore(List<String> args) |
rx.Single<Response> |
rxZrank(String arg0,
String arg1) |
rx.Single<Response> |
rxZrem(List<String> args) |
rx.Single<Response> |
rxZremrangebylex(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZremrangebyrank(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZremrangebyscore(String arg0,
String arg1,
String arg2) |
rx.Single<Response> |
rxZrevrange(List<String> args) |
rx.Single<Response> |
rxZrevrangebylex(List<String> args) |
rx.Single<Response> |
rxZrevrangebyscore(List<String> args) |
rx.Single<Response> |
rxZrevrank(String arg0,
String arg1) |
rx.Single<Response> |
rxZscan(List<String> args) |
rx.Single<Response> |
rxZscore(String arg0,
String arg1) |
rx.Single<Response> |
rxZunionstore(List<String> args) |
RedisAPI |
sadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
saddObservable(List<String> args)
Deprecated.
|
RedisAPI |
save(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
saveObservable()
Deprecated.
|
RedisAPI |
scan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
scanObservable(List<String> args)
Deprecated.
|
RedisAPI |
scard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
scardObservable(String arg0)
Deprecated.
|
RedisAPI |
script(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
scriptObservable(List<String> args)
Deprecated.
|
RedisAPI |
sdiff(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sdiffObservable(List<String> args)
Deprecated.
|
RedisAPI |
sdiffstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sdiffstoreObservable(List<String> args)
Deprecated.
|
RedisAPI |
select(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
selectObservable(String arg0)
Deprecated.
|
RedisAPI |
set(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
setbit(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
setbitObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
setex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
setexObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
setnx(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
setnxObservable(String arg0,
String arg1)
Deprecated.
|
rx.Observable<Response> |
setObservable(List<String> args)
Deprecated.
|
RedisAPI |
setrange(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
setrangeObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
shutdown(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
shutdownObservable(List<String> args)
Deprecated.
|
RedisAPI |
sinter(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sinterObservable(List<String> args)
Deprecated.
|
RedisAPI |
sinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sinterstoreObservable(List<String> args)
Deprecated.
|
RedisAPI |
sismember(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sismemberObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
slaveof(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
slaveofObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
slowlog(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
slowlogObservable(List<String> args)
Deprecated.
|
RedisAPI |
smembers(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
smembersObservable(String arg0)
Deprecated.
|
RedisAPI |
smove(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
smoveObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
sort(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sortObservable(List<String> args)
Deprecated.
|
RedisAPI |
spop(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
spopObservable(List<String> args)
Deprecated.
|
RedisAPI |
srandmember(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
srandmemberObservable(List<String> args)
Deprecated.
|
RedisAPI |
srem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sremObservable(List<String> args)
Deprecated.
|
RedisAPI |
sscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sscanObservable(List<String> args)
Deprecated.
|
RedisAPI |
strlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
strlenObservable(String arg0)
Deprecated.
|
RedisAPI |
subscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
subscribeObservable(List<String> args)
Deprecated.
|
RedisAPI |
substr(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
substrObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
sunion(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sunionObservable(List<String> args)
Deprecated.
|
RedisAPI |
sunionstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
sunionstoreObservable(List<String> args)
Deprecated.
|
RedisAPI |
swapdb(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
swapdbObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
syncObservable()
Deprecated.
|
RedisAPI |
time(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
timeObservable()
Deprecated.
|
String |
toString() |
RedisAPI |
touch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
touchObservable(List<String> args)
Deprecated.
|
RedisAPI |
ttl(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
ttlObservable(String arg0)
Deprecated.
|
RedisAPI |
type(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
typeObservable(String arg0)
Deprecated.
|
RedisAPI |
unlink(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
unlinkObservable(List<String> args)
Deprecated.
|
RedisAPI |
unsubscribe(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
unsubscribeObservable(List<String> args)
Deprecated.
|
RedisAPI |
unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
unwatchObservable()
Deprecated.
|
RedisAPI |
wait(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
waitObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
watch(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
watchObservable(List<String> args)
Deprecated.
|
RedisAPI |
xack(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xackObservable(List<String> args)
Deprecated.
|
RedisAPI |
xadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xaddObservable(List<String> args)
Deprecated.
|
RedisAPI |
xclaim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xclaimObservable(List<String> args)
Deprecated.
|
RedisAPI |
xdel(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xdelObservable(List<String> args)
Deprecated.
|
RedisAPI |
xgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xgroupObservable(List<String> args)
Deprecated.
|
RedisAPI |
xinfo(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xinfoObservable(List<String> args)
Deprecated.
|
RedisAPI |
xlen(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xlenObservable(String arg0)
Deprecated.
|
RedisAPI |
xpending(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xpendingObservable(List<String> args)
Deprecated.
|
RedisAPI |
xrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xrangeObservable(List<String> args)
Deprecated.
|
RedisAPI |
xread(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
xreadgroup(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xreadgroupObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
xreadObservable(List<String> args)
Deprecated.
|
RedisAPI |
xrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xrevrangeObservable(List<String> args)
Deprecated.
|
RedisAPI |
xsetid(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xsetidObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
xtrim(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
xtrimObservable(List<String> args)
Deprecated.
|
RedisAPI |
zadd(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zaddObservable(List<String> args)
Deprecated.
|
RedisAPI |
zcard(String arg0,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zcardObservable(String arg0)
Deprecated.
|
RedisAPI |
zcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zcountObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zincrby(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zincrbyObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zinterstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zinterstoreObservable(List<String> args)
Deprecated.
|
RedisAPI |
zlexcount(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zlexcountObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zpopmax(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zpopmaxObservable(List<String> args)
Deprecated.
|
RedisAPI |
zpopmin(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zpopminObservable(List<String> args)
Deprecated.
|
RedisAPI |
zrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
zrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrangebylexObservable(List<String> args)
Deprecated.
|
RedisAPI |
zrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrangebyscoreObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
zrangeObservable(List<String> args)
Deprecated.
|
RedisAPI |
zrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrankObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
zrem(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zremObservable(List<String> args)
Deprecated.
|
RedisAPI |
zremrangebylex(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zremrangebylexObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zremrangebyrank(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zremrangebyrankObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zremrangebyscore(String arg0,
String arg1,
String arg2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zremrangebyscoreObservable(String arg0,
String arg1,
String arg2)
Deprecated.
|
RedisAPI |
zrevrange(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
RedisAPI |
zrevrangebylex(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrevrangebylexObservable(List<String> args)
Deprecated.
|
RedisAPI |
zrevrangebyscore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrevrangebyscoreObservable(List<String> args)
Deprecated.
|
rx.Observable<Response> |
zrevrangeObservable(List<String> args)
Deprecated.
|
RedisAPI |
zrevrank(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zrevrankObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
zscan(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zscanObservable(List<String> args)
Deprecated.
|
RedisAPI |
zscore(String arg0,
String arg1,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zscoreObservable(String arg0,
String arg1)
Deprecated.
|
RedisAPI |
zunionstore(List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler) |
rx.Observable<Response> |
zunionstoreObservable(List<String> args)
Deprecated.
|
public RedisAPI(RedisAPI delegate)
public RedisAPI getDelegate()
public RedisAPI append(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> appendObservable(String arg0, String arg1)
@Deprecated public rx.Observable<Response> askingObservable()
public rx.Single<Response> rxAsking()
public RedisAPI auth(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> authObservable(String arg0)
public RedisAPI bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bgrewriteaofObservable()
public rx.Single<Response> rxBgrewriteaof()
public RedisAPI bgsave(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bgsaveObservable(List<String> args)
public RedisAPI bitcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bitcountObservable(List<String> args)
public RedisAPI bitfield(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bitfieldObservable(List<String> args)
public RedisAPI bitop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bitopObservable(List<String> args)
public RedisAPI bitpos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bitposObservable(List<String> args)
public RedisAPI blpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> blpopObservable(List<String> args)
public RedisAPI brpop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> brpopObservable(List<String> args)
public RedisAPI brpoplpush(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> brpoplpushObservable(String arg0, String arg1, String arg2)
public RedisAPI bzpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bzpopmaxObservable(List<String> args)
public RedisAPI bzpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> bzpopminObservable(List<String> args)
public RedisAPI client(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> clientObservable(List<String> args)
public RedisAPI cluster(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> clusterObservable(List<String> args)
public RedisAPI command(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> commandObservable(List<String> args)
public RedisAPI config(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> configObservable(List<String> args)
@Deprecated public rx.Observable<Response> dbsizeObservable()
public rx.Single<Response> rxDbsize()
public RedisAPI debug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> debugObservable(List<String> args)
public RedisAPI decr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> decrObservable(String arg0)
public RedisAPI decrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> decrbyObservable(String arg0, String arg1)
public RedisAPI del(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> delObservable(List<String> args)
@Deprecated public rx.Observable<Response> discardObservable()
public rx.Single<Response> rxDiscard()
public RedisAPI dump(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> dumpObservable(String arg0)
public RedisAPI echo(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> echoObservable(String arg0)
public RedisAPI eval(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> evalObservable(List<String> args)
public RedisAPI evalsha(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> evalshaObservable(List<String> args)
@Deprecated public rx.Observable<Response> execObservable()
public rx.Single<Response> rxExec()
public RedisAPI exists(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> existsObservable(List<String> args)
public RedisAPI expire(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> expireObservable(String arg0, String arg1)
public RedisAPI expireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> expireatObservable(String arg0, String arg1)
public RedisAPI flushall(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> flushallObservable(List<String> args)
public RedisAPI flushdb(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> flushdbObservable(List<String> args)
public RedisAPI geoadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> geoaddObservable(List<String> args)
public RedisAPI geodist(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> geodistObservable(List<String> args)
public RedisAPI geohash(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> geohashObservable(List<String> args)
public RedisAPI geopos(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> geoposObservable(List<String> args)
public RedisAPI georadius(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> georadiusObservable(List<String> args)
public RedisAPI georadiusRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> georadiusRoObservable(List<String> args)
public RedisAPI georadiusbymember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> georadiusbymemberObservable(List<String> args)
public RedisAPI georadiusbymemberRo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> georadiusbymemberRoObservable(List<String> args)
public RedisAPI get(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> getObservable(String arg0)
public RedisAPI getbit(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> getbitObservable(String arg0, String arg1)
public RedisAPI getrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> getrangeObservable(String arg0, String arg1, String arg2)
public RedisAPI getset(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> getsetObservable(String arg0, String arg1)
public RedisAPI hdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hdelObservable(List<String> args)
public RedisAPI hexists(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hexistsObservable(String arg0, String arg1)
public RedisAPI hget(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hgetObservable(String arg0, String arg1)
public RedisAPI hgetall(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hgetallObservable(String arg0)
public RedisAPI hincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hincrbyObservable(String arg0, String arg1, String arg2)
public RedisAPI hincrbyfloat(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hincrbyfloatObservable(String arg0, String arg1, String arg2)
public RedisAPI hkeys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hkeysObservable(String arg0)
public RedisAPI hlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hlenObservable(String arg0)
public RedisAPI hmget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hmgetObservable(List<String> args)
public RedisAPI hmset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hmsetObservable(List<String> args)
public RedisAPI host(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hostObservable(List<String> args)
public RedisAPI hscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hscanObservable(List<String> args)
public RedisAPI hset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hsetObservable(List<String> args)
public RedisAPI hsetnx(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hsetnxObservable(String arg0, String arg1, String arg2)
public RedisAPI hstrlen(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hstrlenObservable(String arg0, String arg1)
public RedisAPI hvals(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> hvalsObservable(String arg0)
public RedisAPI incr(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> incrObservable(String arg0)
public RedisAPI incrby(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> incrbyObservable(String arg0, String arg1)
public RedisAPI incrbyfloat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> incrbyfloatObservable(String arg0, String arg1)
public RedisAPI info(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> infoObservable(List<String> args)
public RedisAPI keys(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> keysObservable(String arg0)
public RedisAPI lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lastsaveObservable()
public rx.Single<Response> rxLastsave()
public RedisAPI latency(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> latencyObservable(List<String> args)
public RedisAPI lindex(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lindexObservable(String arg0, String arg1)
public RedisAPI linsert(String arg0, String arg1, String arg2, String arg3, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> linsertObservable(String arg0, String arg1, String arg2, String arg3)
public RedisAPI llen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> llenObservable(String arg0)
public RedisAPI lolwut(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lolwutObservable(List<String> args)
public RedisAPI lpop(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lpopObservable(String arg0)
public RedisAPI lpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lpushObservable(List<String> args)
public RedisAPI lpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lpushxObservable(List<String> args)
public RedisAPI lrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lrangeObservable(String arg0, String arg1, String arg2)
public RedisAPI lrem(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lremObservable(String arg0, String arg1, String arg2)
public RedisAPI lset(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> lsetObservable(String arg0, String arg1, String arg2)
public RedisAPI ltrim(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> ltrimObservable(String arg0, String arg1, String arg2)
public RedisAPI memory(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> memoryObservable(List<String> args)
public RedisAPI mget(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> mgetObservable(List<String> args)
public RedisAPI migrate(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> migrateObservable(List<String> args)
public RedisAPI module(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> moduleObservable(List<String> args)
@Deprecated public rx.Observable<Response> monitorObservable()
public rx.Single<Response> rxMonitor()
public RedisAPI move(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> moveObservable(String arg0, String arg1)
public RedisAPI mset(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> msetObservable(List<String> args)
public RedisAPI msetnx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> msetnxObservable(List<String> args)
@Deprecated public rx.Observable<Response> multiObservable()
public rx.Single<Response> rxMulti()
public RedisAPI object(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> objectObservable(List<String> args)
public RedisAPI persist(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> persistObservable(String arg0)
public RedisAPI pexpire(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pexpireObservable(String arg0, String arg1)
public RedisAPI pexpireat(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pexpireatObservable(String arg0, String arg1)
public RedisAPI pfadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pfaddObservable(List<String> args)
public RedisAPI pfcount(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pfcountObservable(List<String> args)
public RedisAPI pfdebug(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pfdebugObservable(List<String> args)
public RedisAPI pfmerge(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pfmergeObservable(List<String> args)
public RedisAPI pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pfselftestObservable()
public rx.Single<Response> rxPfselftest()
public RedisAPI ping(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pingObservable(List<String> args)
public RedisAPI post(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> postObservable(List<String> args)
public RedisAPI psetex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> psetexObservable(String arg0, String arg1, String arg2)
public RedisAPI psubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> psubscribeObservable(List<String> args)
public RedisAPI psync(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> psyncObservable(String arg0, String arg1)
public RedisAPI pttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pttlObservable(String arg0)
public RedisAPI publish(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> publishObservable(String arg0, String arg1)
public RedisAPI pubsub(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> pubsubObservable(List<String> args)
public RedisAPI punsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> punsubscribeObservable(List<String> args)
public RedisAPI randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> randomkeyObservable()
public rx.Single<Response> rxRandomkey()
public RedisAPI readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> readonlyObservable()
public rx.Single<Response> rxReadonly()
public RedisAPI readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> readwriteObservable()
public rx.Single<Response> rxReadwrite()
public RedisAPI rename(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> renameObservable(String arg0, String arg1)
public RedisAPI renamenx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> renamenxObservable(String arg0, String arg1)
public RedisAPI replconf(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> replconfObservable(List<String> args)
public RedisAPI replicaof(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> replicaofObservable(String arg0, String arg1)
public RedisAPI restore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> restoreObservable(List<String> args)
public RedisAPI restoreAsking(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> restoreAskingObservable(List<String> args)
@Deprecated public rx.Observable<Response> roleObservable()
public rx.Single<Response> rxRole()
public RedisAPI rpop(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> rpopObservable(String arg0)
public RedisAPI rpoplpush(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> rpoplpushObservable(String arg0, String arg1)
public RedisAPI rpush(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> rpushObservable(List<String> args)
public RedisAPI rpushx(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> rpushxObservable(List<String> args)
public RedisAPI sadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> saddObservable(List<String> args)
@Deprecated public rx.Observable<Response> saveObservable()
public rx.Single<Response> rxSave()
public RedisAPI scan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> scanObservable(List<String> args)
public RedisAPI scard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> scardObservable(String arg0)
public RedisAPI script(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> scriptObservable(List<String> args)
public RedisAPI sdiff(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sdiffObservable(List<String> args)
public RedisAPI sdiffstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sdiffstoreObservable(List<String> args)
public RedisAPI select(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> selectObservable(String arg0)
public RedisAPI set(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> setObservable(List<String> args)
public RedisAPI setbit(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> setbitObservable(String arg0, String arg1, String arg2)
public RedisAPI setex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> setexObservable(String arg0, String arg1, String arg2)
public RedisAPI setnx(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> setnxObservable(String arg0, String arg1)
public RedisAPI setrange(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> setrangeObservable(String arg0, String arg1, String arg2)
public RedisAPI shutdown(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> shutdownObservable(List<String> args)
public RedisAPI sinter(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sinterObservable(List<String> args)
public RedisAPI sinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sinterstoreObservable(List<String> args)
public RedisAPI sismember(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sismemberObservable(String arg0, String arg1)
public RedisAPI slaveof(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> slaveofObservable(String arg0, String arg1)
public RedisAPI slowlog(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> slowlogObservable(List<String> args)
public RedisAPI smembers(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> smembersObservable(String arg0)
public RedisAPI smove(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> smoveObservable(String arg0, String arg1, String arg2)
public RedisAPI sort(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sortObservable(List<String> args)
public RedisAPI spop(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> spopObservable(List<String> args)
public RedisAPI srandmember(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> srandmemberObservable(List<String> args)
public RedisAPI srem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sremObservable(List<String> args)
public RedisAPI sscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sscanObservable(List<String> args)
public RedisAPI strlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> strlenObservable(String arg0)
public RedisAPI subscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> subscribeObservable(List<String> args)
public RedisAPI substr(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> substrObservable(String arg0, String arg1, String arg2)
public RedisAPI sunion(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sunionObservable(List<String> args)
public RedisAPI sunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> sunionstoreObservable(List<String> args)
public RedisAPI swapdb(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> swapdbObservable(String arg0, String arg1)
@Deprecated public rx.Observable<Response> syncObservable()
public rx.Single<Response> rxSync()
@Deprecated public rx.Observable<Response> timeObservable()
public rx.Single<Response> rxTime()
public RedisAPI touch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> touchObservable(List<String> args)
public RedisAPI ttl(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> ttlObservable(String arg0)
public RedisAPI type(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> typeObservable(String arg0)
public RedisAPI unlink(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> unlinkObservable(List<String> args)
public RedisAPI unsubscribe(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> unsubscribeObservable(List<String> args)
@Deprecated public rx.Observable<Response> unwatchObservable()
public rx.Single<Response> rxUnwatch()
public RedisAPI wait(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> waitObservable(String arg0, String arg1)
public RedisAPI watch(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> watchObservable(List<String> args)
public RedisAPI xack(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xackObservable(List<String> args)
public RedisAPI xadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xaddObservable(List<String> args)
public RedisAPI xclaim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xclaimObservable(List<String> args)
public RedisAPI xdel(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xdelObservable(List<String> args)
public RedisAPI xgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xgroupObservable(List<String> args)
public RedisAPI xinfo(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xinfoObservable(List<String> args)
public RedisAPI xlen(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xlenObservable(String arg0)
public RedisAPI xpending(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xpendingObservable(List<String> args)
public RedisAPI xrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xrangeObservable(List<String> args)
public RedisAPI xread(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xreadObservable(List<String> args)
public RedisAPI xreadgroup(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xreadgroupObservable(List<String> args)
public RedisAPI xrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xrevrangeObservable(List<String> args)
public RedisAPI xsetid(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xsetidObservable(String arg0, String arg1)
public RedisAPI xtrim(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> xtrimObservable(List<String> args)
public RedisAPI zadd(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zaddObservable(List<String> args)
public RedisAPI zcard(String arg0, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zcardObservable(String arg0)
public RedisAPI zcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zcountObservable(String arg0, String arg1, String arg2)
public RedisAPI zincrby(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zincrbyObservable(String arg0, String arg1, String arg2)
public RedisAPI zinterstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zinterstoreObservable(List<String> args)
public RedisAPI zlexcount(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zlexcountObservable(String arg0, String arg1, String arg2)
public RedisAPI zpopmax(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zpopmaxObservable(List<String> args)
public RedisAPI zpopmin(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zpopminObservable(List<String> args)
public RedisAPI zrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrangeObservable(List<String> args)
public RedisAPI zrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrangebylexObservable(List<String> args)
public RedisAPI zrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrangebyscoreObservable(List<String> args)
public RedisAPI zrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrankObservable(String arg0, String arg1)
public RedisAPI zrem(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zremObservable(List<String> args)
public RedisAPI zremrangebylex(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zremrangebylexObservable(String arg0, String arg1, String arg2)
public RedisAPI zremrangebyrank(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zremrangebyrankObservable(String arg0, String arg1, String arg2)
public rx.Single<Response> rxZremrangebyrank(String arg0, String arg1, String arg2)
public RedisAPI zremrangebyscore(String arg0, String arg1, String arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zremrangebyscoreObservable(String arg0, String arg1, String arg2)
public rx.Single<Response> rxZremrangebyscore(String arg0, String arg1, String arg2)
public RedisAPI zrevrange(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrevrangeObservable(List<String> args)
public RedisAPI zrevrangebylex(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrevrangebylexObservable(List<String> args)
public RedisAPI zrevrangebyscore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrevrangebyscoreObservable(List<String> args)
public RedisAPI zrevrank(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zrevrankObservable(String arg0, String arg1)
public RedisAPI zscan(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zscanObservable(List<String> args)
public RedisAPI zscore(String arg0, String arg1, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zscoreObservable(String arg0, String arg1)
public RedisAPI zunionstore(List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
@Deprecated public rx.Observable<Response> zunionstoreObservable(List<String> args)
Copyright © 2019 Eclipse. All rights reserved.