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_ARGMethods in io.vertx.reactivex.redis.client that return Response Modifier and Type Method Description ResponseResponse. get(int index)Get this multi response value at a numerical index.ResponseResponse. get(String key)Get this multi response value at a string key.static ResponseResponse. 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.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.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.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.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.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.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.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 RedisAPIRedisAPI. acl(List<String> args, Handler<AsyncResult<Response>> handler)A container for Access List Control commands.RedisAPIRedisAPI. append(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Append a value to a key.RedisAPIRedisAPI. asking(Handler<AsyncResult<Response>> handler)Sent by cluster clients after an -ASK redirect.RedisAPIRedisAPI. auth(List<String> args, Handler<AsyncResult<Response>> handler)Authenticate to the server.RedisRedis. 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.RedisConnectionRedisConnection. 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.RedisAPIRedisAPI. bfAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.ADD.RedisAPIRedisAPI. bfCard(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.CARD.RedisAPIRedisAPI. bfDebug(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.DEBUG.RedisAPIRedisAPI. bfExists(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.EXISTS.RedisAPIRedisAPI. bfInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.INFO.RedisAPIRedisAPI. bfInsert(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.INSERT.RedisAPIRedisAPI. bfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.LOADCHUNK.RedisAPIRedisAPI. bfMadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.MADD.RedisAPIRedisAPI. bfMexists(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.MEXISTS.RedisAPIRedisAPI. bfReserve(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.RESERVE.RedisAPIRedisAPI. bfScandump(List<String> args, Handler<AsyncResult<Response>> handler)Redis command BF.SCANDUMP.RedisAPIRedisAPI. bgrewriteaof(Handler<AsyncResult<Response>> handler)Asynchronously rewrite the append-only file.RedisAPIRedisAPI. bgsave(List<String> args, Handler<AsyncResult<Response>> handler)Asynchronously save the dataset to disk.RedisAPIRedisAPI. bitcount(List<String> args, Handler<AsyncResult<Response>> handler)Count set bits in a string.RedisAPIRedisAPI. bitfield(List<String> args, Handler<AsyncResult<Response>> handler)Perform arbitrary bitfield integer operations on strings.RedisAPIRedisAPI. bitfieldRo(List<String> args, Handler<AsyncResult<Response>> handler)Perform arbitrary bitfield integer operations on strings.RedisAPIRedisAPI. bitop(List<String> args, Handler<AsyncResult<Response>> handler)Perform bitwise operations between strings.RedisAPIRedisAPI. bitpos(List<String> args, Handler<AsyncResult<Response>> handler)Find first bit set or clear in a string.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. blmpop(List<String> args, Handler<AsyncResult<Response>> handler)Pop elements from a list, or block until one is available.RedisAPIRedisAPI. blpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and get the first element in a list, or block until one is available.RedisAPIRedisAPI. brpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and get the last element in a list, or block until one is available.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. bzmpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and return members with scores in a sorted set or block until one is available.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. cfAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.ADD.RedisAPIRedisAPI. cfAddnx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.ADDNX.RedisAPIRedisAPI. cfCompact(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.COMPACT.RedisAPIRedisAPI. cfCount(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.COUNT.RedisAPIRedisAPI. cfDebug(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.DEBUG.RedisAPIRedisAPI. cfDel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.DEL.RedisAPIRedisAPI. cfExists(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.EXISTS.RedisAPIRedisAPI. cfInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.INFO.RedisAPIRedisAPI. cfInsert(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.INSERT.RedisAPIRedisAPI. cfInsertnx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.INSERTNX.RedisAPIRedisAPI. cfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.LOADCHUNK.RedisAPIRedisAPI. cfMexists(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.MEXISTS.RedisAPIRedisAPI. cfReserve(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.RESERVE.RedisAPIRedisAPI. cfScandump(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CF.SCANDUMP.RedisAPIRedisAPI. client(List<String> args, Handler<AsyncResult<Response>> handler)A container for client connection commands.RedisAPIRedisAPI. cluster(List<String> args, Handler<AsyncResult<Response>> handler)A container for cluster commands.RedisAPIRedisAPI. cmsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.INCRBY.RedisAPIRedisAPI. cmsInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.INFO.RedisAPIRedisAPI. cmsInitbydim(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.INITBYDIM.RedisAPIRedisAPI. cmsInitbyprob(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.INITBYPROB.RedisAPIRedisAPI. cmsMerge(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.MERGE.RedisAPIRedisAPI. cmsQuery(List<String> args, Handler<AsyncResult<Response>> handler)Redis command CMS.QUERY.RedisAPIRedisAPI. command(List<String> args, Handler<AsyncResult<Response>> handler)Get array of Redis command details.RedisAPIRedisAPI. config(List<String> args, Handler<AsyncResult<Response>> handler)A container for server configuration commands.RedisAPIRedisAPI. copy(List<String> args, Handler<AsyncResult<Response>> handler)Copy a key.RedisAPIRedisAPI. dbsize(Handler<AsyncResult<Response>> handler)Return the number of keys in the selected database.RedisAPIRedisAPI. debug(List<String> args, Handler<AsyncResult<Response>> handler)A container for debugging commands.RedisAPIRedisAPI. decr(String arg0, Handler<AsyncResult<Response>> handler)Decrement the integer value of a key by one.RedisAPIRedisAPI. decrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Decrement the integer value of a key by the given number.RedisAPIRedisAPI. del(List<String> args, Handler<AsyncResult<Response>> handler)Delete a key.RedisAPIRedisAPI. discard(Handler<AsyncResult<Response>> handler)Discard all commands issued after MULTI.RedisAPIRedisAPI. dump(String arg0, Handler<AsyncResult<Response>> handler)Return a serialized version of the value stored at the specified key.RedisAPIRedisAPI. echo(String arg0, Handler<AsyncResult<Response>> handler)Echo the given string.RedisAPIRedisAPI. eval(List<String> args, Handler<AsyncResult<Response>> handler)Execute a Lua script server side.RedisAPIRedisAPI. evalRo(List<String> args, Handler<AsyncResult<Response>> handler)Execute a read-only Lua script server side.RedisAPIRedisAPI. evalsha(List<String> args, Handler<AsyncResult<Response>> handler)Execute a Lua script server side.RedisAPIRedisAPI. evalshaRo(List<String> args, Handler<AsyncResult<Response>> handler)Execute a read-only Lua script server side.RedisAPIRedisAPI. exec(Handler<AsyncResult<Response>> handler)Execute all commands issued after MULTI.RedisAPIRedisAPI. exists(List<String> args, Handler<AsyncResult<Response>> handler)Determine if a key exists.RedisAPIRedisAPI. expire(List<String> args, Handler<AsyncResult<Response>> handler)Set a key's time to live in seconds.RedisAPIRedisAPI. expireat(List<String> args, Handler<AsyncResult<Response>> handler)Set the expiration for a key as a UNIX timestamp.RedisAPIRedisAPI. expiretime(String arg0, Handler<AsyncResult<Response>> handler)Get the expiration Unix timestamp for a key.RedisAPIRedisAPI. failover(List<String> args, Handler<AsyncResult<Response>> handler)Start a coordinated failover between this server and one of its replicas.RedisAPIRedisAPI. fcall(List<String> args, Handler<AsyncResult<Response>> handler)Invoke a function.RedisAPIRedisAPI. fcallRo(List<String> args, Handler<AsyncResult<Response>> handler)Invoke a read-only function.RedisAPIRedisAPI. flushall(List<String> args, Handler<AsyncResult<Response>> handler)Remove all keys from all databases.RedisAPIRedisAPI. flushdb(List<String> args, Handler<AsyncResult<Response>> handler)Remove all keys from the current database.RedisAPIRedisAPI. ftAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.ADD.RedisAPIRedisAPI. ftAggregate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.AGGREGATE.RedisAPIRedisAPI. ftAliasadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.ALIASADD.RedisAPIRedisAPI. ftAliasaddifnx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftAliasdel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.ALIASDEL.RedisAPIRedisAPI. ftAliasdelifx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftAliasupdate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.ALIASUPDATE.RedisAPIRedisAPI. ftAlter(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.ALTER.RedisAPIRedisAPI. ftAlterifnx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftConfig(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.CONFIG.RedisAPIRedisAPI. ftCreate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.CREATE.RedisAPIRedisAPI. ftCreateifnx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftCursor(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.CURSOR.RedisAPIRedisAPI. ftDebug(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DEBUG.RedisAPIRedisAPI. ftDel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DEL.RedisAPIRedisAPI. ftDictadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DICTADD.RedisAPIRedisAPI. ftDictdel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DICTDEL.RedisAPIRedisAPI. ftDictdump(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DICTDUMP.RedisAPIRedisAPI. ftDrop(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DROP.RedisAPIRedisAPI. ftDropifx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftDropindex(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.DROPINDEX.RedisAPIRedisAPI. ftDropindexifx(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftExplain(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.EXPLAIN.RedisAPIRedisAPI. ftExplaincli(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.EXPLAINCLI.RedisAPIRedisAPI. ftGet(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.GET.RedisAPIRedisAPI. ftInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.INFO.RedisAPIRedisAPI. ftList(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.RedisAPIRedisAPI. ftMget(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.MGET.RedisAPIRedisAPI. ftProfile(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.PROFILE.RedisAPIRedisAPI. ftSafeadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SAFEADD.RedisAPIRedisAPI. ftSearch(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SEARCH.RedisAPIRedisAPI. ftSpellcheck(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SPELLCHECK.RedisAPIRedisAPI. ftSugadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SUGADD.RedisAPIRedisAPI. ftSugdel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SUGDEL.RedisAPIRedisAPI. ftSugget(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SUGGET.RedisAPIRedisAPI. ftSuglen(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SUGLEN.RedisAPIRedisAPI. ftSynadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SYNADD.RedisAPIRedisAPI. ftSyndump(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SYNDUMP.RedisAPIRedisAPI. ftSynupdate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.SYNUPDATE.RedisAPIRedisAPI. ftTagvals(List<String> args, Handler<AsyncResult<Response>> handler)Redis command FT.TAGVALS.RedisAPIRedisAPI. function(List<String> args, Handler<AsyncResult<Response>> handler)A container for function commands.RedisAPIRedisAPI. geoadd(List<String> args, Handler<AsyncResult<Response>> handler)Add one or more geospatial items in the geospatial index represented using a sorted set.RedisAPIRedisAPI. geodist(List<String> args, Handler<AsyncResult<Response>> handler)Returns the distance between two members of a geospatial index.RedisAPIRedisAPI. geohash(List<String> args, Handler<AsyncResult<Response>> handler)Returns members of a geospatial index as standard geohash strings.RedisAPIRedisAPI. geopos(List<String> args, Handler<AsyncResult<Response>> handler)Returns longitude and latitude of members of a geospatial index.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. georadiusbymemberRo(List<String> args, Handler<AsyncResult<Response>> handler)A read-only variant for GEORADIUSBYMEMBER.RedisAPIRedisAPI. georadiusRo(List<String> args, Handler<AsyncResult<Response>> handler)A read-only variant for GEORADIUS.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. get(String arg0, Handler<AsyncResult<Response>> handler)Get the value of a key.RedisAPIRedisAPI. getbit(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Returns the bit value at offset in the string value stored at key.RedisAPIRedisAPI. getdel(String arg0, Handler<AsyncResult<Response>> handler)Get the value of a key and delete the key.RedisAPIRedisAPI. getex(List<String> args, Handler<AsyncResult<Response>> handler)Get the value of a key and optionally set its expiration.RedisAPIRedisAPI. getrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Get a substring of the string stored at a key.RedisAPIRedisAPI. getset(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Set the string value of a key and return its old value.RedisAPIRedisAPI. graphBulk(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.BULK.RedisAPIRedisAPI. graphConfig(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.CONFIG.RedisAPIRedisAPI. graphDebug(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.DEBUG.RedisAPIRedisAPI. graphDelete(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.DELETE.RedisAPIRedisAPI. graphExplain(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.EXPLAIN.RedisAPIRedisAPI. graphList(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.LIST.RedisAPIRedisAPI. graphProfile(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.PROFILE.RedisAPIRedisAPI. graphQuery(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.QUERY.RedisAPIRedisAPI. graphRoQuery(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.RO_QUERY.RedisAPIRedisAPI. graphSlowlog(List<String> args, Handler<AsyncResult<Response>> handler)Redis command GRAPH.SLOWLOG.RedisConnectionRedisConnection. handler(Handler<Response> handler)RedisAPIRedisAPI. hdel(List<String> args, Handler<AsyncResult<Response>> handler)Delete one or more hash fields.RedisAPIRedisAPI. hello(List<String> args, Handler<AsyncResult<Response>> handler)Handshake with Redis.RedisAPIRedisAPI. hexists(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Determine if a hash field exists.RedisAPIRedisAPI. hget(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Get the value of a hash field.RedisAPIRedisAPI. hgetall(String arg0, Handler<AsyncResult<Response>> handler)Get all the fields and values in a hash.RedisAPIRedisAPI. hincrby(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Increment the integer value of a hash field by the given number.RedisAPIRedisAPI. hincrbyfloat(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Increment the float value of a hash field by the given amount.RedisAPIRedisAPI. hkeys(String arg0, Handler<AsyncResult<Response>> handler)Get all the fields in a hash.RedisAPIRedisAPI. hlen(String arg0, Handler<AsyncResult<Response>> handler)Get the number of fields in a hash.RedisAPIRedisAPI. hmget(List<String> args, Handler<AsyncResult<Response>> handler)Get the values of all the given hash fields.RedisAPIRedisAPI. hmset(List<String> args, Handler<AsyncResult<Response>> handler)Set multiple hash fields to multiple values.RedisAPIRedisAPI. hrandfield(List<String> args, Handler<AsyncResult<Response>> handler)Get one or multiple random fields from a hash.RedisAPIRedisAPI. hscan(List<String> args, Handler<AsyncResult<Response>> handler)Incrementally iterate hash fields and associated values.RedisAPIRedisAPI. hset(List<String> args, Handler<AsyncResult<Response>> handler)Set the string value of a hash field.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. hstrlen(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Get the length of the value of a hash field.RedisAPIRedisAPI. hvals(String arg0, Handler<AsyncResult<Response>> handler)Get all the values in a hash.RedisAPIRedisAPI. incr(String arg0, Handler<AsyncResult<Response>> handler)Increment the integer value of a key by one.RedisAPIRedisAPI. incrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Increment the integer value of a key by the given amount.RedisAPIRedisAPI. incrbyfloat(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Increment the float value of a key by the given amount.RedisAPIRedisAPI. info(List<String> args, Handler<AsyncResult<Response>> handler)Get information and statistics about the server.RedisAPIRedisAPI. jsonArrappend(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRAPPEND.RedisAPIRedisAPI. jsonArrindex(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRINDEX.RedisAPIRedisAPI. jsonArrinsert(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRINSERT.RedisAPIRedisAPI. jsonArrlen(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRLEN.RedisAPIRedisAPI. jsonArrpop(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRPOP.RedisAPIRedisAPI. jsonArrtrim(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.ARRTRIM.RedisAPIRedisAPI. jsonClear(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.CLEAR.RedisAPIRedisAPI. jsonDebug(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.DEBUG.RedisAPIRedisAPI. jsonDel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.DEL.RedisAPIRedisAPI. jsonForget(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.FORGET.RedisAPIRedisAPI. jsonGet(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.GET.RedisAPIRedisAPI. jsonMget(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.MGET.RedisAPIRedisAPI. jsonNumincrby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.NUMINCRBY.RedisAPIRedisAPI. jsonNummultby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.NUMMULTBY.RedisAPIRedisAPI. jsonNumpowby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.NUMPOWBY.RedisAPIRedisAPI. jsonObjkeys(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.OBJKEYS.RedisAPIRedisAPI. jsonObjlen(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.OBJLEN.RedisAPIRedisAPI. jsonResp(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.RESP.RedisAPIRedisAPI. jsonSet(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.SET.RedisAPIRedisAPI. jsonStrappend(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.STRAPPEND.RedisAPIRedisAPI. jsonStrlen(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.STRLEN.RedisAPIRedisAPI. jsonToggle(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.TOGGLE.RedisAPIRedisAPI. jsonType(List<String> args, Handler<AsyncResult<Response>> handler)Redis command JSON.TYPE.RedisAPIRedisAPI. keys(String arg0, Handler<AsyncResult<Response>> handler)Find all keys matching the given pattern.RedisAPIRedisAPI. lastsave(Handler<AsyncResult<Response>> handler)Get the UNIX time stamp of the last successful save to disk.RedisAPIRedisAPI. latency(List<String> args, Handler<AsyncResult<Response>> handler)A container for latency diagnostics commands.RedisAPIRedisAPI. lcs(List<String> args, Handler<AsyncResult<Response>> handler)Find longest common substring.RedisAPIRedisAPI. lindex(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Get an element from a list by its index.RedisAPIRedisAPI. linsert(String arg0, String arg1, String arg2, String arg3, Handler<AsyncResult<Response>> handler)Insert an element before or after another element in a list.RedisAPIRedisAPI. llen(String arg0, Handler<AsyncResult<Response>> handler)Get the length of a list.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. lmpop(List<String> args, Handler<AsyncResult<Response>> handler)Pop elements from a list.RedisAPIRedisAPI. lolwut(List<String> args, Handler<AsyncResult<Response>> handler)Display some computer art and the Redis version.RedisAPIRedisAPI. lpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and get the first elements in a list.RedisAPIRedisAPI. lpos(List<String> args, Handler<AsyncResult<Response>> handler)Return the index of matching elements on a list.RedisAPIRedisAPI. lpush(List<String> args, Handler<AsyncResult<Response>> handler)Prepend one or multiple elements to a list.RedisAPIRedisAPI. lpushx(List<String> args, Handler<AsyncResult<Response>> handler)Prepend an element to a list, only if the list exists.RedisAPIRedisAPI. lrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Get a range of elements from a list.RedisAPIRedisAPI. lrem(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Remove elements from a list.RedisAPIRedisAPI. lset(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Set the value of an element in a list by its index.RedisAPIRedisAPI. ltrim(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Trim a list to the specified range.RedisAPIRedisAPI. memory(List<String> args, Handler<AsyncResult<Response>> handler)A container for memory diagnostics commands.RedisAPIRedisAPI. mget(List<String> args, Handler<AsyncResult<Response>> handler)Get the values of all the given keys.RedisAPIRedisAPI. migrate(List<String> args, Handler<AsyncResult<Response>> handler)Atomically transfer a key from a Redis instance to another one.RedisAPIRedisAPI. module(List<String> args, Handler<AsyncResult<Response>> handler)A container for module commands.RedisAPIRedisAPI. monitor(Handler<AsyncResult<Response>> handler)Listen for all requests received by the server in real time.RedisAPIRedisAPI. move(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Move a key to another database.RedisAPIRedisAPI. mset(List<String> args, Handler<AsyncResult<Response>> handler)Set multiple keys to multiple values.RedisAPIRedisAPI. msetnx(List<String> args, Handler<AsyncResult<Response>> handler)Set multiple keys to multiple values, only if none of the keys exist.RedisAPIRedisAPI. multi(Handler<AsyncResult<Response>> handler)Mark the start of a transaction block.RedisAPIRedisAPI. object(List<String> args, Handler<AsyncResult<Response>> handler)A container for object introspection commands.RedisAPIRedisAPI. persist(String arg0, Handler<AsyncResult<Response>> handler)Remove the expiration from a key.RedisAPIRedisAPI. pexpire(List<String> args, Handler<AsyncResult<Response>> handler)Set a key's time to live in milliseconds.RedisAPIRedisAPI. pexpireat(List<String> args, Handler<AsyncResult<Response>> handler)Set the expiration for a key as a UNIX timestamp specified in milliseconds.RedisAPIRedisAPI. pexpiretime(String arg0, Handler<AsyncResult<Response>> handler)Get the expiration Unix timestamp for a key in milliseconds.RedisAPIRedisAPI. pfadd(List<String> args, Handler<AsyncResult<Response>> handler)Adds the specified elements to the specified HyperLogLog.RedisAPIRedisAPI. pfcount(List<String> args, Handler<AsyncResult<Response>> handler)Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).RedisAPIRedisAPI. pfdebug(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Internal commands for debugging HyperLogLog values.RedisAPIRedisAPI. pfmerge(List<String> args, Handler<AsyncResult<Response>> handler)Merge N different HyperLogLogs into a single one.RedisAPIRedisAPI. pfselftest(Handler<AsyncResult<Response>> handler)An internal command for testing HyperLogLog values.RedisAPIRedisAPI. ping(List<String> args, Handler<AsyncResult<Response>> handler)Ping the server.voidRedisConnection. pipeTo(WriteStream<Response> dst)Pipe thisReadStreamto theWriteStream.voidRedisConnection. pipeTo(WriteStream<Response> dst, Handler<AsyncResult<Void>> handler)Pipe thisReadStreamto theWriteStream.RedisAPIRedisAPI. psetex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Set the value and expiration in milliseconds of a key.RedisAPIRedisAPI. psubscribe(List<String> args, Handler<AsyncResult<Response>> handler)Listen for messages published to channels matching the given patterns.RedisAPIRedisAPI. psync(List<String> args, Handler<AsyncResult<Response>> handler)Internal command used for replication.RedisAPIRedisAPI. pttl(String arg0, Handler<AsyncResult<Response>> handler)Get the time to live for a key in milliseconds.RedisAPIRedisAPI. publish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Post a message to a channel.RedisAPIRedisAPI. pubsub(List<String> args, Handler<AsyncResult<Response>> handler)A container for Pub/Sub commands.RedisAPIRedisAPI. punsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)Stop listening for messages posted to channels matching the given patterns.RedisAPIRedisAPI. quit(List<String> args, Handler<AsyncResult<Response>> handler)Close the connection.RedisAPIRedisAPI. randomkey(Handler<AsyncResult<Response>> handler)Return a random key from the keyspace.RedisAPIRedisAPI. readonly(Handler<AsyncResult<Response>> handler)Enables read queries for a connection to a cluster replica node.RedisAPIRedisAPI. readwrite(Handler<AsyncResult<Response>> handler)Disables read queries for a connection to a cluster replica node.RedisAPIRedisAPI. rename(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Rename a key.RedisAPIRedisAPI. renamenx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Rename a key, only if the new key does not exist.RedisAPIRedisAPI. replconf(List<String> args, Handler<AsyncResult<Response>> handler)An internal command for configuring the replication stream.RedisAPIRedisAPI. replicaof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Make the server a replica of another instance, or promote it as master.RedisAPIRedisAPI. reset(Handler<AsyncResult<Response>> handler)Reset the connection.RedisAPIRedisAPI. restore(List<String> args, Handler<AsyncResult<Response>> handler)Create a key using the provided serialized value, previously obtained using DUMP.RedisAPIRedisAPI. restoreAsking(List<String> args, Handler<AsyncResult<Response>> handler)An internal command for migrating keys in a cluster.RedisAPIRedisAPI. role(Handler<AsyncResult<Response>> handler)Return the role of the instance in the context of replication.RedisAPIRedisAPI. rpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and get the last elements in a list.RedisAPIRedisAPI. rpoplpush(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Remove the last element in a list, prepend it to another list and return it.RedisAPIRedisAPI. rpush(List<String> args, Handler<AsyncResult<Response>> handler)Append one or multiple elements to a list.RedisAPIRedisAPI. rpushx(List<String> args, Handler<AsyncResult<Response>> handler)Append an element to a list, only if the list exists.io.reactivex.CompletableRedisConnection. rxPipeTo(WriteStream<Response> dst)Pipe thisReadStreamto theWriteStream.RedisAPIRedisAPI. sadd(List<String> args, Handler<AsyncResult<Response>> handler)Add one or more members to a set.RedisAPIRedisAPI. save(Handler<AsyncResult<Response>> handler)Synchronously save the dataset to disk.RedisAPIRedisAPI. scan(List<String> args, Handler<AsyncResult<Response>> handler)Incrementally iterate the keys space.RedisAPIRedisAPI. scard(String arg0, Handler<AsyncResult<Response>> handler)Get the number of members in a set.RedisAPIRedisAPI. script(List<String> args, Handler<AsyncResult<Response>> handler)A container for Lua scripts management commands.RedisAPIRedisAPI. sdiff(List<String> args, Handler<AsyncResult<Response>> handler)Subtract multiple sets.RedisAPIRedisAPI. sdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)Subtract multiple sets and store the resulting set in a key.RedisAPIRedisAPI. select(String arg0, Handler<AsyncResult<Response>> handler)Change the selected database for the current connection.RedisRedis. send(Request command, Handler<AsyncResult<Response>> onSend)Send the given command to the redis server or cluster.RedisConnectionRedisConnection. send(Request command, Handler<AsyncResult<Response>> onSend)Send the given command to the redis server or cluster.RedisAPIRedisAPI. set(List<String> args, Handler<AsyncResult<Response>> handler)Set the string value of a key.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. setex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Set the value and expiration of a key.RedisAPIRedisAPI. setnx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Set the value of a key, only if the key does not exist.RedisAPIRedisAPI. setrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Overwrite part of a string at key starting at the specified offset.RedisAPIRedisAPI. shutdown(List<String> args, Handler<AsyncResult<Response>> handler)Synchronously save the dataset to disk and then shut down the server.RedisAPIRedisAPI. sinter(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sets.RedisAPIRedisAPI. sintercard(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sets and return the cardinality of the result.RedisAPIRedisAPI. sinterstore(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sets and store the resulting set in a key.RedisAPIRedisAPI. sismember(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Determine if a given value is a member of a set.RedisAPIRedisAPI. slaveof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Make the server a replica of another instance, or promote it as master.RedisAPIRedisAPI. slowlog(List<String> args, Handler<AsyncResult<Response>> handler)A container for slow log commands.RedisAPIRedisAPI. smembers(String arg0, Handler<AsyncResult<Response>> handler)Get all the members in a set.RedisAPIRedisAPI. smismember(List<String> args, Handler<AsyncResult<Response>> handler)Returns the membership associated with the given elements for a set.RedisAPIRedisAPI. smove(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Move a member from one set to another.RedisAPIRedisAPI. sort(List<String> args, Handler<AsyncResult<Response>> handler)Sort the elements in a list, set or sorted set.RedisAPIRedisAPI. sortRo(List<String> args, Handler<AsyncResult<Response>> handler)Sort the elements in a list, set or sorted set.RedisAPIRedisAPI. spop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and return one or multiple random members from a set.RedisAPIRedisAPI. spublish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Post a message to a shard channel.RedisAPIRedisAPI. srandmember(List<String> args, Handler<AsyncResult<Response>> handler)Get one or multiple random members from a set.RedisAPIRedisAPI. srem(List<String> args, Handler<AsyncResult<Response>> handler)Remove one or more members from a set.RedisAPIRedisAPI. sscan(List<String> args, Handler<AsyncResult<Response>> handler)Incrementally iterate Set elements.RedisAPIRedisAPI. ssubscribe(List<String> args, Handler<AsyncResult<Response>> handler)Listen for messages published to the given shard channels.RedisAPIRedisAPI. strlen(String arg0, Handler<AsyncResult<Response>> handler)Get the length of the value stored in a key.RedisAPIRedisAPI. subscribe(List<String> args, Handler<AsyncResult<Response>> handler)Listen for messages published to the given channels.RedisAPIRedisAPI. substr(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Get a substring of the string stored at a key.RedisAPIRedisAPI. sunion(List<String> args, Handler<AsyncResult<Response>> handler)Add multiple sets.RedisAPIRedisAPI. sunionstore(List<String> args, Handler<AsyncResult<Response>> handler)Add multiple sets and store the resulting set in a key.RedisAPIRedisAPI. sunsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)Stop listening for messages posted to the given shard channels.RedisAPIRedisAPI. swapdb(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Swaps two Redis databases.RedisAPIRedisAPI. sync(Handler<AsyncResult<Response>> handler)Internal command used for replication.RedisAPIRedisAPI. tdigestAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.ADD.RedisAPIRedisAPI. tdigestByrank(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.BYRANK.RedisAPIRedisAPI. tdigestByrevrank(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.BYREVRANK.RedisAPIRedisAPI. tdigestCdf(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.CDF.RedisAPIRedisAPI. tdigestCreate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.CREATE.RedisAPIRedisAPI. tdigestInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.INFO.RedisAPIRedisAPI. tdigestMax(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.MAX.RedisAPIRedisAPI. tdigestMerge(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.MERGE.RedisAPIRedisAPI. tdigestMin(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.MIN.RedisAPIRedisAPI. tdigestQuantile(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.QUANTILE.RedisAPIRedisAPI. tdigestRank(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.RANK.RedisAPIRedisAPI. tdigestReset(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.RESET.RedisAPIRedisAPI. tdigestRevrank(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.REVRANK.RedisAPIRedisAPI. tdigestTrimmedMean(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TDIGEST.TRIMMED_MEAN.RedisAPIRedisAPI. time(Handler<AsyncResult<Response>> handler)Return the current server time.RedisAPIRedisAPI. timeseriesClusterset(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.CLUSTERSET.RedisAPIRedisAPI. timeseriesClustersetfromshard(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.CLUSTERSETFROMSHARD.RedisAPIRedisAPI. timeseriesHello(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.HELLO.RedisAPIRedisAPI. timeseriesInfocluster(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.INFOCLUSTER.RedisAPIRedisAPI. timeseriesInnercommunication(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.INNERCOMMUNICATION.RedisAPIRedisAPI. timeseriesNetworktest(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.NETWORKTEST.RedisAPIRedisAPI. timeseriesRefreshcluster(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TIMESERIES.REFRESHCLUSTER.RedisAPIRedisAPI. topkAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.ADD.RedisAPIRedisAPI. topkCount(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.COUNT.RedisAPIRedisAPI. topkIncrby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.INCRBY.RedisAPIRedisAPI. topkInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.INFO.RedisAPIRedisAPI. topkList(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.LIST.RedisAPIRedisAPI. topkQuery(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.QUERY.RedisAPIRedisAPI. topkReserve(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TOPK.RESERVE.RedisAPIRedisAPI. touch(List<String> args, Handler<AsyncResult<Response>> handler)Alters the last access time of a key(s).RedisAPIRedisAPI. tsAdd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.ADD.RedisAPIRedisAPI. tsAlter(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.ALTER.RedisAPIRedisAPI. tsCreate(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.CREATE.RedisAPIRedisAPI. tsCreaterule(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.CREATERULE.RedisAPIRedisAPI. tsDecrby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.DECRBY.RedisAPIRedisAPI. tsDel(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.DEL.RedisAPIRedisAPI. tsDeleterule(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.DELETERULE.RedisAPIRedisAPI. tsGet(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.GET.RedisAPIRedisAPI. tsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.INCRBY.RedisAPIRedisAPI. tsInfo(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.INFO.RedisAPIRedisAPI. tsMadd(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.MADD.RedisAPIRedisAPI. tsMget(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.MGET.RedisAPIRedisAPI. tsMrange(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.MRANGE.RedisAPIRedisAPI. tsMrevrange(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.MREVRANGE.RedisAPIRedisAPI. tsQueryindex(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.QUERYINDEX.RedisAPIRedisAPI. tsRange(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.RANGE.RedisAPIRedisAPI. tsRevrange(List<String> args, Handler<AsyncResult<Response>> handler)Redis command TS.REVRANGE.RedisAPIRedisAPI. ttl(String arg0, Handler<AsyncResult<Response>> handler)Get the time to live for a key in seconds.RedisAPIRedisAPI. type(String arg0, Handler<AsyncResult<Response>> handler)Determine the type stored at key.RedisAPIRedisAPI. unlink(List<String> args, Handler<AsyncResult<Response>> handler)Delete a key asynchronously in another thread.RedisAPIRedisAPI. unsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)Stop listening for messages posted to the given channels.RedisAPIRedisAPI. unwatch(Handler<AsyncResult<Response>> handler)Forget about all watched keys.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. watch(List<String> args, Handler<AsyncResult<Response>> handler)Watch the given keys to determine execution of the MULTI/EXEC block.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. xadd(List<String> args, Handler<AsyncResult<Response>> handler)Appends a new entry to a stream.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. xdel(List<String> args, Handler<AsyncResult<Response>> handler)Removes the specified entries from the stream.RedisAPIRedisAPI. xgroup(List<String> args, Handler<AsyncResult<Response>> handler)A container for consumer groups commands.RedisAPIRedisAPI. xinfo(List<String> args, Handler<AsyncResult<Response>> handler)A container for stream introspection commands.RedisAPIRedisAPI. xlen(String arg0, Handler<AsyncResult<Response>> handler)Return the number of entries in a stream.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. xrange(List<String> args, Handler<AsyncResult<Response>> handler)Return a range of elements in a stream, with IDs matching the specified IDs interval.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. xsetid(List<String> args, Handler<AsyncResult<Response>> handler)An internal command for replicating stream values.RedisAPIRedisAPI. xtrim(List<String> args, Handler<AsyncResult<Response>> handler)Trims the stream to (approximately if '~' is passed) a certain size.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. zcard(String arg0, Handler<AsyncResult<Response>> handler)Get the number of members in a sorted set.RedisAPIRedisAPI. zcount(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Count the members in a sorted set with scores within the given values.RedisAPIRedisAPI. zdiff(List<String> args, Handler<AsyncResult<Response>> handler)Subtract multiple sorted sets.RedisAPIRedisAPI. zdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)Subtract multiple sorted sets and store the resulting sorted set in a new key.RedisAPIRedisAPI. zincrby(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Increment the score of a member in a sorted set.RedisAPIRedisAPI. zinter(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sorted sets.RedisAPIRedisAPI. zintercard(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sorted sets and return the cardinality of the result.RedisAPIRedisAPI. zinterstore(List<String> args, Handler<AsyncResult<Response>> handler)Intersect multiple sorted sets and store the resulting sorted set in a new key.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. zmpop(List<String> args, Handler<AsyncResult<Response>> handler)Remove and return members with scores in a sorted set.RedisAPIRedisAPI. zmscore(List<String> args, Handler<AsyncResult<Response>> handler)Get the score associated with the given members in a sorted set.RedisAPIRedisAPI. zpopmax(List<String> args, Handler<AsyncResult<Response>> handler)Remove and return members with the highest scores in a sorted set.RedisAPIRedisAPI. zpopmin(List<String> args, Handler<AsyncResult<Response>> handler)Remove and return members with the lowest scores in a sorted set.RedisAPIRedisAPI. zrandmember(List<String> args, Handler<AsyncResult<Response>> handler)Get one or multiple random elements from a sorted set.RedisAPIRedisAPI. zrange(List<String> args, Handler<AsyncResult<Response>> handler)Return a range of members in a sorted set.RedisAPIRedisAPI. zrangebylex(List<String> args, Handler<AsyncResult<Response>> handler)Return a range of members in a sorted set, by lexicographical range.RedisAPIRedisAPI. zrangebyscore(List<String> args, Handler<AsyncResult<Response>> handler)Return a range of members in a sorted set, by score.RedisAPIRedisAPI. zrangestore(List<String> args, Handler<AsyncResult<Response>> handler)Store a range of members from sorted set into another key.RedisAPIRedisAPI. zrank(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Determine the index of a member in a sorted set.RedisAPIRedisAPI. zrem(List<String> args, Handler<AsyncResult<Response>> handler)Remove one or more members from a sorted set.RedisAPIRedisAPI. zremrangebylex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Remove all members in a sorted set between the given lexicographical range.RedisAPIRedisAPI. zremrangebyrank(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Remove all members in a sorted set within the given indexes.RedisAPIRedisAPI. zremrangebyscore(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)Remove all members in a sorted set within the given scores.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. 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.RedisAPIRedisAPI. zscan(List<String> args, Handler<AsyncResult<Response>> handler)Incrementally iterate sorted sets elements and associated scores.RedisAPIRedisAPI. zscore(String arg0, String arg1, Handler<AsyncResult<Response>> handler)Get the score associated with the given member in a sorted set.RedisAPIRedisAPI. zunion(List<String> args, Handler<AsyncResult<Response>> handler)Add multiple sorted sets.RedisAPIRedisAPI. zunionstore(List<String> args, Handler<AsyncResult<Response>> handler)Add multiple sorted sets and store the resulting sorted set in a new key.
-