Uses of Class
io.vertx.reactivex.redis.client.Response
-
Packages that use Response Package Description io.vertx.reactivex.redis.client -
-
Uses of Response in io.vertx.reactivex.redis.client
Fields in io.vertx.reactivex.redis.client with type parameters of type Response Modifier and Type Field Description static TypeArg<Response>
Response. __TYPE_ARG
Methods in io.vertx.reactivex.redis.client that return Response Modifier and Type Method Description Response
Response. get(int index)
Get this multi response value at a numerical index.Response
Response. get(String key)
Get this multi response value at a string key.static Response
Response. newInstance(Response arg)
Methods in io.vertx.reactivex.redis.client that return types with arguments of type Response Modifier and Type Method Description Map<String,Response>
Response. attributes()
RESP3 responses may include attributesIterator<Response>
Response. iterator()
Pipe<Response>
RedisConnection. pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.Maybe<Response>
RedisAPI. rxAcl(List<String> args)
A container for Access List Control commands.io.reactivex.Maybe<Response>
RedisAPI. rxAppend(String arg0, String arg1)
Append a value to a key.io.reactivex.Maybe<Response>
RedisAPI. rxAsking()
Sent by cluster clients after an -ASK redirect.io.reactivex.Maybe<Response>
RedisAPI. rxAuth(List<String> args)
Authenticate to the server.io.reactivex.Single<List<Response>>
Redis. rxBatch(List<Request> commands)
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.io.reactivex.Single<List<Response>>
RedisConnection. rxBatch(List<Request> commands)
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.io.reactivex.Maybe<Response>
RedisAPI. rxBfAdd(List<String> args)
Redis command BF.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxBfCard(List<String> args)
Redis command BF.CARD.io.reactivex.Maybe<Response>
RedisAPI. rxBfDebug(List<String> args)
Redis command BF.DEBUG.io.reactivex.Maybe<Response>
RedisAPI. rxBfExists(List<String> args)
Redis command BF.EXISTS.io.reactivex.Maybe<Response>
RedisAPI. rxBfInfo(List<String> args)
Redis command BF.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxBfInsert(List<String> args)
Redis command BF.INSERT.io.reactivex.Maybe<Response>
RedisAPI. rxBfLoadchunk(List<String> args)
Redis command BF.LOADCHUNK.io.reactivex.Maybe<Response>
RedisAPI. rxBfMadd(List<String> args)
Redis command BF.MADD.io.reactivex.Maybe<Response>
RedisAPI. rxBfMexists(List<String> args)
Redis command BF.MEXISTS.io.reactivex.Maybe<Response>
RedisAPI. rxBfReserve(List<String> args)
Redis command BF.RESERVE.io.reactivex.Maybe<Response>
RedisAPI. rxBfScandump(List<String> args)
Redis command BF.SCANDUMP.io.reactivex.Maybe<Response>
RedisAPI. rxBgrewriteaof()
Asynchronously rewrite the append-only file.io.reactivex.Maybe<Response>
RedisAPI. rxBgsave(List<String> args)
Asynchronously save the dataset to disk.io.reactivex.Maybe<Response>
RedisAPI. rxBitcount(List<String> args)
Count set bits in a string.io.reactivex.Maybe<Response>
RedisAPI. rxBitfield(List<String> args)
Perform arbitrary bitfield integer operations on strings.io.reactivex.Maybe<Response>
RedisAPI. rxBitfieldRo(List<String> args)
Perform arbitrary bitfield integer operations on strings.io.reactivex.Maybe<Response>
RedisAPI. rxBitop(List<String> args)
Perform bitwise operations between strings.io.reactivex.Maybe<Response>
RedisAPI. rxBitpos(List<String> args)
Find first bit set or clear in a string.io.reactivex.Maybe<Response>
RedisAPI. rxBlmove(String arg0, String arg1, String arg2, String arg3, String arg4)
Pop an element from a list, push it to another list and return it; or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBlmpop(List<String> args)
Pop elements from a list, or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBlpop(List<String> args)
Remove and get the first element in a list, or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBrpop(List<String> args)
Remove and get the last element in a list, or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBrpoplpush(String arg0, String arg1, String arg2)
Pop an element from a list, push it to another list and return it; or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBzmpop(List<String> args)
Remove and return members with scores in a sorted set or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBzpopmax(List<String> args)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxBzpopmin(List<String> args)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.io.reactivex.Maybe<Response>
RedisAPI. rxCfAdd(List<String> args)
Redis command CF.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxCfAddnx(List<String> args)
Redis command CF.ADDNX.io.reactivex.Maybe<Response>
RedisAPI. rxCfCompact(List<String> args)
Redis command CF.COMPACT.io.reactivex.Maybe<Response>
RedisAPI. rxCfCount(List<String> args)
Redis command CF.COUNT.io.reactivex.Maybe<Response>
RedisAPI. rxCfDebug(List<String> args)
Redis command CF.DEBUG.io.reactivex.Maybe<Response>
RedisAPI. rxCfDel(List<String> args)
Redis command CF.DEL.io.reactivex.Maybe<Response>
RedisAPI. rxCfExists(List<String> args)
Redis command CF.EXISTS.io.reactivex.Maybe<Response>
RedisAPI. rxCfInfo(List<String> args)
Redis command CF.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxCfInsert(List<String> args)
Redis command CF.INSERT.io.reactivex.Maybe<Response>
RedisAPI. rxCfInsertnx(List<String> args)
Redis command CF.INSERTNX.io.reactivex.Maybe<Response>
RedisAPI. rxCfLoadchunk(List<String> args)
Redis command CF.LOADCHUNK.io.reactivex.Maybe<Response>
RedisAPI. rxCfMexists(List<String> args)
Redis command CF.MEXISTS.io.reactivex.Maybe<Response>
RedisAPI. rxCfReserve(List<String> args)
Redis command CF.RESERVE.io.reactivex.Maybe<Response>
RedisAPI. rxCfScandump(List<String> args)
Redis command CF.SCANDUMP.io.reactivex.Maybe<Response>
RedisAPI. rxClient(List<String> args)
A container for client connection commands.io.reactivex.Maybe<Response>
RedisAPI. rxCluster(List<String> args)
A container for cluster commands.io.reactivex.Maybe<Response>
RedisAPI. rxCmsIncrby(List<String> args)
Redis command CMS.INCRBY.io.reactivex.Maybe<Response>
RedisAPI. rxCmsInfo(List<String> args)
Redis command CMS.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxCmsInitbydim(List<String> args)
Redis command CMS.INITBYDIM.io.reactivex.Maybe<Response>
RedisAPI. rxCmsInitbyprob(List<String> args)
Redis command CMS.INITBYPROB.io.reactivex.Maybe<Response>
RedisAPI. rxCmsMerge(List<String> args)
Redis command CMS.MERGE.io.reactivex.Maybe<Response>
RedisAPI. rxCmsQuery(List<String> args)
Redis command CMS.QUERY.io.reactivex.Maybe<Response>
RedisAPI. rxCommand(List<String> args)
Get array of Redis command details.io.reactivex.Maybe<Response>
RedisAPI. rxConfig(List<String> args)
A container for server configuration commands.io.reactivex.Maybe<Response>
RedisAPI. rxCopy(List<String> args)
Copy a key.io.reactivex.Maybe<Response>
RedisAPI. rxDbsize()
Return the number of keys in the selected database.io.reactivex.Maybe<Response>
RedisAPI. rxDebug(List<String> args)
A container for debugging commands.io.reactivex.Maybe<Response>
RedisAPI. rxDecr(String arg0)
Decrement the integer value of a key by one.io.reactivex.Maybe<Response>
RedisAPI. rxDecrby(String arg0, String arg1)
Decrement the integer value of a key by the given number.io.reactivex.Maybe<Response>
RedisAPI. rxDel(List<String> args)
Delete a key.io.reactivex.Maybe<Response>
RedisAPI. rxDiscard()
Discard all commands issued after MULTI.io.reactivex.Maybe<Response>
RedisAPI. rxDump(String arg0)
Return a serialized version of the value stored at the specified key.io.reactivex.Maybe<Response>
RedisAPI. rxEcho(String arg0)
Echo the given string.io.reactivex.Maybe<Response>
RedisAPI. rxEval(List<String> args)
Execute a Lua script server side.io.reactivex.Maybe<Response>
RedisAPI. rxEvalRo(List<String> args)
Execute a read-only Lua script server side.io.reactivex.Maybe<Response>
RedisAPI. rxEvalsha(List<String> args)
Execute a Lua script server side.io.reactivex.Maybe<Response>
RedisAPI. rxEvalshaRo(List<String> args)
Execute a read-only Lua script server side.io.reactivex.Maybe<Response>
RedisAPI. rxExec()
Execute all commands issued after MULTI.io.reactivex.Maybe<Response>
RedisAPI. rxExists(List<String> args)
Determine if a key exists.io.reactivex.Maybe<Response>
RedisAPI. rxExpire(List<String> args)
Set a key's time to live in seconds.io.reactivex.Maybe<Response>
RedisAPI. rxExpireat(List<String> args)
Set the expiration for a key as a UNIX timestamp.io.reactivex.Maybe<Response>
RedisAPI. rxExpiretime(String arg0)
Get the expiration Unix timestamp for a key.io.reactivex.Maybe<Response>
RedisAPI. rxFailover(List<String> args)
Start a coordinated failover between this server and one of its replicas.io.reactivex.Maybe<Response>
RedisAPI. rxFcall(List<String> args)
Invoke a function.io.reactivex.Maybe<Response>
RedisAPI. rxFcallRo(List<String> args)
Invoke a read-only function.io.reactivex.Maybe<Response>
RedisAPI. rxFlushall(List<String> args)
Remove all keys from all databases.io.reactivex.Maybe<Response>
RedisAPI. rxFlushdb(List<String> args)
Remove all keys from the current database.io.reactivex.Maybe<Response>
RedisAPI. rxFtAdd(List<String> args)
Redis command FT.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtAggregate(List<String> args)
Redis command FT.AGGREGATE.io.reactivex.Maybe<Response>
RedisAPI. rxFtAliasadd(List<String> args)
Redis command FT.ALIASADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtAliasaddifnx(List<String> args)
Redis command FT._ALIASADDIFNX.io.reactivex.Maybe<Response>
RedisAPI. rxFtAliasdel(List<String> args)
Redis command FT.ALIASDEL.io.reactivex.Maybe<Response>
RedisAPI. rxFtAliasdelifx(List<String> args)
Redis command FT._ALIASDELIFX.io.reactivex.Maybe<Response>
RedisAPI. rxFtAliasupdate(List<String> args)
Redis command FT.ALIASUPDATE.io.reactivex.Maybe<Response>
RedisAPI. rxFtAlter(List<String> args)
Redis command FT.ALTER.io.reactivex.Maybe<Response>
RedisAPI. rxFtAlterifnx(List<String> args)
Redis command FT._ALTERIFNX.io.reactivex.Maybe<Response>
RedisAPI. rxFtConfig(List<String> args)
Redis command FT.CONFIG.io.reactivex.Maybe<Response>
RedisAPI. rxFtCreate(List<String> args)
Redis command FT.CREATE.io.reactivex.Maybe<Response>
RedisAPI. rxFtCreateifnx(List<String> args)
Redis command FT._CREATEIFNX.io.reactivex.Maybe<Response>
RedisAPI. rxFtCursor(List<String> args)
Redis command FT.CURSOR.io.reactivex.Maybe<Response>
RedisAPI. rxFtDebug(List<String> args)
Redis command FT.DEBUG.io.reactivex.Maybe<Response>
RedisAPI. rxFtDel(List<String> args)
Redis command FT.DEL.io.reactivex.Maybe<Response>
RedisAPI. rxFtDictadd(List<String> args)
Redis command FT.DICTADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtDictdel(List<String> args)
Redis command FT.DICTDEL.io.reactivex.Maybe<Response>
RedisAPI. rxFtDictdump(List<String> args)
Redis command FT.DICTDUMP.io.reactivex.Maybe<Response>
RedisAPI. rxFtDrop(List<String> args)
Redis command FT.DROP.io.reactivex.Maybe<Response>
RedisAPI. rxFtDropifx(List<String> args)
Redis command FT._DROPIFX.io.reactivex.Maybe<Response>
RedisAPI. rxFtDropindex(List<String> args)
Redis command FT.DROPINDEX.io.reactivex.Maybe<Response>
RedisAPI. rxFtDropindexifx(List<String> args)
Redis command FT._DROPINDEXIFX.io.reactivex.Maybe<Response>
RedisAPI. rxFtExplain(List<String> args)
Redis command FT.EXPLAIN.io.reactivex.Maybe<Response>
RedisAPI. rxFtExplaincli(List<String> args)
Redis command FT.EXPLAINCLI.io.reactivex.Maybe<Response>
RedisAPI. rxFtGet(List<String> args)
Redis command FT.GET.io.reactivex.Maybe<Response>
RedisAPI. rxFtInfo(List<String> args)
Redis command FT.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxFtList(List<String> args)
Redis command FT._LIST.io.reactivex.Maybe<Response>
RedisAPI. rxFtMget(List<String> args)
Redis command FT.MGET.io.reactivex.Maybe<Response>
RedisAPI. rxFtProfile(List<String> args)
Redis command FT.PROFILE.io.reactivex.Maybe<Response>
RedisAPI. rxFtSafeadd(List<String> args)
Redis command FT.SAFEADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtSearch(List<String> args)
Redis command FT.SEARCH.io.reactivex.Maybe<Response>
RedisAPI. rxFtSpellcheck(List<String> args)
Redis command FT.SPELLCHECK.io.reactivex.Maybe<Response>
RedisAPI. rxFtSugadd(List<String> args)
Redis command FT.SUGADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtSugdel(List<String> args)
Redis command FT.SUGDEL.io.reactivex.Maybe<Response>
RedisAPI. rxFtSugget(List<String> args)
Redis command FT.SUGGET.io.reactivex.Maybe<Response>
RedisAPI. rxFtSuglen(List<String> args)
Redis command FT.SUGLEN.io.reactivex.Maybe<Response>
RedisAPI. rxFtSynadd(List<String> args)
Redis command FT.SYNADD.io.reactivex.Maybe<Response>
RedisAPI. rxFtSyndump(List<String> args)
Redis command FT.SYNDUMP.io.reactivex.Maybe<Response>
RedisAPI. rxFtSynupdate(List<String> args)
Redis command FT.SYNUPDATE.io.reactivex.Maybe<Response>
RedisAPI. rxFtTagvals(List<String> args)
Redis command FT.TAGVALS.io.reactivex.Maybe<Response>
RedisAPI. rxFunction(List<String> args)
A container for function commands.io.reactivex.Maybe<Response>
RedisAPI. rxGeoadd(List<String> args)
Add one or more geospatial items in the geospatial index represented using a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxGeodist(List<String> args)
Returns the distance between two members of a geospatial index.io.reactivex.Maybe<Response>
RedisAPI. rxGeohash(List<String> args)
Returns members of a geospatial index as standard geohash strings.io.reactivex.Maybe<Response>
RedisAPI. rxGeopos(List<String> args)
Returns longitude and latitude of members of a geospatial index.io.reactivex.Maybe<Response>
RedisAPI. rxGeoradius(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.io.reactivex.Maybe<Response>
RedisAPI. rxGeoradiusbymember(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.io.reactivex.Maybe<Response>
RedisAPI. rxGeoradiusbymemberRo(List<String> args)
A read-only variant for GEORADIUSBYMEMBER.io.reactivex.Maybe<Response>
RedisAPI. rxGeoradiusRo(List<String> args)
A read-only variant for GEORADIUS.io.reactivex.Maybe<Response>
RedisAPI. rxGeosearch(List<String> args)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.io.reactivex.Maybe<Response>
RedisAPI. rxGeosearchstore(List<String> args)
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.io.reactivex.Maybe<Response>
RedisAPI. rxGet(String arg0)
Get the value of a key.io.reactivex.Maybe<Response>
RedisAPI. rxGetbit(String arg0, String arg1)
Returns the bit value at offset in the string value stored at key.io.reactivex.Maybe<Response>
RedisAPI. rxGetdel(String arg0)
Get the value of a key and delete the key.io.reactivex.Maybe<Response>
RedisAPI. rxGetex(List<String> args)
Get the value of a key and optionally set its expiration.io.reactivex.Maybe<Response>
RedisAPI. rxGetrange(String arg0, String arg1, String arg2)
Get a substring of the string stored at a key.io.reactivex.Maybe<Response>
RedisAPI. rxGetset(String arg0, String arg1)
Set the string value of a key and return its old value.io.reactivex.Maybe<Response>
RedisAPI. rxGraphBulk(List<String> args)
Redis command GRAPH.BULK.io.reactivex.Maybe<Response>
RedisAPI. rxGraphConfig(List<String> args)
Redis command GRAPH.CONFIG.io.reactivex.Maybe<Response>
RedisAPI. rxGraphDebug(List<String> args)
Redis command GRAPH.DEBUG.io.reactivex.Maybe<Response>
RedisAPI. rxGraphDelete(List<String> args)
Redis command GRAPH.DELETE.io.reactivex.Maybe<Response>
RedisAPI. rxGraphExplain(List<String> args)
Redis command GRAPH.EXPLAIN.io.reactivex.Maybe<Response>
RedisAPI. rxGraphList(List<String> args)
Redis command GRAPH.LIST.io.reactivex.Maybe<Response>
RedisAPI. rxGraphProfile(List<String> args)
Redis command GRAPH.PROFILE.io.reactivex.Maybe<Response>
RedisAPI. rxGraphQuery(List<String> args)
Redis command GRAPH.QUERY.io.reactivex.Maybe<Response>
RedisAPI. rxGraphRoQuery(List<String> args)
Redis command GRAPH.RO_QUERY.io.reactivex.Maybe<Response>
RedisAPI. rxGraphSlowlog(List<String> args)
Redis command GRAPH.SLOWLOG.io.reactivex.Maybe<Response>
RedisAPI. rxHdel(List<String> args)
Delete one or more hash fields.io.reactivex.Maybe<Response>
RedisAPI. rxHello(List<String> args)
Handshake with Redis.io.reactivex.Maybe<Response>
RedisAPI. rxHexists(String arg0, String arg1)
Determine if a hash field exists.io.reactivex.Maybe<Response>
RedisAPI. rxHget(String arg0, String arg1)
Get the value of a hash field.io.reactivex.Maybe<Response>
RedisAPI. rxHgetall(String arg0)
Get all the fields and values in a hash.io.reactivex.Maybe<Response>
RedisAPI. rxHincrby(String arg0, String arg1, String arg2)
Increment the integer value of a hash field by the given number.io.reactivex.Maybe<Response>
RedisAPI. rxHincrbyfloat(String arg0, String arg1, String arg2)
Increment the float value of a hash field by the given amount.io.reactivex.Maybe<Response>
RedisAPI. rxHkeys(String arg0)
Get all the fields in a hash.io.reactivex.Maybe<Response>
RedisAPI. rxHlen(String arg0)
Get the number of fields in a hash.io.reactivex.Maybe<Response>
RedisAPI. rxHmget(List<String> args)
Get the values of all the given hash fields.io.reactivex.Maybe<Response>
RedisAPI. rxHmset(List<String> args)
Set multiple hash fields to multiple values.io.reactivex.Maybe<Response>
RedisAPI. rxHrandfield(List<String> args)
Get one or multiple random fields from a hash.io.reactivex.Maybe<Response>
RedisAPI. rxHscan(List<String> args)
Incrementally iterate hash fields and associated values.io.reactivex.Maybe<Response>
RedisAPI. rxHset(List<String> args)
Set the string value of a hash field.io.reactivex.Maybe<Response>
RedisAPI. rxHsetnx(String arg0, String arg1, String arg2)
Set the value of a hash field, only if the field does not exist.io.reactivex.Maybe<Response>
RedisAPI. rxHstrlen(String arg0, String arg1)
Get the length of the value of a hash field.io.reactivex.Maybe<Response>
RedisAPI. rxHvals(String arg0)
Get all the values in a hash.io.reactivex.Maybe<Response>
RedisAPI. rxIncr(String arg0)
Increment the integer value of a key by one.io.reactivex.Maybe<Response>
RedisAPI. rxIncrby(String arg0, String arg1)
Increment the integer value of a key by the given amount.io.reactivex.Maybe<Response>
RedisAPI. rxIncrbyfloat(String arg0, String arg1)
Increment the float value of a key by the given amount.io.reactivex.Maybe<Response>
RedisAPI. rxInfo(List<String> args)
Get information and statistics about the server.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrappend(List<String> args)
Redis command JSON.ARRAPPEND.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrindex(List<String> args)
Redis command JSON.ARRINDEX.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrinsert(List<String> args)
Redis command JSON.ARRINSERT.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrlen(List<String> args)
Redis command JSON.ARRLEN.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrpop(List<String> args)
Redis command JSON.ARRPOP.io.reactivex.Maybe<Response>
RedisAPI. rxJsonArrtrim(List<String> args)
Redis command JSON.ARRTRIM.io.reactivex.Maybe<Response>
RedisAPI. rxJsonClear(List<String> args)
Redis command JSON.CLEAR.io.reactivex.Maybe<Response>
RedisAPI. rxJsonDebug(List<String> args)
Redis command JSON.DEBUG.io.reactivex.Maybe<Response>
RedisAPI. rxJsonDel(List<String> args)
Redis command JSON.DEL.io.reactivex.Maybe<Response>
RedisAPI. rxJsonForget(List<String> args)
Redis command JSON.FORGET.io.reactivex.Maybe<Response>
RedisAPI. rxJsonGet(List<String> args)
Redis command JSON.GET.io.reactivex.Maybe<Response>
RedisAPI. rxJsonMget(List<String> args)
Redis command JSON.MGET.io.reactivex.Maybe<Response>
RedisAPI. rxJsonNumincrby(List<String> args)
Redis command JSON.NUMINCRBY.io.reactivex.Maybe<Response>
RedisAPI. rxJsonNummultby(List<String> args)
Redis command JSON.NUMMULTBY.io.reactivex.Maybe<Response>
RedisAPI. rxJsonNumpowby(List<String> args)
Redis command JSON.NUMPOWBY.io.reactivex.Maybe<Response>
RedisAPI. rxJsonObjkeys(List<String> args)
Redis command JSON.OBJKEYS.io.reactivex.Maybe<Response>
RedisAPI. rxJsonObjlen(List<String> args)
Redis command JSON.OBJLEN.io.reactivex.Maybe<Response>
RedisAPI. rxJsonResp(List<String> args)
Redis command JSON.RESP.io.reactivex.Maybe<Response>
RedisAPI. rxJsonSet(List<String> args)
Redis command JSON.SET.io.reactivex.Maybe<Response>
RedisAPI. rxJsonStrappend(List<String> args)
Redis command JSON.STRAPPEND.io.reactivex.Maybe<Response>
RedisAPI. rxJsonStrlen(List<String> args)
Redis command JSON.STRLEN.io.reactivex.Maybe<Response>
RedisAPI. rxJsonToggle(List<String> args)
Redis command JSON.TOGGLE.io.reactivex.Maybe<Response>
RedisAPI. rxJsonType(List<String> args)
Redis command JSON.TYPE.io.reactivex.Maybe<Response>
RedisAPI. rxKeys(String arg0)
Find all keys matching the given pattern.io.reactivex.Maybe<Response>
RedisAPI. rxLastsave()
Get the UNIX time stamp of the last successful save to disk.io.reactivex.Maybe<Response>
RedisAPI. rxLatency(List<String> args)
A container for latency diagnostics commands.io.reactivex.Maybe<Response>
RedisAPI. rxLcs(List<String> args)
Find longest common substring.io.reactivex.Maybe<Response>
RedisAPI. rxLindex(String arg0, String arg1)
Get an element from a list by its index.io.reactivex.Maybe<Response>
RedisAPI. rxLinsert(String arg0, String arg1, String arg2, String arg3)
Insert an element before or after another element in a list.io.reactivex.Maybe<Response>
RedisAPI. rxLlen(String arg0)
Get the length of a list.io.reactivex.Maybe<Response>
RedisAPI. rxLmove(String arg0, String arg1, String arg2, String arg3)
Pop an element from a list, push it to another list and return it.io.reactivex.Maybe<Response>
RedisAPI. rxLmpop(List<String> args)
Pop elements from a list.io.reactivex.Maybe<Response>
RedisAPI. rxLolwut(List<String> args)
Display some computer art and the Redis version.io.reactivex.Maybe<Response>
RedisAPI. rxLpop(List<String> args)
Remove and get the first elements in a list.io.reactivex.Maybe<Response>
RedisAPI. rxLpos(List<String> args)
Return the index of matching elements on a list.io.reactivex.Maybe<Response>
RedisAPI. rxLpush(List<String> args)
Prepend one or multiple elements to a list.io.reactivex.Maybe<Response>
RedisAPI. rxLpushx(List<String> args)
Prepend an element to a list, only if the list exists.io.reactivex.Maybe<Response>
RedisAPI. rxLrange(String arg0, String arg1, String arg2)
Get a range of elements from a list.io.reactivex.Maybe<Response>
RedisAPI. rxLrem(String arg0, String arg1, String arg2)
Remove elements from a list.io.reactivex.Maybe<Response>
RedisAPI. rxLset(String arg0, String arg1, String arg2)
Set the value of an element in a list by its index.io.reactivex.Maybe<Response>
RedisAPI. rxLtrim(String arg0, String arg1, String arg2)
Trim a list to the specified range.io.reactivex.Maybe<Response>
RedisAPI. rxMemory(List<String> args)
A container for memory diagnostics commands.io.reactivex.Maybe<Response>
RedisAPI. rxMget(List<String> args)
Get the values of all the given keys.io.reactivex.Maybe<Response>
RedisAPI. rxMigrate(List<String> args)
Atomically transfer a key from a Redis instance to another one.io.reactivex.Maybe<Response>
RedisAPI. rxModule(List<String> args)
A container for module commands.io.reactivex.Maybe<Response>
RedisAPI. rxMonitor()
Listen for all requests received by the server in real time.io.reactivex.Maybe<Response>
RedisAPI. rxMove(String arg0, String arg1)
Move a key to another database.io.reactivex.Maybe<Response>
RedisAPI. rxMset(List<String> args)
Set multiple keys to multiple values.io.reactivex.Maybe<Response>
RedisAPI. rxMsetnx(List<String> args)
Set multiple keys to multiple values, only if none of the keys exist.io.reactivex.Maybe<Response>
RedisAPI. rxMulti()
Mark the start of a transaction block.io.reactivex.Maybe<Response>
RedisAPI. rxObject(List<String> args)
A container for object introspection commands.io.reactivex.Maybe<Response>
RedisAPI. rxPersist(String arg0)
Remove the expiration from a key.io.reactivex.Maybe<Response>
RedisAPI. rxPexpire(List<String> args)
Set a key's time to live in milliseconds.io.reactivex.Maybe<Response>
RedisAPI. rxPexpireat(List<String> args)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.io.reactivex.Maybe<Response>
RedisAPI. rxPexpiretime(String arg0)
Get the expiration Unix timestamp for a key in milliseconds.io.reactivex.Maybe<Response>
RedisAPI. rxPfadd(List<String> args)
Adds the specified elements to the specified HyperLogLog.io.reactivex.Maybe<Response>
RedisAPI. rxPfcount(List<String> args)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).io.reactivex.Maybe<Response>
RedisAPI. rxPfdebug(String arg0, String arg1)
Internal commands for debugging HyperLogLog values.io.reactivex.Maybe<Response>
RedisAPI. rxPfmerge(List<String> args)
Merge N different HyperLogLogs into a single one.io.reactivex.Maybe<Response>
RedisAPI. rxPfselftest()
An internal command for testing HyperLogLog values.io.reactivex.Maybe<Response>
RedisAPI. rxPing(List<String> args)
Ping the server.io.reactivex.Maybe<Response>
RedisAPI. rxPsetex(String arg0, String arg1, String arg2)
Set the value and expiration in milliseconds of a key.io.reactivex.Maybe<Response>
RedisAPI. rxPsubscribe(List<String> args)
Listen for messages published to channels matching the given patterns.io.reactivex.Maybe<Response>
RedisAPI. rxPsync(List<String> args)
Internal command used for replication.io.reactivex.Maybe<Response>
RedisAPI. rxPttl(String arg0)
Get the time to live for a key in milliseconds.io.reactivex.Maybe<Response>
RedisAPI. rxPublish(String arg0, String arg1)
Post a message to a channel.io.reactivex.Maybe<Response>
RedisAPI. rxPubsub(List<String> args)
A container for Pub/Sub commands.io.reactivex.Maybe<Response>
RedisAPI. rxPunsubscribe(List<String> args)
Stop listening for messages posted to channels matching the given patterns.io.reactivex.Maybe<Response>
RedisAPI. rxQuit(List<String> args)
Close the connection.io.reactivex.Maybe<Response>
RedisAPI. rxRandomkey()
Return a random key from the keyspace.io.reactivex.Maybe<Response>
RedisAPI. rxReadonly()
Enables read queries for a connection to a cluster replica node.io.reactivex.Maybe<Response>
RedisAPI. rxReadwrite()
Disables read queries for a connection to a cluster replica node.io.reactivex.Maybe<Response>
RedisAPI. rxRename(String arg0, String arg1)
Rename a key.io.reactivex.Maybe<Response>
RedisAPI. rxRenamenx(String arg0, String arg1)
Rename a key, only if the new key does not exist.io.reactivex.Maybe<Response>
RedisAPI. rxReplconf(List<String> args)
An internal command for configuring the replication stream.io.reactivex.Maybe<Response>
RedisAPI. rxReplicaof(String arg0, String arg1)
Make the server a replica of another instance, or promote it as master.io.reactivex.Maybe<Response>
RedisAPI. rxReset()
Reset the connection.io.reactivex.Maybe<Response>
RedisAPI. rxRestore(List<String> args)
Create a key using the provided serialized value, previously obtained using DUMP.io.reactivex.Maybe<Response>
RedisAPI. rxRestoreAsking(List<String> args)
An internal command for migrating keys in a cluster.io.reactivex.Maybe<Response>
RedisAPI. rxRole()
Return the role of the instance in the context of replication.io.reactivex.Maybe<Response>
RedisAPI. rxRpop(List<String> args)
Remove and get the last elements in a list.io.reactivex.Maybe<Response>
RedisAPI. rxRpoplpush(String arg0, String arg1)
Remove the last element in a list, prepend it to another list and return it.io.reactivex.Maybe<Response>
RedisAPI. rxRpush(List<String> args)
Append one or multiple elements to a list.io.reactivex.Maybe<Response>
RedisAPI. rxRpushx(List<String> args)
Append an element to a list, only if the list exists.io.reactivex.Maybe<Response>
RedisAPI. rxSadd(List<String> args)
Add one or more members to a set.io.reactivex.Maybe<Response>
RedisAPI. rxSave()
Synchronously save the dataset to disk.io.reactivex.Maybe<Response>
RedisAPI. rxScan(List<String> args)
Incrementally iterate the keys space.io.reactivex.Maybe<Response>
RedisAPI. rxScard(String arg0)
Get the number of members in a set.io.reactivex.Maybe<Response>
RedisAPI. rxScript(List<String> args)
A container for Lua scripts management commands.io.reactivex.Maybe<Response>
RedisAPI. rxSdiff(List<String> args)
Subtract multiple sets.io.reactivex.Maybe<Response>
RedisAPI. rxSdiffstore(List<String> args)
Subtract multiple sets and store the resulting set in a key.io.reactivex.Maybe<Response>
RedisAPI. rxSelect(String arg0)
Change the selected database for the current connection.io.reactivex.Maybe<Response>
Redis. rxSend(Request command)
Send the given command to the redis server or cluster.io.reactivex.Maybe<Response>
RedisConnection. rxSend(Request command)
Send the given command to the redis server or cluster.io.reactivex.Maybe<Response>
RedisAPI. rxSet(List<String> args)
Set the string value of a key.io.reactivex.Maybe<Response>
RedisAPI. rxSetbit(String arg0, String arg1, String arg2)
Sets or clears the bit at offset in the string value stored at key.io.reactivex.Maybe<Response>
RedisAPI. rxSetex(String arg0, String arg1, String arg2)
Set the value and expiration of a key.io.reactivex.Maybe<Response>
RedisAPI. rxSetnx(String arg0, String arg1)
Set the value of a key, only if the key does not exist.io.reactivex.Maybe<Response>
RedisAPI. rxSetrange(String arg0, String arg1, String arg2)
Overwrite part of a string at key starting at the specified offset.io.reactivex.Maybe<Response>
RedisAPI. rxShutdown(List<String> args)
Synchronously save the dataset to disk and then shut down the server.io.reactivex.Maybe<Response>
RedisAPI. rxSinter(List<String> args)
Intersect multiple sets.io.reactivex.Maybe<Response>
RedisAPI. rxSintercard(List<String> args)
Intersect multiple sets and return the cardinality of the result.io.reactivex.Maybe<Response>
RedisAPI. rxSinterstore(List<String> args)
Intersect multiple sets and store the resulting set in a key.io.reactivex.Maybe<Response>
RedisAPI. rxSismember(String arg0, String arg1)
Determine if a given value is a member of a set.io.reactivex.Maybe<Response>
RedisAPI. rxSlaveof(String arg0, String arg1)
Make the server a replica of another instance, or promote it as master.io.reactivex.Maybe<Response>
RedisAPI. rxSlowlog(List<String> args)
A container for slow log commands.io.reactivex.Maybe<Response>
RedisAPI. rxSmembers(String arg0)
Get all the members in a set.io.reactivex.Maybe<Response>
RedisAPI. rxSmismember(List<String> args)
Returns the membership associated with the given elements for a set.io.reactivex.Maybe<Response>
RedisAPI. rxSmove(String arg0, String arg1, String arg2)
Move a member from one set to another.io.reactivex.Maybe<Response>
RedisAPI. rxSort(List<String> args)
Sort the elements in a list, set or sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxSortRo(List<String> args)
Sort the elements in a list, set or sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxSpop(List<String> args)
Remove and return one or multiple random members from a set.io.reactivex.Maybe<Response>
RedisAPI. rxSpublish(String arg0, String arg1)
Post a message to a shard channel.io.reactivex.Maybe<Response>
RedisAPI. rxSrandmember(List<String> args)
Get one or multiple random members from a set.io.reactivex.Maybe<Response>
RedisAPI. rxSrem(List<String> args)
Remove one or more members from a set.io.reactivex.Maybe<Response>
RedisAPI. rxSscan(List<String> args)
Incrementally iterate Set elements.io.reactivex.Maybe<Response>
RedisAPI. rxSsubscribe(List<String> args)
Listen for messages published to the given shard channels.io.reactivex.Maybe<Response>
RedisAPI. rxStrlen(String arg0)
Get the length of the value stored in a key.io.reactivex.Maybe<Response>
RedisAPI. rxSubscribe(List<String> args)
Listen for messages published to the given channels.io.reactivex.Maybe<Response>
RedisAPI. rxSubstr(String arg0, String arg1, String arg2)
Get a substring of the string stored at a key.io.reactivex.Maybe<Response>
RedisAPI. rxSunion(List<String> args)
Add multiple sets.io.reactivex.Maybe<Response>
RedisAPI. rxSunionstore(List<String> args)
Add multiple sets and store the resulting set in a key.io.reactivex.Maybe<Response>
RedisAPI. rxSunsubscribe(List<String> args)
Stop listening for messages posted to the given shard channels.io.reactivex.Maybe<Response>
RedisAPI. rxSwapdb(String arg0, String arg1)
Swaps two Redis databases.io.reactivex.Maybe<Response>
RedisAPI. rxSync()
Internal command used for replication.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestAdd(List<String> args)
Redis command TDIGEST.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestByrank(List<String> args)
Redis command TDIGEST.BYRANK.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestByrevrank(List<String> args)
Redis command TDIGEST.BYREVRANK.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestCdf(List<String> args)
Redis command TDIGEST.CDF.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestCreate(List<String> args)
Redis command TDIGEST.CREATE.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestInfo(List<String> args)
Redis command TDIGEST.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestMax(List<String> args)
Redis command TDIGEST.MAX.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestMerge(List<String> args)
Redis command TDIGEST.MERGE.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestMin(List<String> args)
Redis command TDIGEST.MIN.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestQuantile(List<String> args)
Redis command TDIGEST.QUANTILE.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestRank(List<String> args)
Redis command TDIGEST.RANK.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestReset(List<String> args)
Redis command TDIGEST.RESET.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestRevrank(List<String> args)
Redis command TDIGEST.REVRANK.io.reactivex.Maybe<Response>
RedisAPI. rxTdigestTrimmedMean(List<String> args)
Redis command TDIGEST.TRIMMED_MEAN.io.reactivex.Maybe<Response>
RedisAPI. rxTime()
Return the current server time.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesClusterset(List<String> args)
Redis command TIMESERIES.CLUSTERSET.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesClustersetfromshard(List<String> args)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesHello(List<String> args)
Redis command TIMESERIES.HELLO.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesInfocluster(List<String> args)
Redis command TIMESERIES.INFOCLUSTER.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesInnercommunication(List<String> args)
Redis command TIMESERIES.INNERCOMMUNICATION.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesNetworktest(List<String> args)
Redis command TIMESERIES.NETWORKTEST.io.reactivex.Maybe<Response>
RedisAPI. rxTimeseriesRefreshcluster(List<String> args)
Redis command TIMESERIES.REFRESHCLUSTER.io.reactivex.Maybe<Response>
RedisAPI. rxTopkAdd(List<String> args)
Redis command TOPK.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxTopkCount(List<String> args)
Redis command TOPK.COUNT.io.reactivex.Maybe<Response>
RedisAPI. rxTopkIncrby(List<String> args)
Redis command TOPK.INCRBY.io.reactivex.Maybe<Response>
RedisAPI. rxTopkInfo(List<String> args)
Redis command TOPK.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxTopkList(List<String> args)
Redis command TOPK.LIST.io.reactivex.Maybe<Response>
RedisAPI. rxTopkQuery(List<String> args)
Redis command TOPK.QUERY.io.reactivex.Maybe<Response>
RedisAPI. rxTopkReserve(List<String> args)
Redis command TOPK.RESERVE.io.reactivex.Maybe<Response>
RedisAPI. rxTouch(List<String> args)
Alters the last access time of a key(s).io.reactivex.Maybe<Response>
RedisAPI. rxTsAdd(List<String> args)
Redis command TS.ADD.io.reactivex.Maybe<Response>
RedisAPI. rxTsAlter(List<String> args)
Redis command TS.ALTER.io.reactivex.Maybe<Response>
RedisAPI. rxTsCreate(List<String> args)
Redis command TS.CREATE.io.reactivex.Maybe<Response>
RedisAPI. rxTsCreaterule(List<String> args)
Redis command TS.CREATERULE.io.reactivex.Maybe<Response>
RedisAPI. rxTsDecrby(List<String> args)
Redis command TS.DECRBY.io.reactivex.Maybe<Response>
RedisAPI. rxTsDel(List<String> args)
Redis command TS.DEL.io.reactivex.Maybe<Response>
RedisAPI. rxTsDeleterule(List<String> args)
Redis command TS.DELETERULE.io.reactivex.Maybe<Response>
RedisAPI. rxTsGet(List<String> args)
Redis command TS.GET.io.reactivex.Maybe<Response>
RedisAPI. rxTsIncrby(List<String> args)
Redis command TS.INCRBY.io.reactivex.Maybe<Response>
RedisAPI. rxTsInfo(List<String> args)
Redis command TS.INFO.io.reactivex.Maybe<Response>
RedisAPI. rxTsMadd(List<String> args)
Redis command TS.MADD.io.reactivex.Maybe<Response>
RedisAPI. rxTsMget(List<String> args)
Redis command TS.MGET.io.reactivex.Maybe<Response>
RedisAPI. rxTsMrange(List<String> args)
Redis command TS.MRANGE.io.reactivex.Maybe<Response>
RedisAPI. rxTsMrevrange(List<String> args)
Redis command TS.MREVRANGE.io.reactivex.Maybe<Response>
RedisAPI. rxTsQueryindex(List<String> args)
Redis command TS.QUERYINDEX.io.reactivex.Maybe<Response>
RedisAPI. rxTsRange(List<String> args)
Redis command TS.RANGE.io.reactivex.Maybe<Response>
RedisAPI. rxTsRevrange(List<String> args)
Redis command TS.REVRANGE.io.reactivex.Maybe<Response>
RedisAPI. rxTtl(String arg0)
Get the time to live for a key in seconds.io.reactivex.Maybe<Response>
RedisAPI. rxType(String arg0)
Determine the type stored at key.io.reactivex.Maybe<Response>
RedisAPI. rxUnlink(List<String> args)
Delete a key asynchronously in another thread.io.reactivex.Maybe<Response>
RedisAPI. rxUnsubscribe(List<String> args)
Stop listening for messages posted to the given channels.io.reactivex.Maybe<Response>
RedisAPI. rxUnwatch()
Forget about all watched keys.io.reactivex.Maybe<Response>
RedisAPI. rxWait(String arg0, String arg1)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.io.reactivex.Maybe<Response>
RedisAPI. rxWatch(List<String> args)
Watch the given keys to determine execution of the MULTI/EXEC block.io.reactivex.Maybe<Response>
RedisAPI. rxXack(List<String> args)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.io.reactivex.Maybe<Response>
RedisAPI. rxXadd(List<String> args)
Appends a new entry to a stream.io.reactivex.Maybe<Response>
RedisAPI. rxXautoclaim(List<String> args)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.io.reactivex.Maybe<Response>
RedisAPI. rxXclaim(List<String> args)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.io.reactivex.Maybe<Response>
RedisAPI. rxXdel(List<String> args)
Removes the specified entries from the stream.io.reactivex.Maybe<Response>
RedisAPI. rxXgroup(List<String> args)
A container for consumer groups commands.io.reactivex.Maybe<Response>
RedisAPI. rxXinfo(List<String> args)
A container for stream introspection commands.io.reactivex.Maybe<Response>
RedisAPI. rxXlen(String arg0)
Return the number of entries in a stream.io.reactivex.Maybe<Response>
RedisAPI. rxXpending(List<String> args)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.io.reactivex.Maybe<Response>
RedisAPI. rxXrange(List<String> args)
Return a range of elements in a stream, with IDs matching the specified IDs interval.io.reactivex.Maybe<Response>
RedisAPI. rxXread(List<String> args)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.io.reactivex.Maybe<Response>
RedisAPI. rxXreadgroup(List<String> args)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.io.reactivex.Maybe<Response>
RedisAPI. rxXrevrange(List<String> args)
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.io.reactivex.Maybe<Response>
RedisAPI. rxXsetid(List<String> args)
An internal command for replicating stream values.io.reactivex.Maybe<Response>
RedisAPI. rxXtrim(List<String> args)
Trims the stream to (approximately if '~' is passed) a certain size.io.reactivex.Maybe<Response>
RedisAPI. rxZadd(List<String> args)
Add one or more members to a sorted set, or update its score if it already exists.io.reactivex.Maybe<Response>
RedisAPI. rxZcard(String arg0)
Get the number of members in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZcount(String arg0, String arg1, String arg2)
Count the members in a sorted set with scores within the given values.io.reactivex.Maybe<Response>
RedisAPI. rxZdiff(List<String> args)
Subtract multiple sorted sets.io.reactivex.Maybe<Response>
RedisAPI. rxZdiffstore(List<String> args)
Subtract multiple sorted sets and store the resulting sorted set in a new key.io.reactivex.Maybe<Response>
RedisAPI. rxZincrby(String arg0, String arg1, String arg2)
Increment the score of a member in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZinter(List<String> args)
Intersect multiple sorted sets.io.reactivex.Maybe<Response>
RedisAPI. rxZintercard(List<String> args)
Intersect multiple sorted sets and return the cardinality of the result.io.reactivex.Maybe<Response>
RedisAPI. rxZinterstore(List<String> args)
Intersect multiple sorted sets and store the resulting sorted set in a new key.io.reactivex.Maybe<Response>
RedisAPI. rxZlexcount(String arg0, String arg1, String arg2)
Count the number of members in a sorted set between a given lexicographical range.io.reactivex.Maybe<Response>
RedisAPI. rxZmpop(List<String> args)
Remove and return members with scores in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZmscore(List<String> args)
Get the score associated with the given members in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZpopmax(List<String> args)
Remove and return members with the highest scores in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZpopmin(List<String> args)
Remove and return members with the lowest scores in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZrandmember(List<String> args)
Get one or multiple random elements from a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZrange(List<String> args)
Return a range of members in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range.io.reactivex.Maybe<Response>
RedisAPI. rxZrangebyscore(List<String> args)
Return a range of members in a sorted set, by score.io.reactivex.Maybe<Response>
RedisAPI. rxZrangestore(List<String> args)
Store a range of members from sorted set into another key.io.reactivex.Maybe<Response>
RedisAPI. rxZrank(String arg0, String arg1)
Determine the index of a member in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZrem(List<String> args)
Remove one or more members from a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZremrangebylex(String arg0, String arg1, String arg2)
Remove all members in a sorted set between the given lexicographical range.io.reactivex.Maybe<Response>
RedisAPI. rxZremrangebyrank(String arg0, String arg1, String arg2)
Remove all members in a sorted set within the given indexes.io.reactivex.Maybe<Response>
RedisAPI. rxZremrangebyscore(String arg0, String arg1, String arg2)
Remove all members in a sorted set within the given scores.io.reactivex.Maybe<Response>
RedisAPI. rxZrevrange(List<String> args)
Return a range of members in a sorted set, by index, with scores ordered from high to low.io.reactivex.Maybe<Response>
RedisAPI. rxZrevrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.io.reactivex.Maybe<Response>
RedisAPI. rxZrevrangebyscore(List<String> args)
Return a range of members in a sorted set, by score, with scores ordered from high to low.io.reactivex.Maybe<Response>
RedisAPI. rxZrevrank(String arg0, String arg1)
Determine the index of a member in a sorted set, with scores ordered from high to low.io.reactivex.Maybe<Response>
RedisAPI. rxZscan(List<String> args)
Incrementally iterate sorted sets elements and associated scores.io.reactivex.Maybe<Response>
RedisAPI. rxZscore(String arg0, String arg1)
Get the score associated with the given member in a sorted set.io.reactivex.Maybe<Response>
RedisAPI. rxZunion(List<String> args)
Add multiple sorted sets.io.reactivex.Maybe<Response>
RedisAPI. rxZunionstore(List<String> args)
Add multiple sorted sets and store the resulting sorted set in a new key.io.reactivex.Flowable<Response>
RedisConnection. toFlowable()
io.reactivex.Observable<Response>
RedisConnection. toObservable()
Method parameters in io.vertx.reactivex.redis.client with type arguments of type Response Modifier and Type Method Description RedisAPI
RedisAPI. acl(List<String> args, Handler<AsyncResult<Response>> handler)
A container for Access List Control commands.RedisAPI
RedisAPI. append(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Append a value to a key.RedisAPI
RedisAPI. asking(Handler<AsyncResult<Response>> handler)
Sent by cluster clients after an -ASK redirect.RedisAPI
RedisAPI. auth(List<String> args, Handler<AsyncResult<Response>> handler)
Authenticate to the server.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.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.RedisAPI
RedisAPI. bfAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.ADD.RedisAPI
RedisAPI. bfCard(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.CARD.RedisAPI
RedisAPI. bfDebug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.DEBUG.RedisAPI
RedisAPI. bfExists(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.EXISTS.RedisAPI
RedisAPI. bfInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.INFO.RedisAPI
RedisAPI. bfInsert(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.INSERT.RedisAPI
RedisAPI. bfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.LOADCHUNK.RedisAPI
RedisAPI. bfMadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.MADD.RedisAPI
RedisAPI. bfMexists(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.MEXISTS.RedisAPI
RedisAPI. bfReserve(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.RESERVE.RedisAPI
RedisAPI. bfScandump(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BF.SCANDUMP.RedisAPI
RedisAPI. bgrewriteaof(Handler<AsyncResult<Response>> handler)
Asynchronously rewrite the append-only file.RedisAPI
RedisAPI. bgsave(List<String> args, Handler<AsyncResult<Response>> handler)
Asynchronously save the dataset to disk.RedisAPI
RedisAPI. bitcount(List<String> args, Handler<AsyncResult<Response>> handler)
Count set bits in a string.RedisAPI
RedisAPI. bitfield(List<String> args, Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.RedisAPI
RedisAPI. bitfieldRo(List<String> args, Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.RedisAPI
RedisAPI. bitop(List<String> args, Handler<AsyncResult<Response>> handler)
Perform bitwise operations between strings.RedisAPI
RedisAPI. bitpos(List<String> args, Handler<AsyncResult<Response>> handler)
Find first bit set or clear in a string.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.RedisAPI
RedisAPI. blmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Pop elements from a list, or block until one is available.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.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.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.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.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.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.RedisAPI
RedisAPI. cfAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.ADD.RedisAPI
RedisAPI. cfAddnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.ADDNX.RedisAPI
RedisAPI. cfCompact(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.COMPACT.RedisAPI
RedisAPI. cfCount(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.COUNT.RedisAPI
RedisAPI. cfDebug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.DEBUG.RedisAPI
RedisAPI. cfDel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.DEL.RedisAPI
RedisAPI. cfExists(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.EXISTS.RedisAPI
RedisAPI. cfInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.INFO.RedisAPI
RedisAPI. cfInsert(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.INSERT.RedisAPI
RedisAPI. cfInsertnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.INSERTNX.RedisAPI
RedisAPI. cfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.LOADCHUNK.RedisAPI
RedisAPI. cfMexists(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.MEXISTS.RedisAPI
RedisAPI. cfReserve(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.RESERVE.RedisAPI
RedisAPI. cfScandump(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CF.SCANDUMP.RedisAPI
RedisAPI. client(List<String> args, Handler<AsyncResult<Response>> handler)
A container for client connection commands.RedisAPI
RedisAPI. cluster(List<String> args, Handler<AsyncResult<Response>> handler)
A container for cluster commands.RedisAPI
RedisAPI. cmsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.INCRBY.RedisAPI
RedisAPI. cmsInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.INFO.RedisAPI
RedisAPI. cmsInitbydim(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYDIM.RedisAPI
RedisAPI. cmsInitbyprob(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYPROB.RedisAPI
RedisAPI. cmsMerge(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.MERGE.RedisAPI
RedisAPI. cmsQuery(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CMS.QUERY.RedisAPI
RedisAPI. command(List<String> args, Handler<AsyncResult<Response>> handler)
Get array of Redis command details.RedisAPI
RedisAPI. config(List<String> args, Handler<AsyncResult<Response>> handler)
A container for server configuration commands.RedisAPI
RedisAPI. copy(List<String> args, Handler<AsyncResult<Response>> handler)
Copy a key.RedisAPI
RedisAPI. dbsize(Handler<AsyncResult<Response>> handler)
Return the number of keys in the selected database.RedisAPI
RedisAPI. debug(List<String> args, Handler<AsyncResult<Response>> handler)
A container for debugging commands.RedisAPI
RedisAPI. decr(String arg0, Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by one.RedisAPI
RedisAPI. decrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by the given number.RedisAPI
RedisAPI. del(List<String> args, Handler<AsyncResult<Response>> handler)
Delete a key.RedisAPI
RedisAPI. discard(Handler<AsyncResult<Response>> handler)
Discard all commands issued after MULTI.RedisAPI
RedisAPI. dump(String arg0, Handler<AsyncResult<Response>> handler)
Return a serialized version of the value stored at the specified key.RedisAPI
RedisAPI. echo(String arg0, Handler<AsyncResult<Response>> handler)
Echo the given string.RedisAPI
RedisAPI. eval(List<String> args, Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.RedisAPI
RedisAPI. evalRo(List<String> args, Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.RedisAPI
RedisAPI. evalsha(List<String> args, Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.RedisAPI
RedisAPI. evalshaRo(List<String> args, Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.RedisAPI
RedisAPI. exec(Handler<AsyncResult<Response>> handler)
Execute all commands issued after MULTI.RedisAPI
RedisAPI. exists(List<String> args, Handler<AsyncResult<Response>> handler)
Determine if a key exists.RedisAPI
RedisAPI. expire(List<String> args, Handler<AsyncResult<Response>> handler)
Set a key's time to live in seconds.RedisAPI
RedisAPI. expireat(List<String> args, Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp.RedisAPI
RedisAPI. expiretime(String arg0, Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key.RedisAPI
RedisAPI. failover(List<String> args, Handler<AsyncResult<Response>> handler)
Start a coordinated failover between this server and one of its replicas.RedisAPI
RedisAPI. fcall(List<String> args, Handler<AsyncResult<Response>> handler)
Invoke a function.RedisAPI
RedisAPI. fcallRo(List<String> args, Handler<AsyncResult<Response>> handler)
Invoke a read-only function.RedisAPI
RedisAPI. flushall(List<String> args, Handler<AsyncResult<Response>> handler)
Remove all keys from all databases.RedisAPI
RedisAPI. flushdb(List<String> args, Handler<AsyncResult<Response>> handler)
Remove all keys from the current database.RedisAPI
RedisAPI. ftAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.ADD.RedisAPI
RedisAPI. ftAggregate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.AGGREGATE.RedisAPI
RedisAPI. ftAliasadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASADD.RedisAPI
RedisAPI. ftAliasaddifnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASADDIFNX.RedisAPI
RedisAPI. ftAliasdel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASDEL.RedisAPI
RedisAPI. ftAliasdelifx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASDELIFX.RedisAPI
RedisAPI. ftAliasupdate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASUPDATE.RedisAPI
RedisAPI. ftAlter(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.ALTER.RedisAPI
RedisAPI. ftAlterifnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._ALTERIFNX.RedisAPI
RedisAPI. ftConfig(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.CONFIG.RedisAPI
RedisAPI. ftCreate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.CREATE.RedisAPI
RedisAPI. ftCreateifnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._CREATEIFNX.RedisAPI
RedisAPI. ftCursor(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.CURSOR.RedisAPI
RedisAPI. ftDebug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DEBUG.RedisAPI
RedisAPI. ftDel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DEL.RedisAPI
RedisAPI. ftDictadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DICTADD.RedisAPI
RedisAPI. ftDictdel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDEL.RedisAPI
RedisAPI. ftDictdump(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDUMP.RedisAPI
RedisAPI. ftDrop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DROP.RedisAPI
RedisAPI. ftDropifx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._DROPIFX.RedisAPI
RedisAPI. ftDropindex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.DROPINDEX.RedisAPI
RedisAPI. ftDropindexifx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._DROPINDEXIFX.RedisAPI
RedisAPI. ftExplain(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAIN.RedisAPI
RedisAPI. ftExplaincli(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAINCLI.RedisAPI
RedisAPI. ftGet(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.GET.RedisAPI
RedisAPI. ftInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.INFO.RedisAPI
RedisAPI. ftList(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT._LIST.RedisAPI
RedisAPI. ftMget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.MGET.RedisAPI
RedisAPI. ftProfile(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.PROFILE.RedisAPI
RedisAPI. ftSafeadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SAFEADD.RedisAPI
RedisAPI. ftSearch(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SEARCH.RedisAPI
RedisAPI. ftSpellcheck(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SPELLCHECK.RedisAPI
RedisAPI. ftSugadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SUGADD.RedisAPI
RedisAPI. ftSugdel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SUGDEL.RedisAPI
RedisAPI. ftSugget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SUGGET.RedisAPI
RedisAPI. ftSuglen(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SUGLEN.RedisAPI
RedisAPI. ftSynadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SYNADD.RedisAPI
RedisAPI. ftSyndump(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SYNDUMP.RedisAPI
RedisAPI. ftSynupdate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.SYNUPDATE.RedisAPI
RedisAPI. ftTagvals(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FT.TAGVALS.RedisAPI
RedisAPI. function(List<String> args, Handler<AsyncResult<Response>> handler)
A container for function commands.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.RedisAPI
RedisAPI. geodist(List<String> args, Handler<AsyncResult<Response>> handler)
Returns the distance between two members of a geospatial index.RedisAPI
RedisAPI. geohash(List<String> args, Handler<AsyncResult<Response>> handler)
Returns members of a geospatial index as standard geohash strings.RedisAPI
RedisAPI. geopos(List<String> args, Handler<AsyncResult<Response>> handler)
Returns longitude and latitude of members of a geospatial index.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.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.RedisAPI
RedisAPI. georadiusbymemberRo(List<String> args, Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUSBYMEMBER.RedisAPI
RedisAPI. georadiusRo(List<String> args, Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUS.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.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.RedisAPI
RedisAPI. get(String arg0, Handler<AsyncResult<Response>> handler)
Get the value of a key.RedisAPI
RedisAPI. getbit(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Returns the bit value at offset in the string value stored at key.RedisAPI
RedisAPI. getdel(String arg0, Handler<AsyncResult<Response>> handler)
Get the value of a key and delete the key.RedisAPI
RedisAPI. getex(List<String> args, Handler<AsyncResult<Response>> handler)
Get the value of a key and optionally set its expiration.RedisAPI
RedisAPI. getrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.RedisAPI
RedisAPI. getset(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Set the string value of a key and return its old value.RedisAPI
RedisAPI. graphBulk(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.BULK.RedisAPI
RedisAPI. graphConfig(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.CONFIG.RedisAPI
RedisAPI. graphDebug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DEBUG.RedisAPI
RedisAPI. graphDelete(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DELETE.RedisAPI
RedisAPI. graphExplain(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.EXPLAIN.RedisAPI
RedisAPI. graphList(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.LIST.RedisAPI
RedisAPI. graphProfile(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.PROFILE.RedisAPI
RedisAPI. graphQuery(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.QUERY.RedisAPI
RedisAPI. graphRoQuery(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.RO_QUERY.RedisAPI
RedisAPI. graphSlowlog(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GRAPH.SLOWLOG.RedisConnection
RedisConnection. handler(Handler<Response> handler)
RedisAPI
RedisAPI. hdel(List<String> args, Handler<AsyncResult<Response>> handler)
Delete one or more hash fields.RedisAPI
RedisAPI. hello(List<String> args, Handler<AsyncResult<Response>> handler)
Handshake with Redis.RedisAPI
RedisAPI. hexists(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Determine if a hash field exists.RedisAPI
RedisAPI. hget(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Get the value of a hash field.RedisAPI
RedisAPI. hgetall(String arg0, Handler<AsyncResult<Response>> handler)
Get all the fields and values in a hash.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.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.RedisAPI
RedisAPI. hkeys(String arg0, Handler<AsyncResult<Response>> handler)
Get all the fields in a hash.RedisAPI
RedisAPI. hlen(String arg0, Handler<AsyncResult<Response>> handler)
Get the number of fields in a hash.RedisAPI
RedisAPI. hmget(List<String> args, Handler<AsyncResult<Response>> handler)
Get the values of all the given hash fields.RedisAPI
RedisAPI. hmset(List<String> args, Handler<AsyncResult<Response>> handler)
Set multiple hash fields to multiple values.RedisAPI
RedisAPI. hrandfield(List<String> args, Handler<AsyncResult<Response>> handler)
Get one or multiple random fields from a hash.RedisAPI
RedisAPI. hscan(List<String> args, Handler<AsyncResult<Response>> handler)
Incrementally iterate hash fields and associated values.RedisAPI
RedisAPI. hset(List<String> args, Handler<AsyncResult<Response>> handler)
Set the string value of a hash field.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.RedisAPI
RedisAPI. hstrlen(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Get the length of the value of a hash field.RedisAPI
RedisAPI. hvals(String arg0, Handler<AsyncResult<Response>> handler)
Get all the values in a hash.RedisAPI
RedisAPI. incr(String arg0, Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by one.RedisAPI
RedisAPI. incrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by the given amount.RedisAPI
RedisAPI. incrbyfloat(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Increment the float value of a key by the given amount.RedisAPI
RedisAPI. info(List<String> args, Handler<AsyncResult<Response>> handler)
Get information and statistics about the server.RedisAPI
RedisAPI. jsonArrappend(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRAPPEND.RedisAPI
RedisAPI. jsonArrindex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINDEX.RedisAPI
RedisAPI. jsonArrinsert(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINSERT.RedisAPI
RedisAPI. jsonArrlen(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRLEN.RedisAPI
RedisAPI. jsonArrpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRPOP.RedisAPI
RedisAPI. jsonArrtrim(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRTRIM.RedisAPI
RedisAPI. jsonClear(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.CLEAR.RedisAPI
RedisAPI. jsonDebug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.DEBUG.RedisAPI
RedisAPI. jsonDel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.DEL.RedisAPI
RedisAPI. jsonForget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.FORGET.RedisAPI
RedisAPI. jsonGet(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.GET.RedisAPI
RedisAPI. jsonMget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.MGET.RedisAPI
RedisAPI. jsonNumincrby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMINCRBY.RedisAPI
RedisAPI. jsonNummultby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMMULTBY.RedisAPI
RedisAPI. jsonNumpowby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMPOWBY.RedisAPI
RedisAPI. jsonObjkeys(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJKEYS.RedisAPI
RedisAPI. jsonObjlen(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJLEN.RedisAPI
RedisAPI. jsonResp(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.RESP.RedisAPI
RedisAPI. jsonSet(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.SET.RedisAPI
RedisAPI. jsonStrappend(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.STRAPPEND.RedisAPI
RedisAPI. jsonStrlen(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.STRLEN.RedisAPI
RedisAPI. jsonToggle(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.TOGGLE.RedisAPI
RedisAPI. jsonType(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command JSON.TYPE.RedisAPI
RedisAPI. keys(String arg0, Handler<AsyncResult<Response>> handler)
Find all keys matching the given pattern.RedisAPI
RedisAPI. lastsave(Handler<AsyncResult<Response>> handler)
Get the UNIX time stamp of the last successful save to disk.RedisAPI
RedisAPI. latency(List<String> args, Handler<AsyncResult<Response>> handler)
A container for latency diagnostics commands.RedisAPI
RedisAPI. lcs(List<String> args, Handler<AsyncResult<Response>> handler)
Find longest common substring.RedisAPI
RedisAPI. lindex(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Get an element from a list by its index.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.RedisAPI
RedisAPI. llen(String arg0, Handler<AsyncResult<Response>> handler)
Get the length of a list.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.RedisAPI
RedisAPI. lmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Pop elements from a list.RedisAPI
RedisAPI. lolwut(List<String> args, Handler<AsyncResult<Response>> handler)
Display some computer art and the Redis version.RedisAPI
RedisAPI. lpop(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and get the first elements in a list.RedisAPI
RedisAPI. lpos(List<String> args, Handler<AsyncResult<Response>> handler)
Return the index of matching elements on a list.RedisAPI
RedisAPI. lpush(List<String> args, Handler<AsyncResult<Response>> handler)
Prepend one or multiple elements to a list.RedisAPI
RedisAPI. lpushx(List<String> args, Handler<AsyncResult<Response>> handler)
Prepend an element to a list, only if the list exists.RedisAPI
RedisAPI. lrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Get a range of elements from a list.RedisAPI
RedisAPI. lrem(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Remove elements from a list.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.RedisAPI
RedisAPI. ltrim(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Trim a list to the specified range.RedisAPI
RedisAPI. memory(List<String> args, Handler<AsyncResult<Response>> handler)
A container for memory diagnostics commands.RedisAPI
RedisAPI. mget(List<String> args, Handler<AsyncResult<Response>> handler)
Get the values of all the given keys.RedisAPI
RedisAPI. migrate(List<String> args, Handler<AsyncResult<Response>> handler)
Atomically transfer a key from a Redis instance to another one.RedisAPI
RedisAPI. module(List<String> args, Handler<AsyncResult<Response>> handler)
A container for module commands.RedisAPI
RedisAPI. monitor(Handler<AsyncResult<Response>> handler)
Listen for all requests received by the server in real time.RedisAPI
RedisAPI. move(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Move a key to another database.RedisAPI
RedisAPI. mset(List<String> args, Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values.RedisAPI
RedisAPI. msetnx(List<String> args, Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values, only if none of the keys exist.RedisAPI
RedisAPI. multi(Handler<AsyncResult<Response>> handler)
Mark the start of a transaction block.RedisAPI
RedisAPI. object(List<String> args, Handler<AsyncResult<Response>> handler)
A container for object introspection commands.RedisAPI
RedisAPI. persist(String arg0, Handler<AsyncResult<Response>> handler)
Remove the expiration from a key.RedisAPI
RedisAPI. pexpire(List<String> args, Handler<AsyncResult<Response>> handler)
Set a key's time to live in milliseconds.RedisAPI
RedisAPI. pexpireat(List<String> args, Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.RedisAPI
RedisAPI. pexpiretime(String arg0, Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key in milliseconds.RedisAPI
RedisAPI. pfadd(List<String> args, Handler<AsyncResult<Response>> handler)
Adds the specified elements to the specified HyperLogLog.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).RedisAPI
RedisAPI. pfdebug(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Internal commands for debugging HyperLogLog values.RedisAPI
RedisAPI. pfmerge(List<String> args, Handler<AsyncResult<Response>> handler)
Merge N different HyperLogLogs into a single one.RedisAPI
RedisAPI. pfselftest(Handler<AsyncResult<Response>> handler)
An internal command for testing HyperLogLog values.RedisAPI
RedisAPI. ping(List<String> args, Handler<AsyncResult<Response>> handler)
Ping the server.void
RedisConnection. pipeTo(WriteStream<Response> dst)
Pipe thisReadStream
to theWriteStream
.void
RedisConnection. pipeTo(WriteStream<Response> dst, Handler<AsyncResult<Void>> handler)
Pipe thisReadStream
to theWriteStream
.RedisAPI
RedisAPI. psetex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Set the value and expiration in milliseconds of a key.RedisAPI
RedisAPI. psubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Listen for messages published to channels matching the given patterns.RedisAPI
RedisAPI. psync(List<String> args, Handler<AsyncResult<Response>> handler)
Internal command used for replication.RedisAPI
RedisAPI. pttl(String arg0, Handler<AsyncResult<Response>> handler)
Get the time to live for a key in milliseconds.RedisAPI
RedisAPI. publish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Post a message to a channel.RedisAPI
RedisAPI. pubsub(List<String> args, Handler<AsyncResult<Response>> handler)
A container for Pub/Sub commands.RedisAPI
RedisAPI. punsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to channels matching the given patterns.RedisAPI
RedisAPI. quit(List<String> args, Handler<AsyncResult<Response>> handler)
Close the connection.RedisAPI
RedisAPI. randomkey(Handler<AsyncResult<Response>> handler)
Return a random key from the keyspace.RedisAPI
RedisAPI. readonly(Handler<AsyncResult<Response>> handler)
Enables read queries for a connection to a cluster replica node.RedisAPI
RedisAPI. readwrite(Handler<AsyncResult<Response>> handler)
Disables read queries for a connection to a cluster replica node.RedisAPI
RedisAPI. rename(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Rename a key.RedisAPI
RedisAPI. renamenx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Rename a key, only if the new key does not exist.RedisAPI
RedisAPI. replconf(List<String> args, Handler<AsyncResult<Response>> handler)
An internal command for configuring the replication stream.RedisAPI
RedisAPI. replicaof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.RedisAPI
RedisAPI. reset(Handler<AsyncResult<Response>> handler)
Reset the connection.RedisAPI
RedisAPI. restore(List<String> args, Handler<AsyncResult<Response>> handler)
Create a key using the provided serialized value, previously obtained using DUMP.RedisAPI
RedisAPI. restoreAsking(List<String> args, Handler<AsyncResult<Response>> handler)
An internal command for migrating keys in a cluster.RedisAPI
RedisAPI. role(Handler<AsyncResult<Response>> handler)
Return the role of the instance in the context of replication.RedisAPI
RedisAPI. rpop(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and get the last elements in a list.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.RedisAPI
RedisAPI. rpush(List<String> args, Handler<AsyncResult<Response>> handler)
Append one or multiple elements to a list.RedisAPI
RedisAPI. rpushx(List<String> args, Handler<AsyncResult<Response>> handler)
Append an element to a list, only if the list exists.io.reactivex.Completable
RedisConnection. rxPipeTo(WriteStream<Response> dst)
Pipe thisReadStream
to theWriteStream
.RedisAPI
RedisAPI. sadd(List<String> args, Handler<AsyncResult<Response>> handler)
Add one or more members to a set.RedisAPI
RedisAPI. save(Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk.RedisAPI
RedisAPI. scan(List<String> args, Handler<AsyncResult<Response>> handler)
Incrementally iterate the keys space.RedisAPI
RedisAPI. scard(String arg0, Handler<AsyncResult<Response>> handler)
Get the number of members in a set.RedisAPI
RedisAPI. script(List<String> args, Handler<AsyncResult<Response>> handler)
A container for Lua scripts management commands.RedisAPI
RedisAPI. sdiff(List<String> args, Handler<AsyncResult<Response>> handler)
Subtract multiple sets.RedisAPI
RedisAPI. sdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)
Subtract multiple sets and store the resulting set in a key.RedisAPI
RedisAPI. select(String arg0, Handler<AsyncResult<Response>> handler)
Change the selected database for the current connection.Redis
Redis. send(Request command, Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster.RedisConnection
RedisConnection. send(Request command, Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster.RedisAPI
RedisAPI. set(List<String> args, Handler<AsyncResult<Response>> handler)
Set the string value of a key.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.RedisAPI
RedisAPI. setex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Set the value and expiration of a key.RedisAPI
RedisAPI. setnx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Set the value of a key, only if the key does not exist.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.RedisAPI
RedisAPI. shutdown(List<String> args, Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk and then shut down the server.RedisAPI
RedisAPI. sinter(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sets.RedisAPI
RedisAPI. sintercard(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sets and return the cardinality of the result.RedisAPI
RedisAPI. sinterstore(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sets and store the resulting set in a key.RedisAPI
RedisAPI. sismember(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Determine if a given value is a member of a set.RedisAPI
RedisAPI. slaveof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.RedisAPI
RedisAPI. slowlog(List<String> args, Handler<AsyncResult<Response>> handler)
A container for slow log commands.RedisAPI
RedisAPI. smembers(String arg0, Handler<AsyncResult<Response>> handler)
Get all the members in a set.RedisAPI
RedisAPI. smismember(List<String> args, Handler<AsyncResult<Response>> handler)
Returns the membership associated with the given elements for a set.RedisAPI
RedisAPI. smove(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Move a member from one set to another.RedisAPI
RedisAPI. sort(List<String> args, Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.RedisAPI
RedisAPI. sortRo(List<String> args, Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.RedisAPI
RedisAPI. spop(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and return one or multiple random members from a set.RedisAPI
RedisAPI. spublish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Post a message to a shard channel.RedisAPI
RedisAPI. srandmember(List<String> args, Handler<AsyncResult<Response>> handler)
Get one or multiple random members from a set.RedisAPI
RedisAPI. srem(List<String> args, Handler<AsyncResult<Response>> handler)
Remove one or more members from a set.RedisAPI
RedisAPI. sscan(List<String> args, Handler<AsyncResult<Response>> handler)
Incrementally iterate Set elements.RedisAPI
RedisAPI. ssubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Listen for messages published to the given shard channels.RedisAPI
RedisAPI. strlen(String arg0, Handler<AsyncResult<Response>> handler)
Get the length of the value stored in a key.RedisAPI
RedisAPI. subscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Listen for messages published to the given channels.RedisAPI
RedisAPI. substr(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.RedisAPI
RedisAPI. sunion(List<String> args, Handler<AsyncResult<Response>> handler)
Add multiple sets.RedisAPI
RedisAPI. sunionstore(List<String> args, Handler<AsyncResult<Response>> handler)
Add multiple sets and store the resulting set in a key.RedisAPI
RedisAPI. sunsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given shard channels.RedisAPI
RedisAPI. swapdb(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Swaps two Redis databases.RedisAPI
RedisAPI. sync(Handler<AsyncResult<Response>> handler)
Internal command used for replication.RedisAPI
RedisAPI. tdigestAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.ADD.RedisAPI
RedisAPI. tdigestByrank(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYRANK.RedisAPI
RedisAPI. tdigestByrevrank(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYREVRANK.RedisAPI
RedisAPI. tdigestCdf(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CDF.RedisAPI
RedisAPI. tdigestCreate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CREATE.RedisAPI
RedisAPI. tdigestInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.INFO.RedisAPI
RedisAPI. tdigestMax(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MAX.RedisAPI
RedisAPI. tdigestMerge(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MERGE.RedisAPI
RedisAPI. tdigestMin(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MIN.RedisAPI
RedisAPI. tdigestQuantile(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.QUANTILE.RedisAPI
RedisAPI. tdigestRank(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RANK.RedisAPI
RedisAPI. tdigestReset(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RESET.RedisAPI
RedisAPI. tdigestRevrank(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.REVRANK.RedisAPI
RedisAPI. tdigestTrimmedMean(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.TRIMMED_MEAN.RedisAPI
RedisAPI. time(Handler<AsyncResult<Response>> handler)
Return the current server time.RedisAPI
RedisAPI. timeseriesClusterset(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSET.RedisAPI
RedisAPI. timeseriesClustersetfromshard(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.RedisAPI
RedisAPI. timeseriesHello(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.HELLO.RedisAPI
RedisAPI. timeseriesInfocluster(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INFOCLUSTER.RedisAPI
RedisAPI. timeseriesInnercommunication(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INNERCOMMUNICATION.RedisAPI
RedisAPI. timeseriesNetworktest(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.NETWORKTEST.RedisAPI
RedisAPI. timeseriesRefreshcluster(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.REFRESHCLUSTER.RedisAPI
RedisAPI. topkAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.ADD.RedisAPI
RedisAPI. topkCount(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.COUNT.RedisAPI
RedisAPI. topkIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.INCRBY.RedisAPI
RedisAPI. topkInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.INFO.RedisAPI
RedisAPI. topkList(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.LIST.RedisAPI
RedisAPI. topkQuery(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.QUERY.RedisAPI
RedisAPI. topkReserve(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOPK.RESERVE.RedisAPI
RedisAPI. touch(List<String> args, Handler<AsyncResult<Response>> handler)
Alters the last access time of a key(s).RedisAPI
RedisAPI. tsAdd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.ADD.RedisAPI
RedisAPI. tsAlter(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.ALTER.RedisAPI
RedisAPI. tsCreate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.CREATE.RedisAPI
RedisAPI. tsCreaterule(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.CREATERULE.RedisAPI
RedisAPI. tsDecrby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.DECRBY.RedisAPI
RedisAPI. tsDel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.DEL.RedisAPI
RedisAPI. tsDeleterule(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.DELETERULE.RedisAPI
RedisAPI. tsGet(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.GET.RedisAPI
RedisAPI. tsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.INCRBY.RedisAPI
RedisAPI. tsInfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.INFO.RedisAPI
RedisAPI. tsMadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.MADD.RedisAPI
RedisAPI. tsMget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.MGET.RedisAPI
RedisAPI. tsMrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.MRANGE.RedisAPI
RedisAPI. tsMrevrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.MREVRANGE.RedisAPI
RedisAPI. tsQueryindex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.QUERYINDEX.RedisAPI
RedisAPI. tsRange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.RANGE.RedisAPI
RedisAPI. tsRevrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TS.REVRANGE.RedisAPI
RedisAPI. ttl(String arg0, Handler<AsyncResult<Response>> handler)
Get the time to live for a key in seconds.RedisAPI
RedisAPI. type(String arg0, Handler<AsyncResult<Response>> handler)
Determine the type stored at key.RedisAPI
RedisAPI. unlink(List<String> args, Handler<AsyncResult<Response>> handler)
Delete a key asynchronously in another thread.RedisAPI
RedisAPI. unsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given channels.RedisAPI
RedisAPI. unwatch(Handler<AsyncResult<Response>> handler)
Forget about all watched keys.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.RedisAPI
RedisAPI. watch(List<String> args, Handler<AsyncResult<Response>> handler)
Watch the given keys to determine execution of the MULTI/EXEC block.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.RedisAPI
RedisAPI. xadd(List<String> args, Handler<AsyncResult<Response>> handler)
Appends a new entry to a stream.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.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.RedisAPI
RedisAPI. xdel(List<String> args, Handler<AsyncResult<Response>> handler)
Removes the specified entries from the stream.RedisAPI
RedisAPI. xgroup(List<String> args, Handler<AsyncResult<Response>> handler)
A container for consumer groups commands.RedisAPI
RedisAPI. xinfo(List<String> args, Handler<AsyncResult<Response>> handler)
A container for stream introspection commands.RedisAPI
RedisAPI. xlen(String arg0, Handler<AsyncResult<Response>> handler)
Return the number of entries in a stream.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.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.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.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.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.RedisAPI
RedisAPI. xsetid(List<String> args, Handler<AsyncResult<Response>> handler)
An internal command for replicating stream values.RedisAPI
RedisAPI. xtrim(List<String> args, Handler<AsyncResult<Response>> handler)
Trims the stream to (approximately if '~' is passed) a certain size.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.RedisAPI
RedisAPI. zcard(String arg0, Handler<AsyncResult<Response>> handler)
Get the number of members in a sorted set.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.RedisAPI
RedisAPI. zdiff(List<String> args, Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets.RedisAPI
RedisAPI. zdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets and store the resulting sorted set in a new key.RedisAPI
RedisAPI. zincrby(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Increment the score of a member in a sorted set.RedisAPI
RedisAPI. zinter(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets.RedisAPI
RedisAPI. zintercard(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and return the cardinality of the result.RedisAPI
RedisAPI. zinterstore(List<String> args, Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key.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.RedisAPI
RedisAPI. zmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set.RedisAPI
RedisAPI. zmscore(List<String> args, Handler<AsyncResult<Response>> handler)
Get the score associated with the given members in a sorted set.RedisAPI
RedisAPI. zpopmax(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and return members with the highest scores in a sorted set.RedisAPI
RedisAPI. zpopmin(List<String> args, Handler<AsyncResult<Response>> handler)
Remove and return members with the lowest scores in a sorted set.RedisAPI
RedisAPI. zrandmember(List<String> args, Handler<AsyncResult<Response>> handler)
Get one or multiple random elements from a sorted set.RedisAPI
RedisAPI. zrange(List<String> args, Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set.RedisAPI
RedisAPI. zrangebylex(List<String> args, Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range.RedisAPI
RedisAPI. zrangebyscore(List<String> args, Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score.RedisAPI
RedisAPI. zrangestore(List<String> args, Handler<AsyncResult<Response>> handler)
Store a range of members from sorted set into another key.RedisAPI
RedisAPI. zrank(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set.RedisAPI
RedisAPI. zrem(List<String> args, Handler<AsyncResult<Response>> handler)
Remove one or more members from a sorted set.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.RedisAPI
RedisAPI. zremrangebyrank(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given indexes.RedisAPI
RedisAPI. zremrangebyscore(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given scores.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.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.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.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.RedisAPI
RedisAPI. zscan(List<String> args, Handler<AsyncResult<Response>> handler)
Incrementally iterate sorted sets elements and associated scores.RedisAPI
RedisAPI. zscore(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Get the score associated with the given member in a sorted set.RedisAPI
RedisAPI. zunion(List<String> args, Handler<AsyncResult<Response>> handler)
Add multiple sorted sets.RedisAPI
RedisAPI. zunionstore(List<String> args, Handler<AsyncResult<Response>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key.
-