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