| Package | Description |
|---|---|
| io.vertx.reactivex.redis.client |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Response> |
Response.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
Response |
Response.get(int index)
Get this multi response value at a numerical index.
|
Response |
Response.get(String key)
Get this multi response value at a string key.
|
static Response |
Response.newInstance(Response arg) |
| Modifier and Type | Method and Description |
|---|---|
Pipe<Response> |
Redis.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
io.reactivex.Single<Response> |
RedisAPI.rxAppend(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxAsking() |
io.reactivex.Single<Response> |
RedisAPI.rxAuth(String arg0) |
io.reactivex.Single<List<Response>> |
Redis.rxBatch(List<Request> commands) |
io.reactivex.Single<Response> |
RedisAPI.rxBgrewriteaof() |
io.reactivex.Single<Response> |
RedisAPI.rxBgsave(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBitcount(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBitfield(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBitop(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBitpos(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBlpop(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBrpop(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBrpoplpush(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxBzpopmax(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxBzpopmin(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxClient(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxCluster(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxCommand(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxConfig(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxDbsize() |
io.reactivex.Single<Response> |
RedisAPI.rxDebug(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxDecr(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxDecrby(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxDel(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxDiscard() |
io.reactivex.Single<Response> |
RedisAPI.rxDump(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxEcho(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxEval(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxEvalsha(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxExec() |
io.reactivex.Single<Response> |
RedisAPI.rxExists(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxExpire(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxExpireat(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxFlushall(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxFlushdb(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeoadd(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeodist(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeohash(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeopos(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeoradius(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeoradiusbymember(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeoradiusbymemberRo(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGeoradiusRo(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxGet(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxGetbit(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxGetrange(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxGetset(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxHdel(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHexists(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxHget(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxHgetall(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxHincrby(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxHincrbyfloat(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxHkeys(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxHlen(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxHmget(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHmset(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHost(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHscan(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHset(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxHsetnx(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxHstrlen(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxHvals(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxIncr(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxIncrby(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxIncrbyfloat(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxInfo(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxKeys(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxLastsave() |
io.reactivex.Single<Response> |
RedisAPI.rxLatency(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxLindex(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxLinsert(String arg0,
String arg1,
String arg2,
String arg3) |
io.reactivex.Single<Response> |
RedisAPI.rxLlen(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxLolwut(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxLpop(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxLpush(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxLpushx(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxLrange(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxLrem(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxLset(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxLtrim(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxMemory(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxMget(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxMigrate(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxModule(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxMonitor() |
io.reactivex.Single<Response> |
RedisAPI.rxMove(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxMset(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxMsetnx(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxMulti() |
io.reactivex.Single<Response> |
RedisAPI.rxObject(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPersist(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxPexpire(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxPexpireat(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxPfadd(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPfcount(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPfdebug(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPfmerge(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPfselftest() |
io.reactivex.Single<Response> |
RedisAPI.rxPing(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPost(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPsetex(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxPsubscribe(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPsync(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxPttl(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxPublish(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxPubsub(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxPunsubscribe(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxRandomkey() |
io.reactivex.Single<Response> |
RedisAPI.rxReadonly() |
io.reactivex.Single<Response> |
RedisAPI.rxReadwrite() |
io.reactivex.Single<Response> |
RedisAPI.rxRename(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxRenamenx(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxReplconf(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxReplicaof(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxRestore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxRestoreAsking(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxRole() |
io.reactivex.Single<Response> |
RedisAPI.rxRpop(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxRpoplpush(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxRpush(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxRpushx(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSadd(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSave() |
io.reactivex.Single<Response> |
RedisAPI.rxScan(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxScard(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxScript(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSdiff(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSdiffstore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSelect(String arg0) |
io.reactivex.Maybe<Response> |
Redis.rxSend(Request command) |
io.reactivex.Single<Response> |
RedisAPI.rxSet(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSetbit(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxSetex(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxSetnx(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxSetrange(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxShutdown(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSinter(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSinterstore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSismember(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxSlaveof(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxSlowlog(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSmembers(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxSmove(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxSort(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSpop(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSrandmember(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSrem(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSscan(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxStrlen(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxSubscribe(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSubstr(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxSunion(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSunionstore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxSwapdb(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxSync() |
io.reactivex.Single<Response> |
RedisAPI.rxTime() |
io.reactivex.Single<Response> |
RedisAPI.rxTouch(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxTtl(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxType(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxUnlink(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxUnsubscribe(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxUnwatch() |
io.reactivex.Single<Response> |
RedisAPI.rxWait(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxWatch(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXack(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXadd(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXclaim(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXdel(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXgroup(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXinfo(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXlen(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxXpending(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXrange(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXread(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXreadgroup(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXrevrange(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxXsetid(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxXtrim(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZadd(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZcard(String arg0) |
io.reactivex.Single<Response> |
RedisAPI.rxZcount(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZincrby(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZinterstore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZlexcount(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZpopmax(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZpopmin(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrange(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrangebylex(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrangebyscore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrank(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxZrem(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZremrangebylex(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZremrangebyrank(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZremrangebyscore(String arg0,
String arg1,
String arg2) |
io.reactivex.Single<Response> |
RedisAPI.rxZrevrange(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrevrangebylex(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrevrangebyscore(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZrevrank(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxZscan(List<String> args) |
io.reactivex.Single<Response> |
RedisAPI.rxZscore(String arg0,
String arg1) |
io.reactivex.Single<Response> |
RedisAPI.rxZunionstore(List<String> args) |
io.reactivex.Flowable<Response> |
Redis.toFlowable() |
io.reactivex.Observable<Response> |
Redis.toObservable() |
Copyright © 2019 Eclipse. All rights reserved.