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