io.smallrye.mutiny.Uni<Response> |
RedisAPI.acl(List<String> args) |
A container for Access List Control commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.append(String arg0,
String arg1) |
Append a value to a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.asking() |
Sent by cluster clients after an -ASK redirect.
|
Map<String,Response> |
Response.attributes() |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.auth(List<String> args) |
Authenticate to the server.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
List<Response> |
Redis.batchAndAwait(List<Request> commands) |
|
List<Response> |
RedisConnection.batchAndAwait(List<Request> commands) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfCard(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfDebug(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfExists(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfInsert(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfLoadchunk(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfMadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfMexists(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfReserve(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bfScandump(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bgrewriteaof() |
Asynchronously rewrite the append-only file.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bgsave(List<String> args) |
Asynchronously save the dataset to disk.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bitcount(List<String> args) |
Count set bits in a string.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bitfield(List<String> args) |
Perform arbitrary bitfield integer operations on strings.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bitfieldRo(List<String> args) |
Perform arbitrary bitfield integer operations on strings.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bitop(List<String> args) |
Perform bitwise operations between strings.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bitpos(List<String> args) |
Find first bit set or clear in a string.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.blmpop(List<String> args) |
Pop elements from a list, or block until one is available.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.blpop(List<String> args) |
Remove and get the first element in a list, or block until one is available.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.brpop(List<String> args) |
Remove and get the last element in a list, or block until one is available.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.bzmpop(List<String> args) |
Remove and return members with scores in a sorted set or block until one is available.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfAddnx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfCompact(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfCount(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfDebug(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfDel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfExists(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfInsert(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfInsertnx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfLoadchunk(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfMexists(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfReserve(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cfScandump(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.client(List<String> args) |
A container for client connection commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cluster(List<String> args) |
A container for cluster commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsIncrby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsInitbydim(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsInitbyprob(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsMerge(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.cmsQuery(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.command(List<String> args) |
Get array of Redis command details.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.config(List<String> args) |
A container for server configuration commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.copy(List<String> args) |
Copy a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.dbsize() |
Return the number of keys in the selected database.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.debug(List<String> args) |
A container for debugging commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.decr(String arg0) |
Decrement the integer value of a key by one.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.decrby(String arg0,
String arg1) |
Decrement the integer value of a key by the given number.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.del(List<String> args) |
Delete a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.discard() |
Discard all commands issued after MULTI.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.dump(String arg0) |
Return a serialized version of the value stored at the specified key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.echo(String arg0) |
Echo the given string.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.eval(List<String> args) |
Execute a Lua script server side.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.evalRo(List<String> args) |
Execute a read-only Lua script server side.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.evalsha(List<String> args) |
Execute a Lua script server side.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.evalshaRo(List<String> args) |
Execute a read-only Lua script server side.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.exec() |
Execute all commands issued after MULTI.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.exists(List<String> args) |
Determine if a key exists.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.expire(List<String> args) |
Set a key's time to live in seconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.expireat(List<String> args) |
Set the expiration for a key as a UNIX timestamp.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.expiretime(String arg0) |
Get the expiration Unix timestamp for a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.failover(List<String> args) |
Start a coordinated failover between this server and one of its replicas.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.fcall(List<String> args) |
Invoke a function.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.fcallRo(List<String> args) |
Invoke a read-only function.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.flushall(List<String> args) |
Remove all keys from all databases.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.flushdb(List<String> args) |
Remove all keys from the current database.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAggregate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAliasadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAliasaddifnx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAliasdel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAliasdelifx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAliasupdate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAlter(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftAlterifnx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftConfig(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftCreate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftCreateifnx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftCursor(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDebug(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDictadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDictdel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDictdump(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDrop(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDropifx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDropindex(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftDropindexifx(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftExplain(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftExplaincli(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftGet(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftList(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftMget(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftProfile(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSafeadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSearch(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSpellcheck(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSugadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSugdel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSugget(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSuglen(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSynadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSyndump(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftSynupdate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ftTagvals(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.function(List<String> args) |
A container for function commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.geoadd(List<String> args) |
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.geodist(List<String> args) |
Returns the distance between two members of a geospatial index.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.geohash(List<String> args) |
Returns members of a geospatial index as standard geohash strings.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.geopos(List<String> args) |
Returns longitude and latitude of members of a geospatial index.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.georadiusbymemberRo(List<String> args) |
A read-only variant for GEORADIUSBYMEMBER.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.georadiusRo(List<String> args) |
A read-only variant for GEORADIUS.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.get(String arg0) |
Get the value of a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.getbit(String arg0,
String arg1) |
Returns the bit value at offset in the string value stored at key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.getdel(String arg0) |
Get the value of a key and delete the key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.getex(List<String> args) |
Get the value of a key and optionally set its expiration.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.getrange(String arg0,
String arg1,
String arg2) |
Get a substring of the string stored at a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.getset(String arg0,
String arg1) |
Set the string value of a key and return its old value.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphBulk(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphConfig(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphDebug(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphDelete(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphExplain(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphList(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphProfile(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphQuery(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphRoQuery(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.graphSlowlog(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hdel(List<String> args) |
Delete one or more hash fields.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hello(List<String> args) |
Handshake with Redis.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hexists(String arg0,
String arg1) |
Determine if a hash field exists.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hget(String arg0,
String arg1) |
Get the value of a hash field.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hgetall(String arg0) |
Get all the fields and values in a hash.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hincrby(String arg0,
String arg1,
String arg2) |
Increment the integer value of a hash field by the given number.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hincrbyfloat(String arg0,
String arg1,
String arg2) |
Increment the float value of a hash field by the given amount.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hkeys(String arg0) |
Get all the fields in a hash.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hlen(String arg0) |
Get the number of fields in a hash.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hmget(List<String> args) |
Get the values of all the given hash fields.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hmset(List<String> args) |
Set multiple hash fields to multiple values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hrandfield(List<String> args) |
Get one or multiple random fields from a hash.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hscan(List<String> args) |
Incrementally iterate hash fields and associated values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hset(List<String> args) |
Set the string value of a hash field.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hsetnx(String arg0,
String arg1,
String arg2) |
Set the value of a hash field, only if the field does not exist.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hstrlen(String arg0,
String arg1) |
Get the length of the value of a hash field.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.hvals(String arg0) |
Get all the values in a hash.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.incr(String arg0) |
Increment the integer value of a key by one.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.incrby(String arg0,
String arg1) |
Increment the integer value of a key by the given amount.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.incrbyfloat(String arg0,
String arg1) |
Increment the float value of a key by the given amount.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.info(List<String> args) |
Get information and statistics about the server.
|
Iterator<Response> |
Response.iterator() |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrappend(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrindex(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrinsert(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrlen(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrpop(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonArrtrim(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonClear(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonDebug(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonDel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonForget(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonGet(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonMget(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonNumincrby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonNummultby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonNumpowby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonObjkeys(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonObjlen(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonResp(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonSet(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonStrappend(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonStrlen(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonToggle(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.jsonType(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.keys(String arg0) |
Find all keys matching the given pattern.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lastsave() |
Get the UNIX time stamp of the last successful save to disk.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.latency(List<String> args) |
A container for latency diagnostics commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lcs(List<String> args) |
Find longest common substring.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lindex(String arg0,
String arg1) |
Get an element from a list by its index.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.linsert(String arg0,
String arg1,
String arg2,
String arg3) |
Insert an element before or after another element in a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.llen(String arg0) |
Get the length of a list.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lmpop(List<String> args) |
Pop elements from a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lolwut(List<String> args) |
Display some computer art and the Redis version.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lpop(List<String> args) |
Remove and get the first elements in a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lpos(List<String> args) |
Return the index of matching elements on a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lpush(List<String> args) |
Prepend one or multiple elements to a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lpushx(List<String> args) |
Prepend an element to a list, only if the list exists.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lrange(String arg0,
String arg1,
String arg2) |
Get a range of elements from a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lrem(String arg0,
String arg1,
String arg2) |
Remove elements from a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.lset(String arg0,
String arg1,
String arg2) |
Set the value of an element in a list by its index.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ltrim(String arg0,
String arg1,
String arg2) |
Trim a list to the specified range.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.memory(List<String> args) |
A container for memory diagnostics commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.mget(List<String> args) |
Get the values of all the given keys.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.migrate(List<String> args) |
Atomically transfer a key from a Redis instance to another one.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.module(List<String> args) |
A container for module commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.monitor() |
Listen for all requests received by the server in real time.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.move(String arg0,
String arg1) |
Move a key to another database.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.mset(List<String> args) |
Set multiple keys to multiple values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.msetnx(List<String> args) |
Set multiple keys to multiple values, only if none of the keys exist.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.multi() |
Mark the start of a transaction block.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.object(List<String> args) |
A container for object introspection commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.persist(String arg0) |
Remove the expiration from a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pexpire(List<String> args) |
Set a key's time to live in milliseconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pexpireat(List<String> args) |
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pexpiretime(String arg0) |
Get the expiration Unix timestamp for a key in milliseconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pfadd(List<String> args) |
Adds the specified elements to the specified HyperLogLog.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pfcount(List<String> args) |
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pfdebug(String arg0,
String arg1) |
Internal commands for debugging HyperLogLog values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pfmerge(List<String> args) |
Merge N different HyperLogLogs into a single one.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pfselftest() |
An internal command for testing HyperLogLog values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ping(List<String> args) |
Ping the server.
|
Pipe<Response> |
RedisConnection.pipe() |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.psetex(String arg0,
String arg1,
String arg2) |
Set the value and expiration in milliseconds of a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.psubscribe(List<String> args) |
Listen for messages published to channels matching the given patterns.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.psync(List<String> args) |
Internal command used for replication.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pttl(String arg0) |
Get the time to live for a key in milliseconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.publish(String arg0,
String arg1) |
Post a message to a channel.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.pubsub(List<String> args) |
A container for Pub/Sub commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.punsubscribe(List<String> args) |
Stop listening for messages posted to channels matching the given patterns.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.quit(List<String> args) |
Close the connection.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.randomkey() |
Return a random key from the keyspace.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.readonly() |
Enables read queries for a connection to a cluster replica node.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.readwrite() |
Disables read queries for a connection to a cluster replica node.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.rename(String arg0,
String arg1) |
Rename a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.renamenx(String arg0,
String arg1) |
Rename a key, only if the new key does not exist.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.replconf(List<String> args) |
An internal command for configuring the replication stream.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.replicaof(String arg0,
String arg1) |
Make the server a replica of another instance, or promote it as master.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.reset() |
Reset the connection.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.restore(List<String> args) |
Create a key using the provided serialized value, previously obtained using DUMP.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.restoreAsking(List<String> args) |
An internal command for migrating keys in a cluster.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.role() |
Return the role of the instance in the context of replication.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.rpop(List<String> args) |
Remove and get the last elements in a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.rpoplpush(String arg0,
String arg1) |
Remove the last element in a list, prepend it to another list and return it.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.rpush(List<String> args) |
Append one or multiple elements to a list.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.rpushx(List<String> args) |
Append an element to a list, only if the list exists.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sadd(List<String> args) |
Add one or more members to a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.save() |
Synchronously save the dataset to disk.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.scan(List<String> args) |
Incrementally iterate the keys space.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.scard(String arg0) |
Get the number of members in a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.script(List<String> args) |
A container for Lua scripts management commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sdiff(List<String> args) |
Subtract multiple sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sdiffstore(List<String> args) |
Subtract multiple sets and store the resulting set in a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.select(String arg0) |
Change the selected database for the current connection.
|
io.smallrye.mutiny.Uni<Response> |
Redis.send(Request command) |
Send the given command to the redis server or cluster.
|
io.smallrye.mutiny.Uni<Response> |
RedisConnection.send(Request command) |
Send the given command to the redis server or cluster.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.set(List<String> args) |
Set the string value of a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.setbit(String arg0,
String arg1,
String arg2) |
Sets or clears the bit at offset in the string value stored at key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.setex(String arg0,
String arg1,
String arg2) |
Set the value and expiration of a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.setnx(String arg0,
String arg1) |
Set the value of a key, only if the key does not exist.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.setrange(String arg0,
String arg1,
String arg2) |
Overwrite part of a string at key starting at the specified offset.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.shutdown(List<String> args) |
Synchronously save the dataset to disk and then shut down the server.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sinter(List<String> args) |
Intersect multiple sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sintercard(List<String> args) |
Intersect multiple sets and return the cardinality of the result.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sinterstore(List<String> args) |
Intersect multiple sets and store the resulting set in a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sismember(String arg0,
String arg1) |
Determine if a given value is a member of a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.slaveof(String arg0,
String arg1) |
Make the server a replica of another instance, or promote it as master.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.slowlog(List<String> args) |
A container for slow log commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.smembers(String arg0) |
Get all the members in a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.smismember(List<String> args) |
Returns the membership associated with the given elements for a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.smove(String arg0,
String arg1,
String arg2) |
Move a member from one set to another.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sort(List<String> args) |
Sort the elements in a list, set or sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sortRo(List<String> args) |
Sort the elements in a list, set or sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.spop(List<String> args) |
Remove and return one or multiple random members from a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.spublish(String arg0,
String arg1) |
Post a message to a shard channel.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.srandmember(List<String> args) |
Get one or multiple random members from a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.srem(List<String> args) |
Remove one or more members from a set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sscan(List<String> args) |
Incrementally iterate Set elements.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ssubscribe(List<String> args) |
Listen for messages published to the given shard channels.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.strlen(String arg0) |
Get the length of the value stored in a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.subscribe(List<String> args) |
Listen for messages published to the given channels.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.substr(String arg0,
String arg1,
String arg2) |
Get a substring of the string stored at a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sunion(List<String> args) |
Add multiple sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sunionstore(List<String> args) |
Add multiple sets and store the resulting set in a key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sunsubscribe(List<String> args) |
Stop listening for messages posted to the given shard channels.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.swapdb(String arg0,
String arg1) |
Swaps two Redis databases.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.sync() |
Internal command used for replication.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestByrank(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestByrevrank(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestCdf(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestCreate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestMax(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestMerge(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestMin(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestQuantile(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestRank(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestReset(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestRevrank(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tdigestTrimmedMean(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.time() |
Return the current server time.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesClusterset(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesClustersetfromshard(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesHello(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesInfocluster(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesInnercommunication(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesNetworktest(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.timeseriesRefreshcluster(List<String> args) |
|
Iterable<Response> |
RedisConnection.toBlockingIterable() |
|
Stream<Response> |
RedisConnection.toBlockingStream() |
|
io.smallrye.mutiny.Multi<Response> |
RedisConnection.toMulti() |
|
io.smallrye.mutiny.Multi<Response> |
Response.toMulti() |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkCount(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkIncrby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkList(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkQuery(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.topkReserve(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.touch(List<String> args) |
Alters the last access time of a key(s).
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsAdd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsAlter(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsCreate(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsCreaterule(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsDecrby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsDel(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsDeleterule(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsGet(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsIncrby(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsInfo(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsMadd(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsMget(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsMrange(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsMrevrange(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsQueryindex(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsRange(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.tsRevrange(List<String> args) |
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.ttl(String arg0) |
Get the time to live for a key in seconds.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.type(String arg0) |
Determine the type stored at key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.unlink(List<String> args) |
Delete a key asynchronously in another thread.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.unsubscribe(List<String> args) |
Stop listening for messages posted to the given channels.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.unwatch() |
Forget about all watched keys.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.watch(List<String> args) |
Watch the given keys to determine execution of the MULTI/EXEC block.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xadd(List<String> args) |
Appends a new entry to a stream.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xdel(List<String> args) |
Removes the specified entries from the stream.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xgroup(List<String> args) |
A container for consumer groups commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xinfo(List<String> args) |
A container for stream introspection commands.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xlen(String arg0) |
Return the number of entries in a stream.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xrange(List<String> args) |
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<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.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xsetid(List<String> args) |
An internal command for replicating stream values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.xtrim(List<String> args) |
Trims the stream to (approximately if '~' is passed) a certain size.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zadd(List<String> args) |
Add one or more members to a sorted set, or update its score if it already exists.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zcard(String arg0) |
Get the number of members in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zcount(String arg0,
String arg1,
String arg2) |
Count the members in a sorted set with scores within the given values.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zdiff(List<String> args) |
Subtract multiple sorted sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zdiffstore(List<String> args) |
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zincrby(String arg0,
String arg1,
String arg2) |
Increment the score of a member in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zinter(List<String> args) |
Intersect multiple sorted sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zintercard(List<String> args) |
Intersect multiple sorted sets and return the cardinality of the result.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zinterstore(List<String> args) |
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zlexcount(String arg0,
String arg1,
String arg2) |
Count the number of members in a sorted set between a given lexicographical range.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zmpop(List<String> args) |
Remove and return members with scores in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zmscore(List<String> args) |
Get the score associated with the given members in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zpopmax(List<String> args) |
Remove and return members with the highest scores in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zpopmin(List<String> args) |
Remove and return members with the lowest scores in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrandmember(List<String> args) |
Get one or multiple random elements from a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrange(List<String> args) |
Return a range of members in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrangebylex(List<String> args) |
Return a range of members in a sorted set, by lexicographical range.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrangebyscore(List<String> args) |
Return a range of members in a sorted set, by score.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrangestore(List<String> args) |
Store a range of members from sorted set into another key.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrank(String arg0,
String arg1) |
Determine the index of a member in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrem(List<String> args) |
Remove one or more members from a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zremrangebylex(String arg0,
String arg1,
String arg2) |
Remove all members in a sorted set between the given lexicographical range.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zremrangebyrank(String arg0,
String arg1,
String arg2) |
Remove all members in a sorted set within the given indexes.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zremrangebyscore(String arg0,
String arg1,
String arg2) |
Remove all members in a sorted set within the given scores.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrevrange(List<String> args) |
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrevrangebylex(List<String> args) |
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrevrangebyscore(List<String> args) |
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zrevrank(String arg0,
String arg1) |
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zscan(List<String> args) |
Incrementally iterate sorted sets elements and associated scores.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zscore(String arg0,
String arg1) |
Get the score associated with the given member in a sorted set.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zunion(List<String> args) |
Add multiple sorted sets.
|
io.smallrye.mutiny.Uni<Response> |
RedisAPI.zunionstore(List<String> args) |
Add multiple sorted sets and store the resulting sorted set in a new key.
|