public class RedisAPI extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<RedisAPI> |
__TYPE_ARG |
Constructor and Description |
---|
RedisAPI(Object delegate) |
RedisAPI(io.vertx.redis.client.RedisAPI delegate) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Maybe<Response> |
acl(List<String> args)
Redis command acl.
|
static RedisAPI |
api(Redis client) |
static RedisAPI |
api(RedisConnection connection) |
io.reactivex.rxjava3.core.Maybe<Response> |
append(String arg0,
String arg1)
Redis command append.
|
io.reactivex.rxjava3.core.Maybe<Response> |
asking()
Redis command asking.
|
io.reactivex.rxjava3.core.Maybe<Response> |
auth(List<String> args)
Redis command auth.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bgrewriteaof()
Redis command bgrewriteaof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bgsave(List<String> args)
Redis command bgsave.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bitcount(List<String> args)
Redis command bitcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bitfield(List<String> args)
Redis command bitfield.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bitfieldRo(List<String> args)
Redis command bitfieldRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bitop(List<String> args)
Redis command bitop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bitpos(List<String> args)
Redis command bitpos.
|
io.reactivex.rxjava3.core.Maybe<Response> |
blpop(List<String> args)
Redis command blpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
brpop(List<String> args)
Redis command brpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
brpoplpush(String arg0,
String arg1,
String arg2)
Redis command brpoplpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bzpopmax(List<String> args)
Redis command bzpopmax.
|
io.reactivex.rxjava3.core.Maybe<Response> |
bzpopmin(List<String> args)
Redis command bzpopmin.
|
io.reactivex.rxjava3.core.Maybe<Response> |
client(List<String> args)
Redis command client.
|
void |
close() |
io.reactivex.rxjava3.core.Maybe<Response> |
cluster(List<String> args)
Redis command cluster.
|
io.reactivex.rxjava3.core.Maybe<Response> |
command(List<String> args)
Redis command command.
|
io.reactivex.rxjava3.core.Maybe<Response> |
config(List<String> args)
Redis command config.
|
io.reactivex.rxjava3.core.Maybe<Response> |
dbsize()
Redis command dbsize.
|
io.reactivex.rxjava3.core.Maybe<Response> |
debug(List<String> args)
Redis command debug.
|
io.reactivex.rxjava3.core.Maybe<Response> |
decr(String arg0)
Redis command decr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
decrby(String arg0,
String arg1)
Redis command decrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
del(List<String> args)
Redis command del.
|
io.reactivex.rxjava3.core.Maybe<Response> |
discard()
Redis command discard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
dump(String arg0)
Redis command dump.
|
io.reactivex.rxjava3.core.Maybe<Response> |
echo(String arg0)
Redis command echo.
|
boolean |
equals(Object o) |
io.reactivex.rxjava3.core.Maybe<Response> |
eval(List<String> args)
Redis command eval.
|
io.reactivex.rxjava3.core.Maybe<Response> |
evalsha(List<String> args)
Redis command evalsha.
|
io.reactivex.rxjava3.core.Maybe<Response> |
exec()
Redis command exec.
|
io.reactivex.rxjava3.core.Maybe<Response> |
exists(List<String> args)
Redis command exists.
|
io.reactivex.rxjava3.core.Maybe<Response> |
expire(String arg0,
String arg1)
Redis command expire.
|
io.reactivex.rxjava3.core.Maybe<Response> |
expireat(String arg0,
String arg1)
Redis command expireat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
flushall(List<String> args)
Redis command flushall.
|
io.reactivex.rxjava3.core.Maybe<Response> |
flushdb(List<String> args)
Redis command flushdb.
|
io.reactivex.rxjava3.core.Maybe<Response> |
geoadd(List<String> args)
Redis command geoadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
geodist(List<String> args)
Redis command geodist.
|
io.reactivex.rxjava3.core.Maybe<Response> |
geohash(List<String> args)
Redis command geohash.
|
io.reactivex.rxjava3.core.Maybe<Response> |
geopos(List<String> args)
Redis command geopos.
|
io.reactivex.rxjava3.core.Maybe<Response> |
georadius(List<String> args)
Redis command georadius.
|
io.reactivex.rxjava3.core.Maybe<Response> |
georadiusbymember(List<String> args)
Redis command georadiusbymember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
georadiusbymemberRo(List<String> args)
Redis command georadiusbymemberRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
georadiusRo(List<String> args)
Redis command georadiusRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
get(String arg0)
Redis command get.
|
io.reactivex.rxjava3.core.Maybe<Response> |
getbit(String arg0,
String arg1)
Redis command getbit.
|
io.vertx.redis.client.RedisAPI |
getDelegate() |
io.reactivex.rxjava3.core.Maybe<Response> |
getrange(String arg0,
String arg1,
String arg2)
Redis command getrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
getset(String arg0,
String arg1)
Redis command getset.
|
int |
hashCode() |
io.reactivex.rxjava3.core.Maybe<Response> |
hdel(List<String> args)
Redis command hdel.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hello(List<String> args)
Redis command hello.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hexists(String arg0,
String arg1)
Redis command hexists.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hget(String arg0,
String arg1)
Redis command hget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hgetall(String arg0)
Redis command hgetall.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hincrby(String arg0,
String arg1,
String arg2)
Redis command hincrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hincrbyfloat(String arg0,
String arg1,
String arg2)
Redis command hincrbyfloat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hkeys(String arg0)
Redis command hkeys.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hlen(String arg0)
Redis command hlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hmget(List<String> args)
Redis command hmget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hmset(List<String> args)
Redis command hmset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
host(List<String> args)
Redis command host.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hscan(List<String> args)
Redis command hscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hset(List<String> args)
Redis command hset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hsetnx(String arg0,
String arg1,
String arg2)
Redis command hsetnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hstrlen(String arg0,
String arg1)
Redis command hstrlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
hvals(String arg0)
Redis command hvals.
|
io.reactivex.rxjava3.core.Maybe<Response> |
incr(String arg0)
Redis command incr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
incrby(String arg0,
String arg1)
Redis command incrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
incrbyfloat(String arg0,
String arg1)
Redis command incrbyfloat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
info(List<String> args)
Redis command info.
|
io.reactivex.rxjava3.core.Maybe<Response> |
keys(String arg0)
Redis command keys.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lastsave()
Redis command lastsave.
|
io.reactivex.rxjava3.core.Maybe<Response> |
latency(List<String> args)
Redis command latency.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lindex(String arg0,
String arg1)
Redis command lindex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
linsert(String arg0,
String arg1,
String arg2,
String arg3)
Redis command linsert.
|
io.reactivex.rxjava3.core.Maybe<Response> |
llen(String arg0)
Redis command llen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lolwut(List<String> args)
Redis command lolwut.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lpop(String arg0)
Redis command lpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lpush(List<String> args)
Redis command lpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lpushx(List<String> args)
Redis command lpushx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lrange(String arg0,
String arg1,
String arg2)
Redis command lrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lrem(String arg0,
String arg1,
String arg2)
Redis command lrem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
lset(String arg0,
String arg1,
String arg2)
Redis command lset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
ltrim(String arg0,
String arg1,
String arg2)
Redis command ltrim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
memory(List<String> args)
Redis command memory.
|
io.reactivex.rxjava3.core.Maybe<Response> |
mget(List<String> args)
Redis command mget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
migrate(List<String> args)
Redis command migrate.
|
io.reactivex.rxjava3.core.Maybe<Response> |
module(List<String> args)
Redis command module.
|
io.reactivex.rxjava3.core.Maybe<Response> |
monitor()
Redis command monitor.
|
io.reactivex.rxjava3.core.Maybe<Response> |
move(String arg0,
String arg1)
Redis command move.
|
io.reactivex.rxjava3.core.Maybe<Response> |
mset(List<String> args)
Redis command mset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
msetnx(List<String> args)
Redis command msetnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
multi()
Redis command multi.
|
static RedisAPI |
newInstance(io.vertx.redis.client.RedisAPI arg) |
io.reactivex.rxjava3.core.Maybe<Response> |
object(List<String> args)
Redis command object.
|
io.reactivex.rxjava3.core.Maybe<Response> |
persist(String arg0)
Redis command persist.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pexpire(String arg0,
String arg1)
Redis command pexpire.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pexpireat(String arg0,
String arg1)
Redis command pexpireat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pfadd(List<String> args)
Redis command pfadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pfcount(List<String> args)
Redis command pfcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pfdebug(List<String> args)
Redis command pfdebug.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pfmerge(List<String> args)
Redis command pfmerge.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pfselftest()
Redis command pfselftest.
|
io.reactivex.rxjava3.core.Maybe<Response> |
ping(List<String> args)
Redis command ping.
|
io.reactivex.rxjava3.core.Maybe<Response> |
post(List<String> args)
Redis command post.
|
io.reactivex.rxjava3.core.Maybe<Response> |
psetex(String arg0,
String arg1,
String arg2)
Redis command psetex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
psubscribe(List<String> args)
Redis command psubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
psync(String arg0,
String arg1)
Redis command psync.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pttl(String arg0)
Redis command pttl.
|
io.reactivex.rxjava3.core.Maybe<Response> |
publish(String arg0,
String arg1)
Redis command publish.
|
io.reactivex.rxjava3.core.Maybe<Response> |
pubsub(List<String> args)
Redis command pubsub.
|
io.reactivex.rxjava3.core.Maybe<Response> |
punsubscribe(List<String> args)
Redis command punsubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
randomkey()
Redis command randomkey.
|
io.reactivex.rxjava3.core.Maybe<Response> |
readonly()
Redis command readonly.
|
io.reactivex.rxjava3.core.Maybe<Response> |
readwrite()
Redis command readwrite.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rename(String arg0,
String arg1)
Redis command rename.
|
io.reactivex.rxjava3.core.Maybe<Response> |
renamenx(String arg0,
String arg1)
Redis command renamenx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
replconf(List<String> args)
Redis command replconf.
|
io.reactivex.rxjava3.core.Maybe<Response> |
replicaof(String arg0,
String arg1)
Redis command replicaof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
restore(List<String> args)
Redis command restore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
restoreAsking(List<String> args)
Redis command restoreAsking.
|
io.reactivex.rxjava3.core.Maybe<Response> |
role()
Redis command role.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rpop(String arg0)
Redis command rpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rpoplpush(String arg0,
String arg1)
Redis command rpoplpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rpush(List<String> args)
Redis command rpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rpushx(List<String> args)
Redis command rpushx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxAcl(List<String> args)
Redis command acl.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxAppend(String arg0,
String arg1)
Redis command append.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxAsking()
Redis command asking.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxAuth(List<String> args)
Redis command auth.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBgrewriteaof()
Redis command bgrewriteaof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBgsave(List<String> args)
Redis command bgsave.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBitcount(List<String> args)
Redis command bitcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBitfield(List<String> args)
Redis command bitfield.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBitfieldRo(List<String> args)
Redis command bitfieldRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBitop(List<String> args)
Redis command bitop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBitpos(List<String> args)
Redis command bitpos.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBlpop(List<String> args)
Redis command blpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBrpop(List<String> args)
Redis command brpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBrpoplpush(String arg0,
String arg1,
String arg2)
Redis command brpoplpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBzpopmax(List<String> args)
Redis command bzpopmax.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxBzpopmin(List<String> args)
Redis command bzpopmin.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxClient(List<String> args)
Redis command client.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxCluster(List<String> args)
Redis command cluster.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxCommand(List<String> args)
Redis command command.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxConfig(List<String> args)
Redis command config.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDbsize()
Redis command dbsize.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDebug(List<String> args)
Redis command debug.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDecr(String arg0)
Redis command decr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDecrby(String arg0,
String arg1)
Redis command decrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDel(List<String> args)
Redis command del.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDiscard()
Redis command discard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxDump(String arg0)
Redis command dump.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxEcho(String arg0)
Redis command echo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxEval(List<String> args)
Redis command eval.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxEvalsha(List<String> args)
Redis command evalsha.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxExec()
Redis command exec.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxExists(List<String> args)
Redis command exists.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxExpire(String arg0,
String arg1)
Redis command expire.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxExpireat(String arg0,
String arg1)
Redis command expireat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxFlushall(List<String> args)
Redis command flushall.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxFlushdb(List<String> args)
Redis command flushdb.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeoadd(List<String> args)
Redis command geoadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeodist(List<String> args)
Redis command geodist.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeohash(List<String> args)
Redis command geohash.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeopos(List<String> args)
Redis command geopos.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeoradius(List<String> args)
Redis command georadius.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeoradiusbymember(List<String> args)
Redis command georadiusbymember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeoradiusbymemberRo(List<String> args)
Redis command georadiusbymemberRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGeoradiusRo(List<String> args)
Redis command georadiusRo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGet(String arg0)
Redis command get.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGetbit(String arg0,
String arg1)
Redis command getbit.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGetrange(String arg0,
String arg1,
String arg2)
Redis command getrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxGetset(String arg0,
String arg1)
Redis command getset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHdel(List<String> args)
Redis command hdel.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHello(List<String> args)
Redis command hello.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHexists(String arg0,
String arg1)
Redis command hexists.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHget(String arg0,
String arg1)
Redis command hget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHgetall(String arg0)
Redis command hgetall.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHincrby(String arg0,
String arg1,
String arg2)
Redis command hincrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHincrbyfloat(String arg0,
String arg1,
String arg2)
Redis command hincrbyfloat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHkeys(String arg0)
Redis command hkeys.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHlen(String arg0)
Redis command hlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHmget(List<String> args)
Redis command hmget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHmset(List<String> args)
Redis command hmset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHost(List<String> args)
Redis command host.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHscan(List<String> args)
Redis command hscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHset(List<String> args)
Redis command hset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHsetnx(String arg0,
String arg1,
String arg2)
Redis command hsetnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHstrlen(String arg0,
String arg1)
Redis command hstrlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxHvals(String arg0)
Redis command hvals.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxIncr(String arg0)
Redis command incr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxIncrby(String arg0,
String arg1)
Redis command incrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxIncrbyfloat(String arg0,
String arg1)
Redis command incrbyfloat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxInfo(List<String> args)
Redis command info.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxKeys(String arg0)
Redis command keys.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLastsave()
Redis command lastsave.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLatency(List<String> args)
Redis command latency.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLindex(String arg0,
String arg1)
Redis command lindex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLinsert(String arg0,
String arg1,
String arg2,
String arg3)
Redis command linsert.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLlen(String arg0)
Redis command llen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLolwut(List<String> args)
Redis command lolwut.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLpop(String arg0)
Redis command lpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLpush(List<String> args)
Redis command lpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLpushx(List<String> args)
Redis command lpushx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLrange(String arg0,
String arg1,
String arg2)
Redis command lrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLrem(String arg0,
String arg1,
String arg2)
Redis command lrem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLset(String arg0,
String arg1,
String arg2)
Redis command lset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxLtrim(String arg0,
String arg1,
String arg2)
Redis command ltrim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMemory(List<String> args)
Redis command memory.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMget(List<String> args)
Redis command mget.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMigrate(List<String> args)
Redis command migrate.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxModule(List<String> args)
Redis command module.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMonitor()
Redis command monitor.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMove(String arg0,
String arg1)
Redis command move.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMset(List<String> args)
Redis command mset.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMsetnx(List<String> args)
Redis command msetnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxMulti()
Redis command multi.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxObject(List<String> args)
Redis command object.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPersist(String arg0)
Redis command persist.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPexpire(String arg0,
String arg1)
Redis command pexpire.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPexpireat(String arg0,
String arg1)
Redis command pexpireat.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPfadd(List<String> args)
Redis command pfadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPfcount(List<String> args)
Redis command pfcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPfdebug(List<String> args)
Redis command pfdebug.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPfmerge(List<String> args)
Redis command pfmerge.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPfselftest()
Redis command pfselftest.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPing(List<String> args)
Redis command ping.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPost(List<String> args)
Redis command post.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPsetex(String arg0,
String arg1,
String arg2)
Redis command psetex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPsubscribe(List<String> args)
Redis command psubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPsync(String arg0,
String arg1)
Redis command psync.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPttl(String arg0)
Redis command pttl.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPublish(String arg0,
String arg1)
Redis command publish.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPubsub(List<String> args)
Redis command pubsub.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxPunsubscribe(List<String> args)
Redis command punsubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRandomkey()
Redis command randomkey.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxReadonly()
Redis command readonly.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxReadwrite()
Redis command readwrite.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRename(String arg0,
String arg1)
Redis command rename.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRenamenx(String arg0,
String arg1)
Redis command renamenx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxReplconf(List<String> args)
Redis command replconf.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxReplicaof(String arg0,
String arg1)
Redis command replicaof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRestore(List<String> args)
Redis command restore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRestoreAsking(List<String> args)
Redis command restoreAsking.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRole()
Redis command role.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRpop(String arg0)
Redis command rpop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRpoplpush(String arg0,
String arg1)
Redis command rpoplpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRpush(List<String> args)
Redis command rpush.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxRpushx(List<String> args)
Redis command rpushx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSadd(List<String> args)
Redis command sadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSave()
Redis command save.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxScan(List<String> args)
Redis command scan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxScard(String arg0)
Redis command scard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxScript(List<String> args)
Redis command script.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSdiff(List<String> args)
Redis command sdiff.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSdiffstore(List<String> args)
Redis command sdiffstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSelect(String arg0)
Redis command select.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSet(List<String> args)
Redis command set.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSetbit(String arg0,
String arg1,
String arg2)
Redis command setbit.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSetex(String arg0,
String arg1,
String arg2)
Redis command setex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSetnx(String arg0,
String arg1)
Redis command setnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSetrange(String arg0,
String arg1,
String arg2)
Redis command setrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxShutdown(List<String> args)
Redis command shutdown.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSinter(List<String> args)
Redis command sinter.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSinterstore(List<String> args)
Redis command sinterstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSismember(String arg0,
String arg1)
Redis command sismember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSlaveof(String arg0,
String arg1)
Redis command slaveof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSlowlog(List<String> args)
Redis command slowlog.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSmembers(String arg0)
Redis command smembers.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSmove(String arg0,
String arg1,
String arg2)
Redis command smove.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSort(List<String> args)
Redis command sort.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSpop(List<String> args)
Redis command spop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSrandmember(List<String> args)
Redis command srandmember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSrem(List<String> args)
Redis command srem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSscan(List<String> args)
Redis command sscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxStralgo(List<String> args)
Redis command stralgo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxStrlen(String arg0)
Redis command strlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSubscribe(List<String> args)
Redis command subscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSubstr(String arg0,
String arg1,
String arg2)
Redis command substr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSunion(List<String> args)
Redis command sunion.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSunionstore(List<String> args)
Redis command sunionstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSwapdb(String arg0,
String arg1)
Redis command swapdb.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxSync()
Redis command sync.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxTime()
Redis command time.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxTouch(List<String> args)
Redis command touch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxTtl(String arg0)
Redis command ttl.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxType(String arg0)
Redis command type.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxUnlink(List<String> args)
Redis command unlink.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxUnsubscribe(List<String> args)
Redis command unsubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxUnwatch()
Redis command unwatch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxWait(String arg0,
String arg1)
Redis command wait.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxWatch(List<String> args)
Redis command watch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXack(List<String> args)
Redis command xack.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXadd(List<String> args)
Redis command xadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXclaim(List<String> args)
Redis command xclaim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXdel(List<String> args)
Redis command xdel.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXgroup(List<String> args)
Redis command xgroup.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXinfo(List<String> args)
Redis command xinfo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXlen(String arg0)
Redis command xlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXpending(List<String> args)
Redis command xpending.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXrange(List<String> args)
Redis command xrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXread(List<String> args)
Redis command xread.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXreadgroup(List<String> args)
Redis command xreadgroup.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXrevrange(List<String> args)
Redis command xrevrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXsetid(String arg0,
String arg1)
Redis command xsetid.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxXtrim(List<String> args)
Redis command xtrim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZadd(List<String> args)
Redis command zadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZcard(String arg0)
Redis command zcard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZcount(String arg0,
String arg1,
String arg2)
Redis command zcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZincrby(String arg0,
String arg1,
String arg2)
Redis command zincrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZinterstore(List<String> args)
Redis command zinterstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZlexcount(String arg0,
String arg1,
String arg2)
Redis command zlexcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZpopmax(List<String> args)
Redis command zpopmax.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZpopmin(List<String> args)
Redis command zpopmin.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrange(List<String> args)
Redis command zrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrangebylex(List<String> args)
Redis command zrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrangebyscore(List<String> args)
Redis command zrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrank(String arg0,
String arg1)
Redis command zrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrem(List<String> args)
Redis command zrem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZremrangebylex(String arg0,
String arg1,
String arg2)
Redis command zremrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZremrangebyrank(String arg0,
String arg1,
String arg2)
Redis command zremrangebyrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZremrangebyscore(String arg0,
String arg1,
String arg2)
Redis command zremrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrevrange(List<String> args)
Redis command zrevrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrevrangebylex(List<String> args)
Redis command zrevrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrevrangebyscore(List<String> args)
Redis command zrevrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZrevrank(String arg0,
String arg1)
Redis command zrevrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZscan(List<String> args)
Redis command zscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZscore(String arg0,
String arg1)
Redis command zscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
rxZunionstore(List<String> args)
Redis command zunionstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sadd(List<String> args)
Redis command sadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
save()
Redis command save.
|
io.reactivex.rxjava3.core.Maybe<Response> |
scan(List<String> args)
Redis command scan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
scard(String arg0)
Redis command scard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
script(List<String> args)
Redis command script.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sdiff(List<String> args)
Redis command sdiff.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sdiffstore(List<String> args)
Redis command sdiffstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
select(String arg0)
Redis command select.
|
io.reactivex.rxjava3.core.Maybe<Response> |
set(List<String> args)
Redis command set.
|
io.reactivex.rxjava3.core.Maybe<Response> |
setbit(String arg0,
String arg1,
String arg2)
Redis command setbit.
|
io.reactivex.rxjava3.core.Maybe<Response> |
setex(String arg0,
String arg1,
String arg2)
Redis command setex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
setnx(String arg0,
String arg1)
Redis command setnx.
|
io.reactivex.rxjava3.core.Maybe<Response> |
setrange(String arg0,
String arg1,
String arg2)
Redis command setrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
shutdown(List<String> args)
Redis command shutdown.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sinter(List<String> args)
Redis command sinter.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sinterstore(List<String> args)
Redis command sinterstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sismember(String arg0,
String arg1)
Redis command sismember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
slaveof(String arg0,
String arg1)
Redis command slaveof.
|
io.reactivex.rxjava3.core.Maybe<Response> |
slowlog(List<String> args)
Redis command slowlog.
|
io.reactivex.rxjava3.core.Maybe<Response> |
smembers(String arg0)
Redis command smembers.
|
io.reactivex.rxjava3.core.Maybe<Response> |
smove(String arg0,
String arg1,
String arg2)
Redis command smove.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sort(List<String> args)
Redis command sort.
|
io.reactivex.rxjava3.core.Maybe<Response> |
spop(List<String> args)
Redis command spop.
|
io.reactivex.rxjava3.core.Maybe<Response> |
srandmember(List<String> args)
Redis command srandmember.
|
io.reactivex.rxjava3.core.Maybe<Response> |
srem(List<String> args)
Redis command srem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sscan(List<String> args)
Redis command sscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
stralgo(List<String> args)
Redis command stralgo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
strlen(String arg0)
Redis command strlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
subscribe(List<String> args)
Redis command subscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
substr(String arg0,
String arg1,
String arg2)
Redis command substr.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sunion(List<String> args)
Redis command sunion.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sunionstore(List<String> args)
Redis command sunionstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
swapdb(String arg0,
String arg1)
Redis command swapdb.
|
io.reactivex.rxjava3.core.Maybe<Response> |
sync()
Redis command sync.
|
io.reactivex.rxjava3.core.Maybe<Response> |
time()
Redis command time.
|
String |
toString() |
io.reactivex.rxjava3.core.Maybe<Response> |
touch(List<String> args)
Redis command touch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
ttl(String arg0)
Redis command ttl.
|
io.reactivex.rxjava3.core.Maybe<Response> |
type(String arg0)
Redis command type.
|
io.reactivex.rxjava3.core.Maybe<Response> |
unlink(List<String> args)
Redis command unlink.
|
io.reactivex.rxjava3.core.Maybe<Response> |
unsubscribe(List<String> args)
Redis command unsubscribe.
|
io.reactivex.rxjava3.core.Maybe<Response> |
unwatch()
Redis command unwatch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
wait(String arg0,
String arg1)
Redis command wait.
|
io.reactivex.rxjava3.core.Maybe<Response> |
watch(List<String> args)
Redis command watch.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xack(List<String> args)
Redis command xack.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xadd(List<String> args)
Redis command xadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xclaim(List<String> args)
Redis command xclaim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xdel(List<String> args)
Redis command xdel.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xgroup(List<String> args)
Redis command xgroup.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xinfo(List<String> args)
Redis command xinfo.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xlen(String arg0)
Redis command xlen.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xpending(List<String> args)
Redis command xpending.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xrange(List<String> args)
Redis command xrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xread(List<String> args)
Redis command xread.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xreadgroup(List<String> args)
Redis command xreadgroup.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xrevrange(List<String> args)
Redis command xrevrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xsetid(String arg0,
String arg1)
Redis command xsetid.
|
io.reactivex.rxjava3.core.Maybe<Response> |
xtrim(List<String> args)
Redis command xtrim.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zadd(List<String> args)
Redis command zadd.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zcard(String arg0)
Redis command zcard.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zcount(String arg0,
String arg1,
String arg2)
Redis command zcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zincrby(String arg0,
String arg1,
String arg2)
Redis command zincrby.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zinterstore(List<String> args)
Redis command zinterstore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zlexcount(String arg0,
String arg1,
String arg2)
Redis command zlexcount.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zpopmax(List<String> args)
Redis command zpopmax.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zpopmin(List<String> args)
Redis command zpopmin.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrange(List<String> args)
Redis command zrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrangebylex(List<String> args)
Redis command zrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrangebyscore(List<String> args)
Redis command zrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrank(String arg0,
String arg1)
Redis command zrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrem(List<String> args)
Redis command zrem.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zremrangebylex(String arg0,
String arg1,
String arg2)
Redis command zremrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zremrangebyrank(String arg0,
String arg1,
String arg2)
Redis command zremrangebyrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zremrangebyscore(String arg0,
String arg1,
String arg2)
Redis command zremrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrevrange(List<String> args)
Redis command zrevrange.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrevrangebylex(List<String> args)
Redis command zrevrangebylex.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrevrangebyscore(List<String> args)
Redis command zrevrangebyscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zrevrank(String arg0,
String arg1)
Redis command zrevrank.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zscan(List<String> args)
Redis command zscan.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zscore(String arg0,
String arg1)
Redis command zscore.
|
io.reactivex.rxjava3.core.Maybe<Response> |
zunionstore(List<String> args)
Redis command zunionstore.
|
public RedisAPI(io.vertx.redis.client.RedisAPI delegate)
public RedisAPI(Object delegate)
public io.vertx.redis.client.RedisAPI getDelegate()
public void close()
public io.reactivex.rxjava3.core.Maybe<Response> acl(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxAcl(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> append(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxAppend(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> asking()
public io.reactivex.rxjava3.core.Maybe<Response> rxAsking()
public io.reactivex.rxjava3.core.Maybe<Response> auth(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxAuth(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bgrewriteaof()
public io.reactivex.rxjava3.core.Maybe<Response> rxBgrewriteaof()
public io.reactivex.rxjava3.core.Maybe<Response> bgsave(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBgsave(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bitcount(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBitcount(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bitfield(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBitfield(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bitfieldRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBitfieldRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bitop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBitop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bitpos(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBitpos(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> blpop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBlpop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> brpop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBrpop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> brpoplpush(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxBrpoplpush(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> bzpopmax(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBzpopmax(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> bzpopmin(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxBzpopmin(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> client(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxClient(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> cluster(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxCluster(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> command(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxCommand(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> config(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxConfig(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> dbsize()
public io.reactivex.rxjava3.core.Maybe<Response> rxDbsize()
public io.reactivex.rxjava3.core.Maybe<Response> debug(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxDebug(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> decr(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxDecr(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> decrby(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxDecrby(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> del(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxDel(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> discard()
public io.reactivex.rxjava3.core.Maybe<Response> rxDiscard()
public io.reactivex.rxjava3.core.Maybe<Response> dump(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxDump(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> echo(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxEcho(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> eval(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxEval(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> evalsha(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxEvalsha(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> exec()
public io.reactivex.rxjava3.core.Maybe<Response> rxExec()
public io.reactivex.rxjava3.core.Maybe<Response> exists(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxExists(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> expire(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxExpire(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> expireat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxExpireat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> flushall(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxFlushall(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> flushdb(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxFlushdb(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> geoadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeoadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> geodist(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeodist(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> geohash(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeohash(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> geopos(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeopos(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> georadius(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeoradius(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> georadiusRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeoradiusRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> georadiusbymember(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeoradiusbymember(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> georadiusbymemberRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxGeoradiusbymemberRo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> get(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxGet(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> getbit(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxGetbit(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> getrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxGetrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> getset(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxGetset(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> hdel(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHdel(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hello(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHello(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hexists(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxHexists(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> hget(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxHget(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> hgetall(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxHgetall(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> hincrby(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxHincrby(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> hincrbyfloat(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxHincrbyfloat(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> hkeys(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxHkeys(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> hlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxHlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> hmget(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHmget(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hmset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHmset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> host(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHost(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxHset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> hsetnx(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxHsetnx(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> hstrlen(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxHstrlen(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> hvals(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxHvals(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> incr(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxIncr(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> incrby(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxIncrby(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> incrbyfloat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxIncrbyfloat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> info(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxInfo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> keys(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxKeys(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> lastsave()
public io.reactivex.rxjava3.core.Maybe<Response> rxLastsave()
public io.reactivex.rxjava3.core.Maybe<Response> latency(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxLatency(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> lindex(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxLindex(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> linsert(String arg0, String arg1, String arg2, String arg3)
arg0
- arg1
- arg2
- arg3
- public io.reactivex.rxjava3.core.Maybe<Response> rxLinsert(String arg0, String arg1, String arg2, String arg3)
arg0
- arg1
- arg2
- arg3
- public io.reactivex.rxjava3.core.Maybe<Response> llen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxLlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> lolwut(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxLolwut(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> lpop(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxLpop(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> lpush(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxLpush(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> lpushx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxLpushx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> lrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxLrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> lrem(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxLrem(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> lset(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxLset(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> ltrim(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxLtrim(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> memory(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxMemory(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> mget(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxMget(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> migrate(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxMigrate(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> module(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxModule(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> monitor()
public io.reactivex.rxjava3.core.Maybe<Response> rxMonitor()
public io.reactivex.rxjava3.core.Maybe<Response> move(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxMove(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> mset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxMset(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> msetnx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxMsetnx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> multi()
public io.reactivex.rxjava3.core.Maybe<Response> rxMulti()
public io.reactivex.rxjava3.core.Maybe<Response> object(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxObject(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> persist(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxPersist(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> pexpire(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxPexpire(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> pexpireat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxPexpireat(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> pfadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPfadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> pfcount(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPfcount(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> pfdebug(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPfdebug(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> pfmerge(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPfmerge(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> pfselftest()
public io.reactivex.rxjava3.core.Maybe<Response> rxPfselftest()
public io.reactivex.rxjava3.core.Maybe<Response> ping(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPing(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> post(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPost(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> psetex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxPsetex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> psubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPsubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> psync(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxPsync(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> pttl(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxPttl(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> publish(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxPublish(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> pubsub(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPubsub(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> punsubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxPunsubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> randomkey()
public io.reactivex.rxjava3.core.Maybe<Response> rxRandomkey()
public io.reactivex.rxjava3.core.Maybe<Response> readonly()
public io.reactivex.rxjava3.core.Maybe<Response> rxReadonly()
public io.reactivex.rxjava3.core.Maybe<Response> readwrite()
public io.reactivex.rxjava3.core.Maybe<Response> rxReadwrite()
public io.reactivex.rxjava3.core.Maybe<Response> rename(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxRename(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> renamenx(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxRenamenx(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> replconf(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxReplconf(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> replicaof(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxReplicaof(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> restore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxRestore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> restoreAsking(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxRestoreAsking(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> role()
public io.reactivex.rxjava3.core.Maybe<Response> rxRole()
public io.reactivex.rxjava3.core.Maybe<Response> rpop(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxRpop(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rpoplpush(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxRpoplpush(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rpush(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxRpush(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rpushx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxRpushx(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> save()
public io.reactivex.rxjava3.core.Maybe<Response> rxSave()
public io.reactivex.rxjava3.core.Maybe<Response> scan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxScan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> scard(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxScard(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> script(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxScript(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sdiff(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSdiff(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sdiffstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSdiffstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> select(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxSelect(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> set(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSet(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> setbit(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxSetbit(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> setex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxSetex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> setnx(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxSetnx(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> setrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxSetrange(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> shutdown(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxShutdown(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sinter(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSinter(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sinterstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSinterstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sismember(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxSismember(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> slaveof(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxSlaveof(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> slowlog(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSlowlog(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> smembers(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxSmembers(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> smove(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxSmove(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> sort(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSort(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> spop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSpop(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> srandmember(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSrandmember(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> srem(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSrem(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> stralgo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxStralgo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> strlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxStrlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> subscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> substr(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxSubstr(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> sunion(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSunion(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> sunionstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxSunionstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> swapdb(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxSwapdb(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> sync()
public io.reactivex.rxjava3.core.Maybe<Response> rxSync()
public io.reactivex.rxjava3.core.Maybe<Response> time()
public io.reactivex.rxjava3.core.Maybe<Response> rxTime()
public io.reactivex.rxjava3.core.Maybe<Response> touch(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxTouch(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> ttl(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxTtl(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> type(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxType(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> unlink(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxUnlink(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> unsubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxUnsubscribe(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> unwatch()
public io.reactivex.rxjava3.core.Maybe<Response> rxUnwatch()
public io.reactivex.rxjava3.core.Maybe<Response> wait(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxWait(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> watch(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxWatch(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xack(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXack(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xclaim(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXclaim(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xdel(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXdel(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xgroup(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXgroup(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xinfo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXinfo(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxXlen(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> xpending(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXpending(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xread(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXread(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xreadgroup(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXreadgroup(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xrevrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXrevrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> xsetid(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxXsetid(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> xtrim(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxXtrim(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZadd(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zcard(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> rxZcard(String arg0)
arg0
- public io.reactivex.rxjava3.core.Maybe<Response> zcount(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZcount(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zincrby(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZincrby(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zinterstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZinterstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zlexcount(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZlexcount(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zpopmax(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZpopmax(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zpopmin(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZpopmin(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrangebylex(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrangebylex(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrangebyscore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrangebyscore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrank(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrank(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> zrem(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrem(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zremrangebylex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebylex(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zremrangebyrank(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebyrank(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zremrangebyscore(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebyscore(String arg0, String arg1, String arg2)
arg0
- arg1
- arg2
- public io.reactivex.rxjava3.core.Maybe<Response> zrevrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrevrange(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrevrangebylex(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrevrangebylex(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrevrangebyscore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrevrangebyscore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zrevrank(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxZrevrank(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> zscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZscan(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> zscore(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> rxZscore(String arg0, String arg1)
arg0
- arg1
- public io.reactivex.rxjava3.core.Maybe<Response> zunionstore(List<String> args)
args
- public io.reactivex.rxjava3.core.Maybe<Response> rxZunionstore(List<String> args)
args
- public static RedisAPI api(RedisConnection connection)
public static RedisAPI newInstance(io.vertx.redis.client.RedisAPI arg)
Copyright © 2022 Eclipse. All rights reserved.