Package | Description |
---|---|
io.vertx.reactivex.redis.client | |
io.vertx.redis.client | |
io.vertx.rxjava.redis.client | |
io.vertx.rxjava3.redis.client |
Modifier and Type | Method and Description |
---|---|
Response |
Response.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Response |
Response.newInstance(Response arg) |
Constructor and Description |
---|
Response(Response delegate) |
Modifier and Type | Method and Description |
---|---|
default Response |
Response.get(int index)
Get this multi response value at a numerical index.
|
default Response |
Response.get(String key)
Get this multi response value at a string key.
|
Modifier and Type | Method and Description |
---|---|
default Future<Response> |
RedisAPI.acl(List<String> args)
Redis command ACL.
|
default Future<Response> |
RedisAPI.append(String arg0,
String arg1)
Redis command APPEND.
|
default Future<Response> |
RedisAPI.asking()
Redis command ASKING.
|
default Map<String,Response> |
Response.attributes()
RESP3 responses may include attributes
|
default Future<Response> |
RedisAPI.auth(List<String> args)
Redis command AUTH.
|
Future<List<Response>> |
Redis.batch(List<Request> commands)
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
|
Future<List<Response>> |
RedisConnection.batch(List<Request> commands)
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
client users.
|
default Future<Response> |
RedisAPI.bfAdd(List<String> args)
Redis command BF.ADD.
|
default Future<Response> |
RedisAPI.bfCard(List<String> args)
Redis command BF.CARD.
|
default Future<Response> |
RedisAPI.bfDebug(List<String> args)
Redis command BF.DEBUG.
|
default Future<Response> |
RedisAPI.bfExists(List<String> args)
Redis command BF.EXISTS.
|
default Future<Response> |
RedisAPI.bfInfo(List<String> args)
Redis command BF.INFO.
|
default Future<Response> |
RedisAPI.bfInsert(List<String> args)
Redis command BF.INSERT.
|
default Future<Response> |
RedisAPI.bfLoadchunk(List<String> args)
Redis command BF.LOADCHUNK.
|
default Future<Response> |
RedisAPI.bfMadd(List<String> args)
Redis command BF.MADD.
|
default Future<Response> |
RedisAPI.bfMexists(List<String> args)
Redis command BF.MEXISTS.
|
default Future<Response> |
RedisAPI.bfReserve(List<String> args)
Redis command BF.RESERVE.
|
default Future<Response> |
RedisAPI.bfScandump(List<String> args)
Redis command BF.SCANDUMP.
|
default Future<Response> |
RedisAPI.bgrewriteaof()
Redis command BGREWRITEAOF.
|
default Future<Response> |
RedisAPI.bgsave(List<String> args)
Redis command BGSAVE.
|
default Future<Response> |
RedisAPI.bitcount(List<String> args)
Redis command BITCOUNT.
|
default Future<Response> |
RedisAPI.bitfield(List<String> args)
Redis command BITFIELD.
|
default Future<Response> |
RedisAPI.bitfieldRo(List<String> args)
Redis command BITFIELD_RO.
|
default Future<Response> |
RedisAPI.bitop(List<String> args)
Redis command BITOP.
|
default Future<Response> |
RedisAPI.bitpos(List<String> args)
Redis command BITPOS.
|
default Future<Response> |
RedisAPI.blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Redis command BLMOVE.
|
default Future<Response> |
RedisAPI.blmpop(List<String> args)
Redis command BLMPOP.
|
default Future<Response> |
RedisAPI.blpop(List<String> args)
Redis command BLPOP.
|
default Future<Response> |
RedisAPI.brpop(List<String> args)
Redis command BRPOP.
|
default Future<Response> |
RedisAPI.brpoplpush(String arg0,
String arg1,
String arg2)
Deprecated.
since: 6.2.0, replaced by:
BLMOVE with the RIGHT and LEFT arguments |
default Future<Response> |
RedisAPI.bzmpop(List<String> args)
Redis command BZMPOP.
|
default Future<Response> |
RedisAPI.bzpopmax(List<String> args)
Redis command BZPOPMAX.
|
default Future<Response> |
RedisAPI.bzpopmin(List<String> args)
Redis command BZPOPMIN.
|
default Future<Response> |
RedisAPI.cfAdd(List<String> args)
Redis command CF.ADD.
|
default Future<Response> |
RedisAPI.cfAddnx(List<String> args)
Redis command CF.ADDNX.
|
default Future<Response> |
RedisAPI.cfCompact(List<String> args)
Redis command CF.COMPACT.
|
default Future<Response> |
RedisAPI.cfCount(List<String> args)
Redis command CF.COUNT.
|
default Future<Response> |
RedisAPI.cfDebug(List<String> args)
Redis command CF.DEBUG.
|
default Future<Response> |
RedisAPI.cfDel(List<String> args)
Redis command CF.DEL.
|
default Future<Response> |
RedisAPI.cfExists(List<String> args)
Redis command CF.EXISTS.
|
default Future<Response> |
RedisAPI.cfInfo(List<String> args)
Redis command CF.INFO.
|
default Future<Response> |
RedisAPI.cfInsert(List<String> args)
Redis command CF.INSERT.
|
default Future<Response> |
RedisAPI.cfInsertnx(List<String> args)
Redis command CF.INSERTNX.
|
default Future<Response> |
RedisAPI.cfLoadchunk(List<String> args)
Redis command CF.LOADCHUNK.
|
default Future<Response> |
RedisAPI.cfMexists(List<String> args)
Redis command CF.MEXISTS.
|
default Future<Response> |
RedisAPI.cfReserve(List<String> args)
Redis command CF.RESERVE.
|
default Future<Response> |
RedisAPI.cfScandump(List<String> args)
Redis command CF.SCANDUMP.
|
default Future<Response> |
RedisAPI.client(List<String> args)
Redis command CLIENT.
|
default Future<Response> |
RedisAPI.cluster(List<String> args)
Redis command CLUSTER.
|
default Future<Response> |
RedisAPI.cmsIncrby(List<String> args)
Redis command CMS.INCRBY.
|
default Future<Response> |
RedisAPI.cmsInfo(List<String> args)
Redis command CMS.INFO.
|
default Future<Response> |
RedisAPI.cmsInitbydim(List<String> args)
Redis command CMS.INITBYDIM.
|
default Future<Response> |
RedisAPI.cmsInitbyprob(List<String> args)
Redis command CMS.INITBYPROB.
|
default Future<Response> |
RedisAPI.cmsMerge(List<String> args)
Redis command CMS.MERGE.
|
default Future<Response> |
RedisAPI.cmsQuery(List<String> args)
Redis command CMS.QUERY.
|
default Future<Response> |
RedisAPI.command(List<String> args)
Redis command COMMAND.
|
default Future<Response> |
RedisAPI.config(List<String> args)
Redis command CONFIG.
|
default Future<Response> |
RedisAPI.copy(List<String> args)
Redis command COPY.
|
default Future<Response> |
RedisAPI.dbsize()
Redis command DBSIZE.
|
default Future<Response> |
RedisAPI.debug(List<String> args)
Redis command DEBUG.
|
default Future<Response> |
RedisAPI.decr(String arg0)
Redis command DECR.
|
default Future<Response> |
RedisAPI.decrby(String arg0,
String arg1)
Redis command DECRBY.
|
default Future<Response> |
RedisAPI.del(List<String> args)
Redis command DEL.
|
default Future<Response> |
RedisAPI.discard()
Redis command DISCARD.
|
default Future<Response> |
RedisAPI.dump(String arg0)
Redis command DUMP.
|
default Future<Response> |
RedisAPI.echo(String arg0)
Redis command ECHO.
|
default Future<Response> |
RedisAPI.eval(List<String> args)
Redis command EVAL.
|
default Future<Response> |
RedisAPI.evalRo(List<String> args)
Redis command EVAL_RO.
|
default Future<Response> |
RedisAPI.evalsha(List<String> args)
Redis command EVALSHA.
|
default Future<Response> |
RedisAPI.evalshaRo(List<String> args)
Redis command EVALSHA_RO.
|
default Future<Response> |
RedisAPI.exec()
Redis command EXEC.
|
default Future<Response> |
RedisAPI.exists(List<String> args)
Redis command EXISTS.
|
default Future<Response> |
RedisAPI.expire(List<String> args)
Redis command EXPIRE.
|
default Future<Response> |
RedisAPI.expireat(List<String> args)
Redis command EXPIREAT.
|
default Future<Response> |
RedisAPI.expiretime(String arg0)
Redis command EXPIRETIME.
|
default Future<Response> |
RedisAPI.failover(List<String> args)
Redis command FAILOVER.
|
default Future<Response> |
RedisAPI.fcall(List<String> args)
Redis command FCALL.
|
default Future<Response> |
RedisAPI.fcallRo(List<String> args)
Redis command FCALL_RO.
|
default Future<Response> |
RedisAPI.flushall(List<String> args)
Redis command FLUSHALL.
|
default Future<Response> |
RedisAPI.flushdb(List<String> args)
Redis command FLUSHDB.
|
default Future<Response> |
RedisAPI.ftAdd(List<String> args)
Redis command FT.ADD.
|
default Future<Response> |
RedisAPI.ftAggregate(List<String> args)
Redis command FT.AGGREGATE.
|
default Future<Response> |
RedisAPI.ftAliasadd(List<String> args)
Redis command FT.ALIASADD.
|
default Future<Response> |
RedisAPI.ftAliasaddifnx(List<String> args)
Redis command FT._ALIASADDIFNX.
|
default Future<Response> |
RedisAPI.ftAliasdel(List<String> args)
Redis command FT.ALIASDEL.
|
default Future<Response> |
RedisAPI.ftAliasdelifx(List<String> args)
Redis command FT._ALIASDELIFX.
|
default Future<Response> |
RedisAPI.ftAliasupdate(List<String> args)
Redis command FT.ALIASUPDATE.
|
default Future<Response> |
RedisAPI.ftAlter(List<String> args)
Redis command FT.ALTER.
|
default Future<Response> |
RedisAPI.ftAlterifnx(List<String> args)
Redis command FT._ALTERIFNX.
|
default Future<Response> |
RedisAPI.ftConfig(List<String> args)
Redis command FT.CONFIG.
|
default Future<Response> |
RedisAPI.ftCreate(List<String> args)
Redis command FT.CREATE.
|
default Future<Response> |
RedisAPI.ftCreateifnx(List<String> args)
Redis command FT._CREATEIFNX.
|
default Future<Response> |
RedisAPI.ftCursor(List<String> args)
Redis command FT.CURSOR.
|
default Future<Response> |
RedisAPI.ftDebug(List<String> args)
Redis command FT.DEBUG.
|
default Future<Response> |
RedisAPI.ftDel(List<String> args)
Redis command FT.DEL.
|
default Future<Response> |
RedisAPI.ftDictadd(List<String> args)
Redis command FT.DICTADD.
|
default Future<Response> |
RedisAPI.ftDictdel(List<String> args)
Redis command FT.DICTDEL.
|
default Future<Response> |
RedisAPI.ftDictdump(List<String> args)
Redis command FT.DICTDUMP.
|
default Future<Response> |
RedisAPI.ftDrop(List<String> args)
Redis command FT.DROP.
|
default Future<Response> |
RedisAPI.ftDropifx(List<String> args)
Redis command FT._DROPIFX.
|
default Future<Response> |
RedisAPI.ftDropindex(List<String> args)
Redis command FT.DROPINDEX.
|
default Future<Response> |
RedisAPI.ftDropindexifx(List<String> args)
Redis command FT._DROPINDEXIFX.
|
default Future<Response> |
RedisAPI.ftExplain(List<String> args)
Redis command FT.EXPLAIN.
|
default Future<Response> |
RedisAPI.ftExplaincli(List<String> args)
Redis command FT.EXPLAINCLI.
|
default Future<Response> |
RedisAPI.ftGet(List<String> args)
Redis command FT.GET.
|
default Future<Response> |
RedisAPI.ftInfo(List<String> args)
Redis command FT.INFO.
|
default Future<Response> |
RedisAPI.ftList(List<String> args)
Redis command FT._LIST.
|
default Future<Response> |
RedisAPI.ftMget(List<String> args)
Redis command FT.MGET.
|
default Future<Response> |
RedisAPI.ftProfile(List<String> args)
Redis command FT.PROFILE.
|
default Future<Response> |
RedisAPI.ftSafeadd(List<String> args)
Redis command FT.SAFEADD.
|
default Future<Response> |
RedisAPI.ftSearch(List<String> args)
Redis command FT.SEARCH.
|
default Future<Response> |
RedisAPI.ftSpellcheck(List<String> args)
Redis command FT.SPELLCHECK.
|
default Future<Response> |
RedisAPI.ftSugadd(List<String> args)
Redis command FT.SUGADD.
|
default Future<Response> |
RedisAPI.ftSugdel(List<String> args)
Redis command FT.SUGDEL.
|
default Future<Response> |
RedisAPI.ftSugget(List<String> args)
Redis command FT.SUGGET.
|
default Future<Response> |
RedisAPI.ftSuglen(List<String> args)
Redis command FT.SUGLEN.
|
default Future<Response> |
RedisAPI.ftSynadd(List<String> args)
Redis command FT.SYNADD.
|
default Future<Response> |
RedisAPI.ftSyndump(List<String> args)
Redis command FT.SYNDUMP.
|
default Future<Response> |
RedisAPI.ftSynupdate(List<String> args)
Redis command FT.SYNUPDATE.
|
default Future<Response> |
RedisAPI.ftTagvals(List<String> args)
Redis command FT.TAGVALS.
|
default Future<Response> |
RedisAPI.function(List<String> args)
Redis command FUNCTION.
|
default Future<Response> |
RedisAPI.geoadd(List<String> args)
Redis command GEOADD.
|
default Future<Response> |
RedisAPI.geodist(List<String> args)
Redis command GEODIST.
|
default Future<Response> |
RedisAPI.geohash(List<String> args)
Redis command GEOHASH.
|
default Future<Response> |
RedisAPI.geopos(List<String> args)
Redis command GEOPOS.
|
default Future<Response> |
RedisAPI.georadius(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS argument |
default Future<Response> |
RedisAPI.georadiusbymember(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS and FROMMEMBER arguments |
default Future<Response> |
RedisAPI.georadiusbymemberRo(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
GEOSEARCH with the BYRADIUS and FROMMEMBER arguments |
default Future<Response> |
RedisAPI.georadiusRo(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
GEOSEARCH with the BYRADIUS argument |
default Future<Response> |
RedisAPI.geosearch(List<String> args)
Redis command GEOSEARCH.
|
default Future<Response> |
RedisAPI.geosearchstore(List<String> args)
Redis command GEOSEARCHSTORE.
|
default Future<Response> |
RedisAPI.get(String arg0)
Redis command GET.
|
default Future<Response> |
RedisAPI.getbit(String arg0,
String arg1)
Redis command GETBIT.
|
default Future<Response> |
RedisAPI.getdel(String arg0)
Redis command GETDEL.
|
default Future<Response> |
RedisAPI.getex(List<String> args)
Redis command GETEX.
|
default Future<Response> |
RedisAPI.getrange(String arg0,
String arg1,
String arg2)
Redis command GETRANGE.
|
default Future<Response> |
RedisAPI.getset(String arg0,
String arg1)
Deprecated.
since: 6.2.0, replaced by:
SET with the !GET argument |
default Future<Response> |
RedisAPI.graphBulk(List<String> args)
Redis command GRAPH.BULK.
|
default Future<Response> |
RedisAPI.graphConfig(List<String> args)
Redis command GRAPH.CONFIG.
|
default Future<Response> |
RedisAPI.graphDebug(List<String> args)
Redis command GRAPH.DEBUG.
|
default Future<Response> |
RedisAPI.graphDelete(List<String> args)
Redis command GRAPH.DELETE.
|
default Future<Response> |
RedisAPI.graphExplain(List<String> args)
Redis command GRAPH.EXPLAIN.
|
default Future<Response> |
RedisAPI.graphList(List<String> args)
Redis command GRAPH.LIST.
|
default Future<Response> |
RedisAPI.graphProfile(List<String> args)
Redis command GRAPH.PROFILE.
|
default Future<Response> |
RedisAPI.graphQuery(List<String> args)
Redis command GRAPH.QUERY.
|
default Future<Response> |
RedisAPI.graphRoQuery(List<String> args)
Redis command GRAPH.RO_QUERY.
|
default Future<Response> |
RedisAPI.graphSlowlog(List<String> args)
Redis command GRAPH.SLOWLOG.
|
default Future<Response> |
RedisAPI.hdel(List<String> args)
Redis command HDEL.
|
default Future<Response> |
RedisAPI.hello(List<String> args)
Redis command HELLO.
|
default Future<Response> |
RedisAPI.hexists(String arg0,
String arg1)
Redis command HEXISTS.
|
default Future<Response> |
RedisAPI.hget(String arg0,
String arg1)
Redis command HGET.
|
default Future<Response> |
RedisAPI.hgetall(String arg0)
Redis command HGETALL.
|
default Future<Response> |
RedisAPI.hincrby(String arg0,
String arg1,
String arg2)
Redis command HINCRBY.
|
default Future<Response> |
RedisAPI.hincrbyfloat(String arg0,
String arg1,
String arg2)
Redis command HINCRBYFLOAT.
|
default Future<Response> |
RedisAPI.hkeys(String arg0)
Redis command HKEYS.
|
default Future<Response> |
RedisAPI.hlen(String arg0)
Redis command HLEN.
|
default Future<Response> |
RedisAPI.hmget(List<String> args)
Redis command HMGET.
|
default Future<Response> |
RedisAPI.hmset(List<String> args)
Deprecated.
since: 4.0.0, replaced by:
HSET with multiple field-value pairs |
default Future<Response> |
RedisAPI.hrandfield(List<String> args)
Redis command HRANDFIELD.
|
default Future<Response> |
RedisAPI.hscan(List<String> args)
Redis command HSCAN.
|
default Future<Response> |
RedisAPI.hset(List<String> args)
Redis command HSET.
|
default Future<Response> |
RedisAPI.hsetnx(String arg0,
String arg1,
String arg2)
Redis command HSETNX.
|
default Future<Response> |
RedisAPI.hstrlen(String arg0,
String arg1)
Redis command HSTRLEN.
|
default Future<Response> |
RedisAPI.hvals(String arg0)
Redis command HVALS.
|
default Future<Response> |
RedisAPI.incr(String arg0)
Redis command INCR.
|
default Future<Response> |
RedisAPI.incrby(String arg0,
String arg1)
Redis command INCRBY.
|
default Future<Response> |
RedisAPI.incrbyfloat(String arg0,
String arg1)
Redis command INCRBYFLOAT.
|
default Future<Response> |
RedisAPI.info(List<String> args)
Redis command INFO.
|
default Iterator<Response> |
Response.iterator()
Return an iterator so it can be iterated using the foreach construct.
|
default Future<Response> |
RedisAPI.jsonArrappend(List<String> args)
Redis command JSON.ARRAPPEND.
|
default Future<Response> |
RedisAPI.jsonArrindex(List<String> args)
Redis command JSON.ARRINDEX.
|
default Future<Response> |
RedisAPI.jsonArrinsert(List<String> args)
Redis command JSON.ARRINSERT.
|
default Future<Response> |
RedisAPI.jsonArrlen(List<String> args)
Redis command JSON.ARRLEN.
|
default Future<Response> |
RedisAPI.jsonArrpop(List<String> args)
Redis command JSON.ARRPOP.
|
default Future<Response> |
RedisAPI.jsonArrtrim(List<String> args)
Redis command JSON.ARRTRIM.
|
default Future<Response> |
RedisAPI.jsonClear(List<String> args)
Redis command JSON.CLEAR.
|
default Future<Response> |
RedisAPI.jsonDebug(List<String> args)
Redis command JSON.DEBUG.
|
default Future<Response> |
RedisAPI.jsonDel(List<String> args)
Redis command JSON.DEL.
|
default Future<Response> |
RedisAPI.jsonForget(List<String> args)
Redis command JSON.FORGET.
|
default Future<Response> |
RedisAPI.jsonGet(List<String> args)
Redis command JSON.GET.
|
default Future<Response> |
RedisAPI.jsonMget(List<String> args)
Redis command JSON.MGET.
|
default Future<Response> |
RedisAPI.jsonNumincrby(List<String> args)
Redis command JSON.NUMINCRBY.
|
default Future<Response> |
RedisAPI.jsonNummultby(List<String> args)
Redis command JSON.NUMMULTBY.
|
default Future<Response> |
RedisAPI.jsonNumpowby(List<String> args)
Redis command JSON.NUMPOWBY.
|
default Future<Response> |
RedisAPI.jsonObjkeys(List<String> args)
Redis command JSON.OBJKEYS.
|
default Future<Response> |
RedisAPI.jsonObjlen(List<String> args)
Redis command JSON.OBJLEN.
|
default Future<Response> |
RedisAPI.jsonResp(List<String> args)
Redis command JSON.RESP.
|
default Future<Response> |
RedisAPI.jsonSet(List<String> args)
Redis command JSON.SET.
|
default Future<Response> |
RedisAPI.jsonStrappend(List<String> args)
Redis command JSON.STRAPPEND.
|
default Future<Response> |
RedisAPI.jsonStrlen(List<String> args)
Redis command JSON.STRLEN.
|
default Future<Response> |
RedisAPI.jsonToggle(List<String> args)
Redis command JSON.TOGGLE.
|
default Future<Response> |
RedisAPI.jsonType(List<String> args)
Redis command JSON.TYPE.
|
default Future<Response> |
RedisAPI.keys(String arg0)
Redis command KEYS.
|
default Future<Response> |
RedisAPI.lastsave()
Redis command LASTSAVE.
|
default Future<Response> |
RedisAPI.latency(List<String> args)
Redis command LATENCY.
|
default Future<Response> |
RedisAPI.lcs(List<String> args)
Redis command LCS.
|
default Future<Response> |
RedisAPI.lindex(String arg0,
String arg1)
Redis command LINDEX.
|
default Future<Response> |
RedisAPI.linsert(String arg0,
String arg1,
String arg2,
String arg3)
Redis command LINSERT.
|
default Future<Response> |
RedisAPI.llen(String arg0)
Redis command LLEN.
|
default Future<Response> |
RedisAPI.lmove(String arg0,
String arg1,
String arg2,
String arg3)
Redis command LMOVE.
|
default Future<Response> |
RedisAPI.lmpop(List<String> args)
Redis command LMPOP.
|
default Future<Response> |
RedisAPI.lolwut(List<String> args)
Redis command LOLWUT.
|
default Future<Response> |
RedisAPI.lpop(List<String> args)
Redis command LPOP.
|
default Future<Response> |
RedisAPI.lpos(List<String> args)
Redis command LPOS.
|
default Future<Response> |
RedisAPI.lpush(List<String> args)
Redis command LPUSH.
|
default Future<Response> |
RedisAPI.lpushx(List<String> args)
Redis command LPUSHX.
|
default Future<Response> |
RedisAPI.lrange(String arg0,
String arg1,
String arg2)
Redis command LRANGE.
|
default Future<Response> |
RedisAPI.lrem(String arg0,
String arg1,
String arg2)
Redis command LREM.
|
default Future<Response> |
RedisAPI.lset(String arg0,
String arg1,
String arg2)
Redis command LSET.
|
default Future<Response> |
RedisAPI.ltrim(String arg0,
String arg1,
String arg2)
Redis command LTRIM.
|
default Future<Response> |
RedisAPI.memory(List<String> args)
Redis command MEMORY.
|
default Future<Response> |
RedisAPI.mget(List<String> args)
Redis command MGET.
|
default Future<Response> |
RedisAPI.migrate(List<String> args)
Redis command MIGRATE.
|
default Future<Response> |
RedisAPI.module(List<String> args)
Redis command MODULE.
|
default Future<Response> |
RedisAPI.monitor()
Redis command MONITOR.
|
default Future<Response> |
RedisAPI.move(String arg0,
String arg1)
Redis command MOVE.
|
default Future<Response> |
RedisAPI.mset(List<String> args)
Redis command MSET.
|
default Future<Response> |
RedisAPI.msetnx(List<String> args)
Redis command MSETNX.
|
default Future<Response> |
RedisAPI.multi()
Redis command MULTI.
|
default Future<Response> |
RedisAPI.object(List<String> args)
Redis command OBJECT.
|
Future<List<Response>> |
RedisCluster.onAllMasterNodes(Request request)
Runs the
request against all master nodes in the cluster. |
Future<List<Response>> |
RedisCluster.onAllNodes(Request request)
Runs the
request against all nodes in the cluster. |
default Future<Response> |
RedisAPI.persist(String arg0)
Redis command PERSIST.
|
default Future<Response> |
RedisAPI.pexpire(List<String> args)
Redis command PEXPIRE.
|
default Future<Response> |
RedisAPI.pexpireat(List<String> args)
Redis command PEXPIREAT.
|
default Future<Response> |
RedisAPI.pexpiretime(String arg0)
Redis command PEXPIRETIME.
|
default Future<Response> |
RedisAPI.pfadd(List<String> args)
Redis command PFADD.
|
default Future<Response> |
RedisAPI.pfcount(List<String> args)
Redis command PFCOUNT.
|
default Future<Response> |
RedisAPI.pfdebug(String arg0,
String arg1)
Redis command PFDEBUG.
|
default Future<Response> |
RedisAPI.pfmerge(List<String> args)
Redis command PFMERGE.
|
default Future<Response> |
RedisAPI.pfselftest()
Redis command PFSELFTEST.
|
default Future<Response> |
RedisAPI.ping(List<String> args)
Redis command PING.
|
default Future<Response> |
RedisAPI.psetex(String arg0,
String arg1,
String arg2)
Redis command PSETEX.
|
default Future<Response> |
RedisAPI.psubscribe(List<String> args)
Redis command PSUBSCRIBE.
|
default Future<Response> |
RedisAPI.psync(List<String> args)
Redis command PSYNC.
|
default Future<Response> |
RedisAPI.pttl(String arg0)
Redis command PTTL.
|
default Future<Response> |
RedisAPI.publish(String arg0,
String arg1)
Redis command PUBLISH.
|
default Future<Response> |
RedisAPI.pubsub(List<String> args)
Redis command PUBSUB.
|
default Future<Response> |
RedisAPI.punsubscribe(List<String> args)
Redis command PUNSUBSCRIBE.
|
default Future<Response> |
RedisAPI.quit(List<String> args)
Redis command QUIT.
|
default Future<Response> |
RedisAPI.randomkey()
Redis command RANDOMKEY.
|
default Future<Response> |
RedisAPI.readonly()
Redis command READONLY.
|
default Future<Response> |
RedisAPI.readwrite()
Redis command READWRITE.
|
default Future<Response> |
RedisAPI.rename(String arg0,
String arg1)
Redis command RENAME.
|
default Future<Response> |
RedisAPI.renamenx(String arg0,
String arg1)
Redis command RENAMENX.
|
default Future<Response> |
RedisAPI.replconf(List<String> args)
Redis command REPLCONF.
|
default Future<Response> |
RedisAPI.replicaof(String arg0,
String arg1)
Redis command REPLICAOF.
|
default Future<Response> |
RedisAPI.reset()
Redis command RESET.
|
default Future<Response> |
RedisAPI.restore(List<String> args)
Redis command RESTORE.
|
default Future<Response> |
RedisAPI.restoreAsking(List<String> args)
Redis command RESTORE-ASKING.
|
default Future<Response> |
RedisAPI.role()
Redis command ROLE.
|
default Future<Response> |
RedisAPI.rpop(List<String> args)
Redis command RPOP.
|
default Future<Response> |
RedisAPI.rpoplpush(String arg0,
String arg1)
Deprecated.
since: 6.2.0, replaced by:
LMOVE with the RIGHT and LEFT arguments |
default Future<Response> |
RedisAPI.rpush(List<String> args)
Redis command RPUSH.
|
default Future<Response> |
RedisAPI.rpushx(List<String> args)
Redis command RPUSHX.
|
default Future<Response> |
RedisAPI.sadd(List<String> args)
Redis command SADD.
|
default Future<Response> |
RedisAPI.save()
Redis command SAVE.
|
default Future<Response> |
RedisAPI.scan(List<String> args)
Redis command SCAN.
|
default Future<Response> |
RedisAPI.scard(String arg0)
Redis command SCARD.
|
default Future<Response> |
RedisAPI.script(List<String> args)
Redis command SCRIPT.
|
default Future<Response> |
RedisAPI.sdiff(List<String> args)
Redis command SDIFF.
|
default Future<Response> |
RedisAPI.sdiffstore(List<String> args)
Redis command SDIFFSTORE.
|
default Future<Response> |
RedisAPI.select(String arg0)
Redis command SELECT.
|
Future<Response> |
RedisAPI.send(Command cmd,
String... args)
Send untyped command to redis.
|
Future<Response> |
Redis.send(Request command)
Send the given command to the redis server or cluster.
|
Future<Response> |
RedisConnection.send(Request command)
Send the given command to the redis server or cluster.
|
default Future<Response> |
RedisAPI.set(List<String> args)
Redis command SET.
|
default Future<Response> |
RedisAPI.setbit(String arg0,
String arg1,
String arg2)
Redis command SETBIT.
|
default Future<Response> |
RedisAPI.setex(String arg0,
String arg1,
String arg2)
Redis command SETEX.
|
default Future<Response> |
RedisAPI.setnx(String arg0,
String arg1)
Redis command SETNX.
|
default Future<Response> |
RedisAPI.setrange(String arg0,
String arg1,
String arg2)
Redis command SETRANGE.
|
default Future<Response> |
RedisAPI.shutdown(List<String> args)
Redis command SHUTDOWN.
|
default Future<Response> |
RedisAPI.sinter(List<String> args)
Redis command SINTER.
|
default Future<Response> |
RedisAPI.sintercard(List<String> args)
Redis command SINTERCARD.
|
default Future<Response> |
RedisAPI.sinterstore(List<String> args)
Redis command SINTERSTORE.
|
default Future<Response> |
RedisAPI.sismember(String arg0,
String arg1)
Redis command SISMEMBER.
|
default Future<Response> |
RedisAPI.slaveof(String arg0,
String arg1)
Deprecated.
since: 5.0.0, replaced by:
REPLICAOF |
default Future<Response> |
RedisAPI.slowlog(List<String> args)
Redis command SLOWLOG.
|
default Future<Response> |
RedisAPI.smembers(String arg0)
Redis command SMEMBERS.
|
default Future<Response> |
RedisAPI.smismember(List<String> args)
Redis command SMISMEMBER.
|
default Future<Response> |
RedisAPI.smove(String arg0,
String arg1,
String arg2)
Redis command SMOVE.
|
default Future<Response> |
RedisAPI.sort(List<String> args)
Redis command SORT.
|
default Future<Response> |
RedisAPI.sortRo(List<String> args)
Redis command SORT_RO.
|
default Future<Response> |
RedisAPI.spop(List<String> args)
Redis command SPOP.
|
default Future<Response> |
RedisAPI.spublish(String arg0,
String arg1)
Redis command SPUBLISH.
|
default Future<Response> |
RedisAPI.srandmember(List<String> args)
Redis command SRANDMEMBER.
|
default Future<Response> |
RedisAPI.srem(List<String> args)
Redis command SREM.
|
default Future<Response> |
RedisAPI.sscan(List<String> args)
Redis command SSCAN.
|
default Future<Response> |
RedisAPI.ssubscribe(List<String> args)
Redis command SSUBSCRIBE.
|
default java.util.stream.Stream<Response> |
Response.stream()
Return a stream of responses based on the iterable of this object.
|
default Future<Response> |
RedisAPI.strlen(String arg0)
Redis command STRLEN.
|
default Future<Response> |
RedisAPI.subscribe(List<String> args)
Redis command SUBSCRIBE.
|
default Future<Response> |
RedisAPI.substr(String arg0,
String arg1,
String arg2)
Deprecated.
since: 2.0.0, replaced by:
GETRANGE |
default Future<Response> |
RedisAPI.sunion(List<String> args)
Redis command SUNION.
|
default Future<Response> |
RedisAPI.sunionstore(List<String> args)
Redis command SUNIONSTORE.
|
default Future<Response> |
RedisAPI.sunsubscribe(List<String> args)
Redis command SUNSUBSCRIBE.
|
default Future<Response> |
RedisAPI.swapdb(String arg0,
String arg1)
Redis command SWAPDB.
|
default Future<Response> |
RedisAPI.sync()
Redis command SYNC.
|
default Future<Response> |
RedisAPI.tdigestAdd(List<String> args)
Redis command TDIGEST.ADD.
|
default Future<Response> |
RedisAPI.tdigestByrank(List<String> args)
Redis command TDIGEST.BYRANK.
|
default Future<Response> |
RedisAPI.tdigestByrevrank(List<String> args)
Redis command TDIGEST.BYREVRANK.
|
default Future<Response> |
RedisAPI.tdigestCdf(List<String> args)
Redis command TDIGEST.CDF.
|
default Future<Response> |
RedisAPI.tdigestCreate(List<String> args)
Redis command TDIGEST.CREATE.
|
default Future<Response> |
RedisAPI.tdigestInfo(List<String> args)
Redis command TDIGEST.INFO.
|
default Future<Response> |
RedisAPI.tdigestMax(List<String> args)
Redis command TDIGEST.MAX.
|
default Future<Response> |
RedisAPI.tdigestMerge(List<String> args)
Redis command TDIGEST.MERGE.
|
default Future<Response> |
RedisAPI.tdigestMin(List<String> args)
Redis command TDIGEST.MIN.
|
default Future<Response> |
RedisAPI.tdigestQuantile(List<String> args)
Redis command TDIGEST.QUANTILE.
|
default Future<Response> |
RedisAPI.tdigestRank(List<String> args)
Redis command TDIGEST.RANK.
|
default Future<Response> |
RedisAPI.tdigestReset(List<String> args)
Redis command TDIGEST.RESET.
|
default Future<Response> |
RedisAPI.tdigestRevrank(List<String> args)
Redis command TDIGEST.REVRANK.
|
default Future<Response> |
RedisAPI.tdigestTrimmedMean(List<String> args)
Redis command TDIGEST.TRIMMED_MEAN.
|
default Future<Response> |
RedisAPI.time()
Redis command TIME.
|
default Future<Response> |
RedisAPI.timeseriesClusterset(List<String> args)
Redis command TIMESERIES.CLUSTERSET.
|
default Future<Response> |
RedisAPI.timeseriesClustersetfromshard(List<String> args)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
default Future<Response> |
RedisAPI.timeseriesHello(List<String> args)
Redis command TIMESERIES.HELLO.
|
default Future<Response> |
RedisAPI.timeseriesInfocluster(List<String> args)
Redis command TIMESERIES.INFOCLUSTER.
|
default Future<Response> |
RedisAPI.timeseriesInnercommunication(List<String> args)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
default Future<Response> |
RedisAPI.timeseriesNetworktest(List<String> args)
Redis command TIMESERIES.NETWORKTEST.
|
default Future<Response> |
RedisAPI.timeseriesRefreshcluster(List<String> args)
Redis command TIMESERIES.REFRESHCLUSTER.
|
default Future<Response> |
RedisAPI.topkAdd(List<String> args)
Redis command TOPK.ADD.
|
default Future<Response> |
RedisAPI.topkCount(List<String> args)
Redis command TOPK.COUNT.
|
default Future<Response> |
RedisAPI.topkIncrby(List<String> args)
Redis command TOPK.INCRBY.
|
default Future<Response> |
RedisAPI.topkInfo(List<String> args)
Redis command TOPK.INFO.
|
default Future<Response> |
RedisAPI.topkList(List<String> args)
Redis command TOPK.LIST.
|
default Future<Response> |
RedisAPI.topkQuery(List<String> args)
Redis command TOPK.QUERY.
|
default Future<Response> |
RedisAPI.topkReserve(List<String> args)
Redis command TOPK.RESERVE.
|
default Future<Response> |
RedisAPI.touch(List<String> args)
Redis command TOUCH.
|
default Future<Response> |
RedisAPI.tsAdd(List<String> args)
Redis command TS.ADD.
|
default Future<Response> |
RedisAPI.tsAlter(List<String> args)
Redis command TS.ALTER.
|
default Future<Response> |
RedisAPI.tsCreate(List<String> args)
Redis command TS.CREATE.
|
default Future<Response> |
RedisAPI.tsCreaterule(List<String> args)
Redis command TS.CREATERULE.
|
default Future<Response> |
RedisAPI.tsDecrby(List<String> args)
Redis command TS.DECRBY.
|
default Future<Response> |
RedisAPI.tsDel(List<String> args)
Redis command TS.DEL.
|
default Future<Response> |
RedisAPI.tsDeleterule(List<String> args)
Redis command TS.DELETERULE.
|
default Future<Response> |
RedisAPI.tsGet(List<String> args)
Redis command TS.GET.
|
default Future<Response> |
RedisAPI.tsIncrby(List<String> args)
Redis command TS.INCRBY.
|
default Future<Response> |
RedisAPI.tsInfo(List<String> args)
Redis command TS.INFO.
|
default Future<Response> |
RedisAPI.tsMadd(List<String> args)
Redis command TS.MADD.
|
default Future<Response> |
RedisAPI.tsMget(List<String> args)
Redis command TS.MGET.
|
default Future<Response> |
RedisAPI.tsMrange(List<String> args)
Redis command TS.MRANGE.
|
default Future<Response> |
RedisAPI.tsMrevrange(List<String> args)
Redis command TS.MREVRANGE.
|
default Future<Response> |
RedisAPI.tsQueryindex(List<String> args)
Redis command TS.QUERYINDEX.
|
default Future<Response> |
RedisAPI.tsRange(List<String> args)
Redis command TS.RANGE.
|
default Future<Response> |
RedisAPI.tsRevrange(List<String> args)
Redis command TS.REVRANGE.
|
default Future<Response> |
RedisAPI.ttl(String arg0)
Redis command TTL.
|
default Future<Response> |
RedisAPI.type(String arg0)
Redis command TYPE.
|
default Future<Response> |
RedisAPI.unlink(List<String> args)
Redis command UNLINK.
|
default Future<Response> |
RedisAPI.unsubscribe(List<String> args)
Redis command UNSUBSCRIBE.
|
default Future<Response> |
RedisAPI.unwatch()
Redis command UNWATCH.
|
default Future<Response> |
RedisAPI.wait(String arg0,
String arg1)
Redis command WAIT.
|
default Future<Response> |
RedisAPI.watch(List<String> args)
Redis command WATCH.
|
default Future<Response> |
RedisAPI.xack(List<String> args)
Redis command XACK.
|
default Future<Response> |
RedisAPI.xadd(List<String> args)
Redis command XADD.
|
default Future<Response> |
RedisAPI.xautoclaim(List<String> args)
Redis command XAUTOCLAIM.
|
default Future<Response> |
RedisAPI.xclaim(List<String> args)
Redis command XCLAIM.
|
default Future<Response> |
RedisAPI.xdel(List<String> args)
Redis command XDEL.
|
default Future<Response> |
RedisAPI.xgroup(List<String> args)
Redis command XGROUP.
|
default Future<Response> |
RedisAPI.xinfo(List<String> args)
Redis command XINFO.
|
default Future<Response> |
RedisAPI.xlen(String arg0)
Redis command XLEN.
|
default Future<Response> |
RedisAPI.xpending(List<String> args)
Redis command XPENDING.
|
default Future<Response> |
RedisAPI.xrange(List<String> args)
Redis command XRANGE.
|
default Future<Response> |
RedisAPI.xread(List<String> args)
Redis command XREAD.
|
default Future<Response> |
RedisAPI.xreadgroup(List<String> args)
Redis command XREADGROUP.
|
default Future<Response> |
RedisAPI.xrevrange(List<String> args)
Redis command XREVRANGE.
|
default Future<Response> |
RedisAPI.xsetid(List<String> args)
Redis command XSETID.
|
default Future<Response> |
RedisAPI.xtrim(List<String> args)
Redis command XTRIM.
|
default Future<Response> |
RedisAPI.zadd(List<String> args)
Redis command ZADD.
|
default Future<Response> |
RedisAPI.zcard(String arg0)
Redis command ZCARD.
|
default Future<Response> |
RedisAPI.zcount(String arg0,
String arg1,
String arg2)
Redis command ZCOUNT.
|
default Future<Response> |
RedisAPI.zdiff(List<String> args)
Redis command ZDIFF.
|
default Future<Response> |
RedisAPI.zdiffstore(List<String> args)
Redis command ZDIFFSTORE.
|
default Future<Response> |
RedisAPI.zincrby(String arg0,
String arg1,
String arg2)
Redis command ZINCRBY.
|
default Future<Response> |
RedisAPI.zinter(List<String> args)
Redis command ZINTER.
|
default Future<Response> |
RedisAPI.zintercard(List<String> args)
Redis command ZINTERCARD.
|
default Future<Response> |
RedisAPI.zinterstore(List<String> args)
Redis command ZINTERSTORE.
|
default Future<Response> |
RedisAPI.zlexcount(String arg0,
String arg1,
String arg2)
Redis command ZLEXCOUNT.
|
default Future<Response> |
RedisAPI.zmpop(List<String> args)
Redis command ZMPOP.
|
default Future<Response> |
RedisAPI.zmscore(List<String> args)
Redis command ZMSCORE.
|
default Future<Response> |
RedisAPI.zpopmax(List<String> args)
Redis command ZPOPMAX.
|
default Future<Response> |
RedisAPI.zpopmin(List<String> args)
Redis command ZPOPMIN.
|
default Future<Response> |
RedisAPI.zrandmember(List<String> args)
Redis command ZRANDMEMBER.
|
default Future<Response> |
RedisAPI.zrange(List<String> args)
Redis command ZRANGE.
|
default Future<Response> |
RedisAPI.zrangebylex(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
ZRANGE with the BYLEX argument |
default Future<Response> |
RedisAPI.zrangebyscore(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
ZRANGE with the BYSCORE argument |
default Future<Response> |
RedisAPI.zrangestore(List<String> args)
Redis command ZRANGESTORE.
|
default Future<Response> |
RedisAPI.zrank(String arg0,
String arg1)
Redis command ZRANK.
|
default Future<Response> |
RedisAPI.zrem(List<String> args)
Redis command ZREM.
|
default Future<Response> |
RedisAPI.zremrangebylex(String arg0,
String arg1,
String arg2)
Redis command ZREMRANGEBYLEX.
|
default Future<Response> |
RedisAPI.zremrangebyrank(String arg0,
String arg1,
String arg2)
Redis command ZREMRANGEBYRANK.
|
default Future<Response> |
RedisAPI.zremrangebyscore(String arg0,
String arg1,
String arg2)
Redis command ZREMRANGEBYSCORE.
|
default Future<Response> |
RedisAPI.zrevrange(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
ZRANGE with the REV argument |
default Future<Response> |
RedisAPI.zrevrangebylex(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
ZRANGE with the REV and BYLEX arguments |
default Future<Response> |
RedisAPI.zrevrangebyscore(List<String> args)
Deprecated.
since: 6.2.0, replaced by:
ZRANGE with the REV and BYSCORE arguments |
default Future<Response> |
RedisAPI.zrevrank(String arg0,
String arg1)
Redis command ZREVRANK.
|
default Future<Response> |
RedisAPI.zscan(List<String> args)
Redis command ZSCAN.
|
default Future<Response> |
RedisAPI.zscore(String arg0,
String arg1)
Redis command ZSCORE.
|
default Future<Response> |
RedisAPI.zunion(List<String> args)
Redis command ZUNION.
|
default Future<Response> |
RedisAPI.zunionstore(List<String> args)
Redis command ZUNIONSTORE.
|
Modifier and Type | Method and Description |
---|---|
default RedisAPI |
RedisAPI.acl(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Access List Control commands.
|
default RedisAPI |
RedisAPI.append(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Append a value to a key.
|
default RedisAPI |
RedisAPI.asking(Handler<AsyncResult<Response>> handler)
Sent by cluster clients after an -ASK redirect.
|
default RedisAPI |
RedisAPI.auth(List<String> args,
Handler<AsyncResult<Response>> handler)
Authenticate to the server.
|
default Redis |
Redis.batch(List<Request> commands,
Handler<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.
|
default RedisConnection |
RedisConnection.batch(List<Request> commands,
Handler<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.
|
default RedisAPI |
RedisAPI.bfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.ADD.
|
default RedisAPI |
RedisAPI.bfCard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.CARD.
|
default RedisAPI |
RedisAPI.bfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.DEBUG.
|
default RedisAPI |
RedisAPI.bfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.EXISTS.
|
default RedisAPI |
RedisAPI.bfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INFO.
|
default RedisAPI |
RedisAPI.bfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INSERT.
|
default RedisAPI |
RedisAPI.bfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.LOADCHUNK.
|
default RedisAPI |
RedisAPI.bfMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MADD.
|
default RedisAPI |
RedisAPI.bfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MEXISTS.
|
default RedisAPI |
RedisAPI.bfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.RESERVE.
|
default RedisAPI |
RedisAPI.bfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.SCANDUMP.
|
default RedisAPI |
RedisAPI.bgrewriteaof(Handler<AsyncResult<Response>> handler)
Asynchronously rewrite the append-only file.
|
default RedisAPI |
RedisAPI.bgsave(List<String> args,
Handler<AsyncResult<Response>> handler)
Asynchronously save the dataset to disk.
|
default RedisAPI |
RedisAPI.bitcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Count set bits in a string.
|
default RedisAPI |
RedisAPI.bitfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
default RedisAPI |
RedisAPI.bitfieldRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
default RedisAPI |
RedisAPI.bitop(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform bitwise operations between strings.
|
default RedisAPI |
RedisAPI.bitpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Find first bit set or clear in a string.
|
default RedisAPI |
RedisAPI.blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
default RedisAPI |
RedisAPI.blmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list, or block until one is available.
|
default RedisAPI |
RedisAPI.blpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first element in a list, or block until one is available.
|
default RedisAPI |
RedisAPI.brpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last element in a list, or block until one is available.
|
default RedisAPI |
RedisAPI.brpoplpush(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
default RedisAPI |
RedisAPI.bzmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set or block until one is available.
|
default RedisAPI |
RedisAPI.bzpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
|
default RedisAPI |
RedisAPI.bzpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
|
default RedisAPI |
RedisAPI.cfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADD.
|
default RedisAPI |
RedisAPI.cfAddnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADDNX.
|
default RedisAPI |
RedisAPI.cfCompact(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COMPACT.
|
default RedisAPI |
RedisAPI.cfCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COUNT.
|
default RedisAPI |
RedisAPI.cfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEBUG.
|
default RedisAPI |
RedisAPI.cfDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEL.
|
default RedisAPI |
RedisAPI.cfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.EXISTS.
|
default RedisAPI |
RedisAPI.cfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INFO.
|
default RedisAPI |
RedisAPI.cfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERT.
|
default RedisAPI |
RedisAPI.cfInsertnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERTNX.
|
default RedisAPI |
RedisAPI.cfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.LOADCHUNK.
|
default RedisAPI |
RedisAPI.cfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.MEXISTS.
|
default RedisAPI |
RedisAPI.cfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.RESERVE.
|
default RedisAPI |
RedisAPI.cfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.SCANDUMP.
|
default RedisAPI |
RedisAPI.client(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for client connection commands.
|
default RedisAPI |
RedisAPI.cluster(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for cluster commands.
|
default RedisAPI |
RedisAPI.cmsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INCRBY.
|
default RedisAPI |
RedisAPI.cmsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INFO.
|
default RedisAPI |
RedisAPI.cmsInitbydim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYDIM.
|
default RedisAPI |
RedisAPI.cmsInitbyprob(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYPROB.
|
default RedisAPI |
RedisAPI.cmsMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.MERGE.
|
default RedisAPI |
RedisAPI.cmsQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.QUERY.
|
default RedisAPI |
RedisAPI.command(List<String> args,
Handler<AsyncResult<Response>> handler)
Get array of Redis command details.
|
default RedisAPI |
RedisAPI.config(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for server configuration commands.
|
default RedisAPI |
RedisAPI.copy(List<String> args,
Handler<AsyncResult<Response>> handler)
Copy a key.
|
default RedisAPI |
RedisAPI.dbsize(Handler<AsyncResult<Response>> handler)
Return the number of keys in the selected database.
|
default RedisAPI |
RedisAPI.debug(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for debugging commands.
|
default RedisAPI |
RedisAPI.decr(String arg0,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by one.
|
default RedisAPI |
RedisAPI.decrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by the given number.
|
default RedisAPI |
RedisAPI.del(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key.
|
default RedisAPI |
RedisAPI.discard(Handler<AsyncResult<Response>> handler)
Discard all commands issued after MULTI.
|
default RedisAPI |
RedisAPI.dump(String arg0,
Handler<AsyncResult<Response>> handler)
Return a serialized version of the value stored at the specified key.
|
default RedisAPI |
RedisAPI.echo(String arg0,
Handler<AsyncResult<Response>> handler)
Echo the given string.
|
default RedisAPI |
RedisAPI.eval(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
default RedisAPI |
RedisAPI.evalRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
default RedisAPI |
RedisAPI.evalsha(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
default RedisAPI |
RedisAPI.evalshaRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
default RedisAPI |
RedisAPI.exec(Handler<AsyncResult<Response>> handler)
Execute all commands issued after MULTI.
|
default RedisAPI |
RedisAPI.exists(List<String> args,
Handler<AsyncResult<Response>> handler)
Determine if a key exists.
|
default RedisAPI |
RedisAPI.expire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in seconds.
|
default RedisAPI |
RedisAPI.expireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp.
|
default RedisAPI |
RedisAPI.expiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key.
|
default RedisAPI |
RedisAPI.failover(List<String> args,
Handler<AsyncResult<Response>> handler)
Start a coordinated failover between this server and one of its replicas.
|
default RedisAPI |
RedisAPI.fcall(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a function.
|
default RedisAPI |
RedisAPI.fcallRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a read-only function.
|
default RedisAPI |
RedisAPI.flushall(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from all databases.
|
default RedisAPI |
RedisAPI.flushdb(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from the current database.
|
default RedisAPI |
RedisAPI.ftAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ADD.
|
default RedisAPI |
RedisAPI.ftAggregate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.AGGREGATE.
|
default RedisAPI |
RedisAPI.ftAliasadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASADD.
|
default RedisAPI |
RedisAPI.ftAliasaddifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASADDIFNX.
|
default RedisAPI |
RedisAPI.ftAliasdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASDEL.
|
default RedisAPI |
RedisAPI.ftAliasdelifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASDELIFX.
|
default RedisAPI |
RedisAPI.ftAliasupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASUPDATE.
|
default RedisAPI |
RedisAPI.ftAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALTER.
|
default RedisAPI |
RedisAPI.ftAlterifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALTERIFNX.
|
default RedisAPI |
RedisAPI.ftConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CONFIG.
|
default RedisAPI |
RedisAPI.ftCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CREATE.
|
default RedisAPI |
RedisAPI.ftCreateifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._CREATEIFNX.
|
default RedisAPI |
RedisAPI.ftCursor(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CURSOR.
|
default RedisAPI |
RedisAPI.ftDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEBUG.
|
default RedisAPI |
RedisAPI.ftDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEL.
|
default RedisAPI |
RedisAPI.ftDictadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTADD.
|
default RedisAPI |
RedisAPI.ftDictdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDEL.
|
default RedisAPI |
RedisAPI.ftDictdump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDUMP.
|
default RedisAPI |
RedisAPI.ftDrop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROP.
|
default RedisAPI |
RedisAPI.ftDropifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPIFX.
|
default RedisAPI |
RedisAPI.ftDropindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROPINDEX.
|
default RedisAPI |
RedisAPI.ftDropindexifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPINDEXIFX.
|
default RedisAPI |
RedisAPI.ftExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAIN.
|
default RedisAPI |
RedisAPI.ftExplaincli(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAINCLI.
|
default RedisAPI |
RedisAPI.ftGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.GET.
|
default RedisAPI |
RedisAPI.ftInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.INFO.
|
default RedisAPI |
RedisAPI.ftList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._LIST.
|
default RedisAPI |
RedisAPI.ftMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.MGET.
|
default RedisAPI |
RedisAPI.ftProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.PROFILE.
|
default RedisAPI |
RedisAPI.ftSafeadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SAFEADD.
|
default RedisAPI |
RedisAPI.ftSearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SEARCH.
|
default RedisAPI |
RedisAPI.ftSpellcheck(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SPELLCHECK.
|
default RedisAPI |
RedisAPI.ftSugadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGADD.
|
default RedisAPI |
RedisAPI.ftSugdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGDEL.
|
default RedisAPI |
RedisAPI.ftSugget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGGET.
|
default RedisAPI |
RedisAPI.ftSuglen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGLEN.
|
default RedisAPI |
RedisAPI.ftSynadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNADD.
|
default RedisAPI |
RedisAPI.ftSyndump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNDUMP.
|
default RedisAPI |
RedisAPI.ftSynupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNUPDATE.
|
default RedisAPI |
RedisAPI.ftTagvals(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.TAGVALS.
|
default RedisAPI |
RedisAPI.function(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for function commands.
|
default RedisAPI |
RedisAPI.geoadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
default RedisAPI |
RedisAPI.geodist(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the distance between two members of a geospatial index.
|
default RedisAPI |
RedisAPI.geohash(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns members of a geospatial index as standard geohash strings.
|
default RedisAPI |
RedisAPI.geopos(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns longitude and latitude of members of a geospatial index.
|
default RedisAPI |
RedisAPI.georadius(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
|
default RedisAPI |
RedisAPI.georadiusbymember(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
|
default RedisAPI |
RedisAPI.georadiusbymemberRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUSBYMEMBER.
|
default RedisAPI |
RedisAPI.georadiusRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUS.
|
default RedisAPI |
RedisAPI.geosearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
|
default RedisAPI |
RedisAPI.geosearchstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
|
default RedisAPI |
RedisAPI.get(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key.
|
default RedisAPI |
RedisAPI.getbit(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Returns the bit value at offset in the string value stored at key.
|
default RedisAPI |
RedisAPI.getdel(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key and delete the key.
|
default RedisAPI |
RedisAPI.getex(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the value of a key and optionally set its expiration.
|
default RedisAPI |
RedisAPI.getrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
default RedisAPI |
RedisAPI.getset(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the string value of a key and return its old value.
|
default RedisAPI |
RedisAPI.graphBulk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.BULK.
|
default RedisAPI |
RedisAPI.graphConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.CONFIG.
|
default RedisAPI |
RedisAPI.graphDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DEBUG.
|
default RedisAPI |
RedisAPI.graphDelete(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DELETE.
|
default RedisAPI |
RedisAPI.graphExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.EXPLAIN.
|
default RedisAPI |
RedisAPI.graphList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.LIST.
|
default RedisAPI |
RedisAPI.graphProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.PROFILE.
|
default RedisAPI |
RedisAPI.graphQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.QUERY.
|
default RedisAPI |
RedisAPI.graphRoQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.RO_QUERY.
|
default RedisAPI |
RedisAPI.graphSlowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.SLOWLOG.
|
default RedisAPI |
RedisAPI.hdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete one or more hash fields.
|
default RedisAPI |
RedisAPI.hello(List<String> args,
Handler<AsyncResult<Response>> handler)
Handshake with Redis.
|
default RedisAPI |
RedisAPI.hexists(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a hash field exists.
|
default RedisAPI |
RedisAPI.hget(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the value of a hash field.
|
default RedisAPI |
RedisAPI.hgetall(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields and values in a hash.
|
default RedisAPI |
RedisAPI.hincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a hash field by the given number.
|
default RedisAPI |
RedisAPI.hincrbyfloat(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the float value of a hash field by the given amount.
|
default RedisAPI |
RedisAPI.hkeys(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields in a hash.
|
default RedisAPI |
RedisAPI.hlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of fields in a hash.
|
default RedisAPI |
RedisAPI.hmget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given hash fields.
|
default RedisAPI |
RedisAPI.hmset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple hash fields to multiple values.
|
default RedisAPI |
RedisAPI.hrandfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random fields from a hash.
|
default RedisAPI |
RedisAPI.hscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate hash fields and associated values.
|
default RedisAPI |
RedisAPI.hset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a hash field.
|
default RedisAPI |
RedisAPI.hsetnx(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of a hash field, only if the field does not exist.
|
default RedisAPI |
RedisAPI.hstrlen(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the length of the value of a hash field.
|
default RedisAPI |
RedisAPI.hvals(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the values in a hash.
|
default RedisAPI |
RedisAPI.incr(String arg0,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by one.
|
default RedisAPI |
RedisAPI.incrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by the given amount.
|
default RedisAPI |
RedisAPI.incrbyfloat(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the float value of a key by the given amount.
|
default RedisAPI |
RedisAPI.info(List<String> args,
Handler<AsyncResult<Response>> handler)
Get information and statistics about the server.
|
default RedisAPI |
RedisAPI.jsonArrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRAPPEND.
|
default RedisAPI |
RedisAPI.jsonArrindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINDEX.
|
default RedisAPI |
RedisAPI.jsonArrinsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINSERT.
|
default RedisAPI |
RedisAPI.jsonArrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRLEN.
|
default RedisAPI |
RedisAPI.jsonArrpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRPOP.
|
default RedisAPI |
RedisAPI.jsonArrtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRTRIM.
|
default RedisAPI |
RedisAPI.jsonClear(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.CLEAR.
|
default RedisAPI |
RedisAPI.jsonDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEBUG.
|
default RedisAPI |
RedisAPI.jsonDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEL.
|
default RedisAPI |
RedisAPI.jsonForget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.FORGET.
|
default RedisAPI |
RedisAPI.jsonGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.GET.
|
default RedisAPI |
RedisAPI.jsonMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.MGET.
|
default RedisAPI |
RedisAPI.jsonNumincrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMINCRBY.
|
default RedisAPI |
RedisAPI.jsonNummultby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMMULTBY.
|
default RedisAPI |
RedisAPI.jsonNumpowby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMPOWBY.
|
default RedisAPI |
RedisAPI.jsonObjkeys(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJKEYS.
|
default RedisAPI |
RedisAPI.jsonObjlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJLEN.
|
default RedisAPI |
RedisAPI.jsonResp(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.RESP.
|
default RedisAPI |
RedisAPI.jsonSet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.SET.
|
default RedisAPI |
RedisAPI.jsonStrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRAPPEND.
|
default RedisAPI |
RedisAPI.jsonStrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRLEN.
|
default RedisAPI |
RedisAPI.jsonToggle(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TOGGLE.
|
default RedisAPI |
RedisAPI.jsonType(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TYPE.
|
default RedisAPI |
RedisAPI.keys(String arg0,
Handler<AsyncResult<Response>> handler)
Find all keys matching the given pattern.
|
default RedisAPI |
RedisAPI.lastsave(Handler<AsyncResult<Response>> handler)
Get the UNIX time stamp of the last successful save to disk.
|
default RedisAPI |
RedisAPI.latency(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for latency diagnostics commands.
|
default RedisAPI |
RedisAPI.lcs(List<String> args,
Handler<AsyncResult<Response>> handler)
Find longest common substring.
|
default RedisAPI |
RedisAPI.lindex(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get an element from a list by its index.
|
default RedisAPI |
RedisAPI.linsert(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Insert an element before or after another element in a list.
|
default RedisAPI |
RedisAPI.llen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of a list.
|
default RedisAPI |
RedisAPI.lmove(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it.
|
default RedisAPI |
RedisAPI.lmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list.
|
default RedisAPI |
RedisAPI.lolwut(List<String> args,
Handler<AsyncResult<Response>> handler)
Display some computer art and the Redis version.
|
default RedisAPI |
RedisAPI.lpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first elements in a list.
|
default RedisAPI |
RedisAPI.lpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the index of matching elements on a list.
|
default RedisAPI |
RedisAPI.lpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend one or multiple elements to a list.
|
default RedisAPI |
RedisAPI.lpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend an element to a list, only if the list exists.
|
default RedisAPI |
RedisAPI.lrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a range of elements from a list.
|
default RedisAPI |
RedisAPI.lrem(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove elements from a list.
|
default RedisAPI |
RedisAPI.lset(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of an element in a list by its index.
|
default RedisAPI |
RedisAPI.ltrim(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Trim a list to the specified range.
|
default RedisAPI |
RedisAPI.memory(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for memory diagnostics commands.
|
default RedisAPI |
RedisAPI.mget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given keys.
|
default RedisAPI |
RedisAPI.migrate(List<String> args,
Handler<AsyncResult<Response>> handler)
Atomically transfer a key from a Redis instance to another one.
|
default RedisAPI |
RedisAPI.module(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for module commands.
|
default RedisAPI |
RedisAPI.monitor(Handler<AsyncResult<Response>> handler)
Listen for all requests received by the server in real time.
|
default RedisAPI |
RedisAPI.move(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Move a key to another database.
|
default RedisAPI |
RedisAPI.mset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values.
|
default RedisAPI |
RedisAPI.msetnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values, only if none of the keys exist.
|
default RedisAPI |
RedisAPI.multi(Handler<AsyncResult<Response>> handler)
Mark the start of a transaction block.
|
default RedisAPI |
RedisAPI.object(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for object introspection commands.
|
default RedisAPI |
RedisAPI.persist(String arg0,
Handler<AsyncResult<Response>> handler)
Remove the expiration from a key.
|
default RedisAPI |
RedisAPI.pexpire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in milliseconds.
|
default RedisAPI |
RedisAPI.pexpireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
default RedisAPI |
RedisAPI.pexpiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key in milliseconds.
|
default RedisAPI |
RedisAPI.pfadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Adds the specified elements to the specified HyperLogLog.
|
default RedisAPI |
RedisAPI.pfcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
default RedisAPI |
RedisAPI.pfdebug(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Internal commands for debugging HyperLogLog values.
|
default RedisAPI |
RedisAPI.pfmerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Merge N different HyperLogLogs into a single one.
|
default RedisAPI |
RedisAPI.pfselftest(Handler<AsyncResult<Response>> handler)
An internal command for testing HyperLogLog values.
|
default RedisAPI |
RedisAPI.ping(List<String> args,
Handler<AsyncResult<Response>> handler)
Ping the server.
|
default RedisAPI |
RedisAPI.psetex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration in milliseconds of a key.
|
default RedisAPI |
RedisAPI.psubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to channels matching the given patterns.
|
default RedisAPI |
RedisAPI.psync(List<String> args,
Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
default RedisAPI |
RedisAPI.pttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in milliseconds.
|
default RedisAPI |
RedisAPI.publish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a channel.
|
default RedisAPI |
RedisAPI.pubsub(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Pub/Sub commands.
|
default RedisAPI |
RedisAPI.punsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to channels matching the given patterns.
|
default RedisAPI |
RedisAPI.quit(List<String> args,
Handler<AsyncResult<Response>> handler)
Close the connection.
|
default RedisAPI |
RedisAPI.randomkey(Handler<AsyncResult<Response>> handler)
Return a random key from the keyspace.
|
default RedisAPI |
RedisAPI.readonly(Handler<AsyncResult<Response>> handler)
Enables read queries for a connection to a cluster replica node.
|
default RedisAPI |
RedisAPI.readwrite(Handler<AsyncResult<Response>> handler)
Disables read queries for a connection to a cluster replica node.
|
default RedisAPI |
RedisAPI.rename(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key.
|
default RedisAPI |
RedisAPI.renamenx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key, only if the new key does not exist.
|
default RedisAPI |
RedisAPI.replconf(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for configuring the replication stream.
|
default RedisAPI |
RedisAPI.replicaof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
default RedisAPI |
RedisAPI.reset(Handler<AsyncResult<Response>> handler)
Reset the connection.
|
default RedisAPI |
RedisAPI.restore(List<String> args,
Handler<AsyncResult<Response>> handler)
Create a key using the provided serialized value, previously obtained using DUMP.
|
default RedisAPI |
RedisAPI.restoreAsking(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for migrating keys in a cluster.
|
default RedisAPI |
RedisAPI.role(Handler<AsyncResult<Response>> handler)
Return the role of the instance in the context of replication.
|
default RedisAPI |
RedisAPI.rpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last elements in a list.
|
default RedisAPI |
RedisAPI.rpoplpush(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Remove the last element in a list, prepend it to another list and return it.
|
default RedisAPI |
RedisAPI.rpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Append one or multiple elements to a list.
|
default RedisAPI |
RedisAPI.rpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Append an element to a list, only if the list exists.
|
default RedisAPI |
RedisAPI.sadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a set.
|
default RedisAPI |
RedisAPI.save(Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk.
|
default RedisAPI |
RedisAPI.scan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate the keys space.
|
default RedisAPI |
RedisAPI.scard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a set.
|
default RedisAPI |
RedisAPI.script(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Lua scripts management commands.
|
default RedisAPI |
RedisAPI.sdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets.
|
default RedisAPI |
RedisAPI.sdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.select(String arg0,
Handler<AsyncResult<Response>> handler)
Change the selected database for the current connection.
|
default Redis |
Redis.send(Request command,
Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster.
|
default RedisConnection |
RedisConnection.send(Request command,
Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster.
|
default RedisAPI |
RedisAPI.set(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a key.
|
default RedisAPI |
RedisAPI.setbit(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Sets or clears the bit at offset in the string value stored at key.
|
default RedisAPI |
RedisAPI.setex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration of a key.
|
default RedisAPI |
RedisAPI.setnx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the value of a key, only if the key does not exist.
|
default RedisAPI |
RedisAPI.setrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Overwrite part of a string at key starting at the specified offset.
|
default RedisAPI |
RedisAPI.shutdown(List<String> args,
Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk and then shut down the server.
|
default RedisAPI |
RedisAPI.sinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets.
|
default RedisAPI |
RedisAPI.sintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and return the cardinality of the result.
|
default RedisAPI |
RedisAPI.sinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.sismember(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a given value is a member of a set.
|
default RedisAPI |
RedisAPI.slaveof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
default RedisAPI |
RedisAPI.slowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for slow log commands.
|
default RedisAPI |
RedisAPI.smembers(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the members in a set.
|
default RedisAPI |
RedisAPI.smismember(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the membership associated with the given elements for a set.
|
default RedisAPI |
RedisAPI.smove(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Move a member from one set to another.
|
default RedisAPI |
RedisAPI.sort(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
default RedisAPI |
RedisAPI.sortRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
default RedisAPI |
RedisAPI.spop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return one or multiple random members from a set.
|
default RedisAPI |
RedisAPI.spublish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a shard channel.
|
default RedisAPI |
RedisAPI.srandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random members from a set.
|
default RedisAPI |
RedisAPI.srem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a set.
|
default RedisAPI |
RedisAPI.sscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate Set elements.
|
default RedisAPI |
RedisAPI.ssubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given shard channels.
|
default RedisAPI |
RedisAPI.strlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of the value stored in a key.
|
default RedisAPI |
RedisAPI.subscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given channels.
|
default RedisAPI |
RedisAPI.substr(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
default RedisAPI |
RedisAPI.sunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets.
|
default RedisAPI |
RedisAPI.sunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.sunsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given shard channels.
|
default RedisAPI |
RedisAPI.swapdb(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Swaps two Redis databases.
|
default RedisAPI |
RedisAPI.sync(Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
default RedisAPI |
RedisAPI.tdigestAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.ADD.
|
default RedisAPI |
RedisAPI.tdigestByrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYRANK.
|
default RedisAPI |
RedisAPI.tdigestByrevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYREVRANK.
|
default RedisAPI |
RedisAPI.tdigestCdf(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CDF.
|
default RedisAPI |
RedisAPI.tdigestCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CREATE.
|
default RedisAPI |
RedisAPI.tdigestInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.INFO.
|
default RedisAPI |
RedisAPI.tdigestMax(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MAX.
|
default RedisAPI |
RedisAPI.tdigestMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MERGE.
|
default RedisAPI |
RedisAPI.tdigestMin(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MIN.
|
default RedisAPI |
RedisAPI.tdigestQuantile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.QUANTILE.
|
default RedisAPI |
RedisAPI.tdigestRank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RANK.
|
default RedisAPI |
RedisAPI.tdigestReset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RESET.
|
default RedisAPI |
RedisAPI.tdigestRevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.REVRANK.
|
default RedisAPI |
RedisAPI.tdigestTrimmedMean(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.TRIMMED_MEAN.
|
default RedisAPI |
RedisAPI.time(Handler<AsyncResult<Response>> handler)
Return the current server time.
|
default RedisAPI |
RedisAPI.timeseriesClusterset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSET.
|
default RedisAPI |
RedisAPI.timeseriesClustersetfromshard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
default RedisAPI |
RedisAPI.timeseriesHello(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.HELLO.
|
default RedisAPI |
RedisAPI.timeseriesInfocluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INFOCLUSTER.
|
default RedisAPI |
RedisAPI.timeseriesInnercommunication(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
default RedisAPI |
RedisAPI.timeseriesNetworktest(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.NETWORKTEST.
|
default RedisAPI |
RedisAPI.timeseriesRefreshcluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.REFRESHCLUSTER.
|
default RedisAPI |
RedisAPI.topkAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.ADD.
|
default RedisAPI |
RedisAPI.topkCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.COUNT.
|
default RedisAPI |
RedisAPI.topkIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INCRBY.
|
default RedisAPI |
RedisAPI.topkInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INFO.
|
default RedisAPI |
RedisAPI.topkList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.LIST.
|
default RedisAPI |
RedisAPI.topkQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.QUERY.
|
default RedisAPI |
RedisAPI.topkReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.RESERVE.
|
default RedisAPI |
RedisAPI.touch(List<String> args,
Handler<AsyncResult<Response>> handler)
Alters the last access time of a key(s).
|
default RedisAPI |
RedisAPI.tsAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ADD.
|
default RedisAPI |
RedisAPI.tsAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ALTER.
|
default RedisAPI |
RedisAPI.tsCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATE.
|
default RedisAPI |
RedisAPI.tsCreaterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATERULE.
|
default RedisAPI |
RedisAPI.tsDecrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DECRBY.
|
default RedisAPI |
RedisAPI.tsDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DEL.
|
default RedisAPI |
RedisAPI.tsDeleterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DELETERULE.
|
default RedisAPI |
RedisAPI.tsGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.GET.
|
default RedisAPI |
RedisAPI.tsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INCRBY.
|
default RedisAPI |
RedisAPI.tsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INFO.
|
default RedisAPI |
RedisAPI.tsMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MADD.
|
default RedisAPI |
RedisAPI.tsMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MGET.
|
default RedisAPI |
RedisAPI.tsMrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MRANGE.
|
default RedisAPI |
RedisAPI.tsMrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MREVRANGE.
|
default RedisAPI |
RedisAPI.tsQueryindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.QUERYINDEX.
|
default RedisAPI |
RedisAPI.tsRange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.RANGE.
|
default RedisAPI |
RedisAPI.tsRevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.REVRANGE.
|
default RedisAPI |
RedisAPI.ttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in seconds.
|
default RedisAPI |
RedisAPI.type(String arg0,
Handler<AsyncResult<Response>> handler)
Determine the type stored at key.
|
default RedisAPI |
RedisAPI.unlink(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key asynchronously in another thread.
|
default RedisAPI |
RedisAPI.unsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given channels.
|
default RedisAPI |
RedisAPI.unwatch(Handler<AsyncResult<Response>> handler)
Forget about all watched keys.
|
default RedisAPI |
RedisAPI.wait(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
|
default RedisAPI |
RedisAPI.watch(List<String> args,
Handler<AsyncResult<Response>> handler)
Watch the given keys to determine execution of the MULTI/EXEC block.
|
default RedisAPI |
RedisAPI.xack(List<String> args,
Handler<AsyncResult<Response>> handler)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
|
default RedisAPI |
RedisAPI.xadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Appends a new entry to a stream.
|
default RedisAPI |
RedisAPI.xautoclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
|
default RedisAPI |
RedisAPI.xclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
|
default RedisAPI |
RedisAPI.xdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Removes the specified entries from the stream.
|
default RedisAPI |
RedisAPI.xgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for consumer groups commands.
|
default RedisAPI |
RedisAPI.xinfo(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for stream introspection commands.
|
default RedisAPI |
RedisAPI.xlen(String arg0,
Handler<AsyncResult<Response>> handler)
Return the number of entries in a stream.
|
default RedisAPI |
RedisAPI.xpending(List<String> args,
Handler<AsyncResult<Response>> handler)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
|
default RedisAPI |
RedisAPI.xrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
default RedisAPI |
RedisAPI.xread(List<String> args,
Handler<AsyncResult<Response>> handler)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
|
default RedisAPI |
RedisAPI.xreadgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
|
default RedisAPI |
RedisAPI.xrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
|
default RedisAPI |
RedisAPI.xsetid(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for replicating stream values.
|
default RedisAPI |
RedisAPI.xtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Trims the stream to (approximately if '~' is passed) a certain size.
|
default RedisAPI |
RedisAPI.zadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a sorted set, or update its score if it already exists.
|
default RedisAPI |
RedisAPI.zcard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a sorted set.
|
default RedisAPI |
RedisAPI.zcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the members in a sorted set with scores within the given values.
|
default RedisAPI |
RedisAPI.zdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets.
|
default RedisAPI |
RedisAPI.zdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
default RedisAPI |
RedisAPI.zincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the score of a member in a sorted set.
|
default RedisAPI |
RedisAPI.zinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets.
|
default RedisAPI |
RedisAPI.zintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and return the cardinality of the result.
|
default RedisAPI |
RedisAPI.zinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
default RedisAPI |
RedisAPI.zlexcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the number of members in a sorted set between a given lexicographical range.
|
default RedisAPI |
RedisAPI.zmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set.
|
default RedisAPI |
RedisAPI.zmscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given members in a sorted set.
|
default RedisAPI |
RedisAPI.zpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the highest scores in a sorted set.
|
default RedisAPI |
RedisAPI.zpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the lowest scores in a sorted set.
|
default RedisAPI |
RedisAPI.zrandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random elements from a sorted set.
|
default RedisAPI |
RedisAPI.zrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set.
|
default RedisAPI |
RedisAPI.zrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range.
|
default RedisAPI |
RedisAPI.zrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score.
|
default RedisAPI |
RedisAPI.zrangestore(List<String> args,
Handler<AsyncResult<Response>> handler)
Store a range of members from sorted set into another key.
|
default RedisAPI |
RedisAPI.zrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set.
|
default RedisAPI |
RedisAPI.zrem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a sorted set.
|
default RedisAPI |
RedisAPI.zremrangebylex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set between the given lexicographical range.
|
default RedisAPI |
RedisAPI.zremrangebyrank(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given indexes.
|
default RedisAPI |
RedisAPI.zremrangebyscore(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given scores.
|
default RedisAPI |
RedisAPI.zrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zrevrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
default RedisAPI |
RedisAPI.zrevrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zrevrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate sorted sets elements and associated scores.
|
default RedisAPI |
RedisAPI.zscore(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given member in a sorted set.
|
default RedisAPI |
RedisAPI.zunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets.
|
default RedisAPI |
RedisAPI.zunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Response |
Response.newInstance(Response arg) |
Constructor and Description |
---|
Response(Response delegate) |
Modifier and Type | Method and Description |
---|---|
Response |
Response.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Response |
Response.newInstance(Response arg) |
Constructor and Description |
---|
Response(Response delegate) |
Copyright © 2024 Eclipse. All rights reserved.