Class RedisAPI
- All Implemented Interfaces:
MutinyDelegate
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Response>
A container for Access List Control commands.aclAndAwait
(List<String> args) Blocking variant ofacl(List)
.aclAndForget
(List<String> args) Variant ofacl(List)
that ignores the result of the operation.static RedisAPI
static RedisAPI
api
(RedisConnection connection) io.smallrye.mutiny.Uni<Response>
Append a value to a key.appendAndAwait
(String arg0, String arg1) Blocking variant ofappend(String,String)
.appendAndForget
(String arg0, String arg1) Variant ofappend(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
asking()
Sent by cluster clients after an -ASK redirect.Blocking variant ofasking()
.Variant ofasking()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Authenticate to the server.authAndAwait
(List<String> args) Blocking variant ofauth(List)
.authAndForget
(List<String> args) Variant ofauth(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.ADD.bfAddAndAwait
(List<String> args) Blocking variant ofbfAdd(List)
.bfAddAndForget
(List<String> args) Variant ofbfAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.CARD.bfCardAndAwait
(List<String> args) Blocking variant ofbfCard(List)
.bfCardAndForget
(List<String> args) Variant ofbfCard(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.DEBUG.bfDebugAndAwait
(List<String> args) Blocking variant ofbfDebug(List)
.bfDebugAndForget
(List<String> args) Variant ofbfDebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.EXISTS.bfExistsAndAwait
(List<String> args) Blocking variant ofbfExists(List)
.bfExistsAndForget
(List<String> args) Variant ofbfExists(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.INFO.bfInfoAndAwait
(List<String> args) Blocking variant ofbfInfo(List)
.bfInfoAndForget
(List<String> args) Variant ofbfInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.INSERT.bfInsertAndAwait
(List<String> args) Blocking variant ofbfInsert(List)
.bfInsertAndForget
(List<String> args) Variant ofbfInsert(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
bfLoadchunk
(List<String> args) Redis command BF.LOADCHUNK.bfLoadchunkAndAwait
(List<String> args) Blocking variant ofbfLoadchunk(List)
.bfLoadchunkAndForget
(List<String> args) Variant ofbfLoadchunk(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.MADD.bfMaddAndAwait
(List<String> args) Blocking variant ofbfMadd(List)
.bfMaddAndForget
(List<String> args) Variant ofbfMadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.MEXISTS.bfMexistsAndAwait
(List<String> args) Blocking variant ofbfMexists(List)
.bfMexistsAndForget
(List<String> args) Variant ofbfMexists(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command BF.RESERVE.bfReserveAndAwait
(List<String> args) Blocking variant ofbfReserve(List)
.bfReserveAndForget
(List<String> args) Variant ofbfReserve(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
bfScandump
(List<String> args) Redis command BF.SCANDUMP.bfScandumpAndAwait
(List<String> args) Blocking variant ofbfScandump(List)
.bfScandumpAndForget
(List<String> args) Variant ofbfScandump(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Asynchronously rewrite the append-only file.Blocking variant ofbgrewriteaof()
.Variant ofbgrewriteaof()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Asynchronously save the dataset to disk.bgsaveAndAwait
(List<String> args) Blocking variant ofbgsave(List)
.bgsaveAndForget
(List<String> args) Variant ofbgsave(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Count set bits in a string.bitcountAndAwait
(List<String> args) Blocking variant ofbitcount(List)
.bitcountAndForget
(List<String> args) Variant ofbitcount(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Perform arbitrary bitfield integer operations on strings.bitfieldAndAwait
(List<String> args) Blocking variant ofbitfield(List)
.bitfieldAndForget
(List<String> args) Variant ofbitfield(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
bitfieldRo
(List<String> args) Perform arbitrary bitfield integer operations on strings.bitfieldRoAndAwait
(List<String> args) Blocking variant ofbitfieldRo(List)
.bitfieldRoAndForget
(List<String> args) Variant ofbitfieldRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Perform bitwise operations between strings.bitopAndAwait
(List<String> args) Blocking variant ofbitop(List)
.bitopAndForget
(List<String> args) Variant ofbitop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Find first bit set or clear in a string.bitposAndAwait
(List<String> args) Blocking variant ofbitpos(List)
.bitposAndForget
(List<String> args) Variant ofbitpos(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Pop an element from a list, push it to another list and return it; or block until one is available.Blocking variant ofblmove(String,String,String,String,String)
.Variant ofblmove(String,String,String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Pop elements from a list, or block until one is available.blmpopAndAwait
(List<String> args) Blocking variant ofblmpop(List)
.blmpopAndForget
(List<String> args) Variant ofblmpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and get the first element in a list, or block until one is available.blpopAndAwait
(List<String> args) Blocking variant ofblpop(List)
.blpopAndForget
(List<String> args) Variant ofblpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and get the last element in a list, or block until one is available.brpopAndAwait
(List<String> args) Blocking variant ofbrpop(List)
.brpopAndForget
(List<String> args) Variant ofbrpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
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.brpoplpushAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofbrpoplpush(String,String,String)
.brpoplpushAndForget
(String arg0, String arg1, String arg2) Variant ofbrpoplpush(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return members with scores in a sorted set or block until one is available.bzmpopAndAwait
(List<String> args) Blocking variant ofbzmpop(List)
.bzmpopAndForget
(List<String> args) Variant ofbzmpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.bzpopmaxAndAwait
(List<String> args) Blocking variant ofbzpopmax(List)
.bzpopmaxAndForget
(List<String> args) Variant ofbzpopmax(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.bzpopminAndAwait
(List<String> args) Blocking variant ofbzpopmin(List)
.bzpopminAndForget
(List<String> args) Variant ofbzpopmin(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.ADD.cfAddAndAwait
(List<String> args) Blocking variant ofcfAdd(List)
.cfAddAndForget
(List<String> args) Variant ofcfAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.ADDNX.cfAddnxAndAwait
(List<String> args) Blocking variant ofcfAddnx(List)
.cfAddnxAndForget
(List<String> args) Variant ofcfAddnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.COMPACT.cfCompactAndAwait
(List<String> args) Blocking variant ofcfCompact(List)
.cfCompactAndForget
(List<String> args) Variant ofcfCompact(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.COUNT.cfCountAndAwait
(List<String> args) Blocking variant ofcfCount(List)
.cfCountAndForget
(List<String> args) Variant ofcfCount(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.DEBUG.cfDebugAndAwait
(List<String> args) Blocking variant ofcfDebug(List)
.cfDebugAndForget
(List<String> args) Variant ofcfDebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.DEL.cfDelAndAwait
(List<String> args) Blocking variant ofcfDel(List)
.cfDelAndForget
(List<String> args) Variant ofcfDel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.EXISTS.cfExistsAndAwait
(List<String> args) Blocking variant ofcfExists(List)
.cfExistsAndForget
(List<String> args) Variant ofcfExists(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.INFO.cfInfoAndAwait
(List<String> args) Blocking variant ofcfInfo(List)
.cfInfoAndForget
(List<String> args) Variant ofcfInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.INSERT.cfInsertAndAwait
(List<String> args) Blocking variant ofcfInsert(List)
.cfInsertAndForget
(List<String> args) Variant ofcfInsert(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
cfInsertnx
(List<String> args) Redis command CF.INSERTNX.cfInsertnxAndAwait
(List<String> args) Blocking variant ofcfInsertnx(List)
.cfInsertnxAndForget
(List<String> args) Variant ofcfInsertnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
cfLoadchunk
(List<String> args) Redis command CF.LOADCHUNK.cfLoadchunkAndAwait
(List<String> args) Blocking variant ofcfLoadchunk(List)
.cfLoadchunkAndForget
(List<String> args) Variant ofcfLoadchunk(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.MEXISTS.cfMexistsAndAwait
(List<String> args) Blocking variant ofcfMexists(List)
.cfMexistsAndForget
(List<String> args) Variant ofcfMexists(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CF.RESERVE.cfReserveAndAwait
(List<String> args) Blocking variant ofcfReserve(List)
.cfReserveAndForget
(List<String> args) Variant ofcfReserve(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
cfScandump
(List<String> args) Redis command CF.SCANDUMP.cfScandumpAndAwait
(List<String> args) Blocking variant ofcfScandump(List)
.cfScandumpAndForget
(List<String> args) Variant ofcfScandump(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for client connection commands.clientAndAwait
(List<String> args) Blocking variant ofclient(List)
.clientAndForget
(List<String> args) Variant ofclient(List)
that ignores the result of the operation.void
close()
io.smallrye.mutiny.Uni<Response>
A container for cluster commands.clusterAndAwait
(List<String> args) Blocking variant ofcluster(List)
.clusterAndForget
(List<String> args) Variant ofcluster(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CMS.INCRBY.cmsIncrbyAndAwait
(List<String> args) Blocking variant ofcmsIncrby(List)
.cmsIncrbyAndForget
(List<String> args) Variant ofcmsIncrby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CMS.INFO.cmsInfoAndAwait
(List<String> args) Blocking variant ofcmsInfo(List)
.cmsInfoAndForget
(List<String> args) Variant ofcmsInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
cmsInitbydim
(List<String> args) Redis command CMS.INITBYDIM.cmsInitbydimAndAwait
(List<String> args) Blocking variant ofcmsInitbydim(List)
.cmsInitbydimAndForget
(List<String> args) Variant ofcmsInitbydim(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
cmsInitbyprob
(List<String> args) Redis command CMS.INITBYPROB.cmsInitbyprobAndAwait
(List<String> args) Blocking variant ofcmsInitbyprob(List)
.cmsInitbyprobAndForget
(List<String> args) Variant ofcmsInitbyprob(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CMS.MERGE.cmsMergeAndAwait
(List<String> args) Blocking variant ofcmsMerge(List)
.cmsMergeAndForget
(List<String> args) Variant ofcmsMerge(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command CMS.QUERY.cmsQueryAndAwait
(List<String> args) Blocking variant ofcmsQuery(List)
.cmsQueryAndForget
(List<String> args) Variant ofcmsQuery(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get array of Redis command details.commandAndAwait
(List<String> args) Blocking variant ofcommand(List)
.commandAndForget
(List<String> args) Variant ofcommand(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for server configuration commands.configAndAwait
(List<String> args) Blocking variant ofconfig(List)
.configAndForget
(List<String> args) Variant ofconfig(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Copy a key.copyAndAwait
(List<String> args) Blocking variant ofcopy(List)
.copyAndForget
(List<String> args) Variant ofcopy(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
dbsize()
Return the number of keys in the selected database.Blocking variant ofdbsize()
.Variant ofdbsize()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for debugging commands.debugAndAwait
(List<String> args) Blocking variant ofdebug(List)
.debugAndForget
(List<String> args) Variant ofdebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Decrement the integer value of a key by one.decrAndAwait
(String arg0) Blocking variant ofdecr(String)
.decrAndForget
(String arg0) Variant ofdecr(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Decrement the integer value of a key by the given number.decrbyAndAwait
(String arg0, String arg1) Blocking variant ofdecrby(String,String)
.decrbyAndForget
(String arg0, String arg1) Variant ofdecrby(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Delete a key.delAndAwait
(List<String> args) Blocking variant ofdel(List)
.delAndForget
(List<String> args) Variant ofdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
discard()
Discard all commands issued after MULTI.Blocking variant ofdiscard()
.Variant ofdiscard()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return a serialized version of the value stored at the specified key.dumpAndAwait
(String arg0) Blocking variant ofdump(String)
.dumpAndForget
(String arg0) Variant ofdump(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Echo the given string.echoAndAwait
(String arg0) Blocking variant ofecho(String)
.echoAndForget
(String arg0) Variant ofecho(String)
that ignores the result of the operation.boolean
io.smallrye.mutiny.Uni<Response>
Execute a Lua script server side.evalAndAwait
(List<String> args) Blocking variant ofeval(List)
.evalAndForget
(List<String> args) Variant ofeval(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Execute a read-only Lua script server side.evalRoAndAwait
(List<String> args) Blocking variant ofevalRo(List)
.evalRoAndForget
(List<String> args) Variant ofevalRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Execute a Lua script server side.evalshaAndAwait
(List<String> args) Blocking variant ofevalsha(List)
.evalshaAndForget
(List<String> args) Variant ofevalsha(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Execute a read-only Lua script server side.evalshaRoAndAwait
(List<String> args) Blocking variant ofevalshaRo(List)
.evalshaRoAndForget
(List<String> args) Variant ofevalshaRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
exec()
Execute all commands issued after MULTI.Blocking variant ofexec()
.Variant ofexec()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine if a key exists.existsAndAwait
(List<String> args) Blocking variant ofexists(List)
.existsAndForget
(List<String> args) Variant ofexists(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set a key's time to live in seconds.expireAndAwait
(List<String> args) Blocking variant ofexpire(List)
.expireAndForget
(List<String> args) Variant ofexpire(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the expiration for a key as a UNIX timestamp.expireatAndAwait
(List<String> args) Blocking variant ofexpireat(List)
.expireatAndForget
(List<String> args) Variant ofexpireat(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
expiretime
(String arg0) Get the expiration Unix timestamp for a key.expiretimeAndAwait
(String arg0) Blocking variant ofexpiretime(String)
.expiretimeAndForget
(String arg0) Variant ofexpiretime(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Start a coordinated failover between this server and one of its replicas.failoverAndAwait
(List<String> args) Blocking variant offailover(List)
.failoverAndForget
(List<String> args) Variant offailover(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Invoke a function.fcallAndAwait
(List<String> args) Blocking variant offcall(List)
.fcallAndForget
(List<String> args) Variant offcall(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Invoke a read-only function.fcallRoAndAwait
(List<String> args) Blocking variant offcallRo(List)
.fcallRoAndForget
(List<String> args) Variant offcallRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove all keys from all databases.flushallAndAwait
(List<String> args) Blocking variant offlushall(List)
.flushallAndForget
(List<String> args) Variant offlushall(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove all keys from the current database.flushdbAndAwait
(List<String> args) Blocking variant offlushdb(List)
.flushdbAndForget
(List<String> args) Variant offlushdb(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.ADD.ftAddAndAwait
(List<String> args) Blocking variant offtAdd(List)
.ftAddAndForget
(List<String> args) Variant offtAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAggregate
(List<String> args) Redis command FT.AGGREGATE.ftAggregateAndAwait
(List<String> args) Blocking variant offtAggregate(List)
.ftAggregateAndForget
(List<String> args) Variant offtAggregate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAliasadd
(List<String> args) Redis command FT.ALIASADD.ftAliasaddAndAwait
(List<String> args) Blocking variant offtAliasadd(List)
.ftAliasaddAndForget
(List<String> args) Variant offtAliasadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAliasaddifnx
(List<String> args) Redis command FT.ftAliasaddifnxAndAwait
(List<String> args) Blocking variant offtAliasaddifnx(List)
.ftAliasaddifnxAndForget
(List<String> args) Variant offtAliasaddifnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAliasdel
(List<String> args) Redis command FT.ALIASDEL.ftAliasdelAndAwait
(List<String> args) Blocking variant offtAliasdel(List)
.ftAliasdelAndForget
(List<String> args) Variant offtAliasdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAliasdelifx
(List<String> args) Redis command FT.ftAliasdelifxAndAwait
(List<String> args) Blocking variant offtAliasdelifx(List)
.ftAliasdelifxAndForget
(List<String> args) Variant offtAliasdelifx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAliasupdate
(List<String> args) Redis command FT.ALIASUPDATE.ftAliasupdateAndAwait
(List<String> args) Blocking variant offtAliasupdate(List)
.ftAliasupdateAndForget
(List<String> args) Variant offtAliasupdate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.ALTER.ftAlterAndAwait
(List<String> args) Blocking variant offtAlter(List)
.ftAlterAndForget
(List<String> args) Variant offtAlter(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftAlterifnx
(List<String> args) Redis command FT.ftAlterifnxAndAwait
(List<String> args) Blocking variant offtAlterifnx(List)
.ftAlterifnxAndForget
(List<String> args) Variant offtAlterifnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.CONFIG.ftConfigAndAwait
(List<String> args) Blocking variant offtConfig(List)
.ftConfigAndForget
(List<String> args) Variant offtConfig(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.CREATE.ftCreateAndAwait
(List<String> args) Blocking variant offtCreate(List)
.ftCreateAndForget
(List<String> args) Variant offtCreate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftCreateifnx
(List<String> args) Redis command FT.ftCreateifnxAndAwait
(List<String> args) Blocking variant offtCreateifnx(List)
.ftCreateifnxAndForget
(List<String> args) Variant offtCreateifnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.CURSOR.ftCursorAndAwait
(List<String> args) Blocking variant offtCursor(List)
.ftCursorAndForget
(List<String> args) Variant offtCursor(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.DEBUG.ftDebugAndAwait
(List<String> args) Blocking variant offtDebug(List)
.ftDebugAndForget
(List<String> args) Variant offtDebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.DEL.ftDelAndAwait
(List<String> args) Blocking variant offtDel(List)
.ftDelAndForget
(List<String> args) Variant offtDel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.DICTADD.ftDictaddAndAwait
(List<String> args) Blocking variant offtDictadd(List)
.ftDictaddAndForget
(List<String> args) Variant offtDictadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.DICTDEL.ftDictdelAndAwait
(List<String> args) Blocking variant offtDictdel(List)
.ftDictdelAndForget
(List<String> args) Variant offtDictdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftDictdump
(List<String> args) Redis command FT.DICTDUMP.ftDictdumpAndAwait
(List<String> args) Blocking variant offtDictdump(List)
.ftDictdumpAndForget
(List<String> args) Variant offtDictdump(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.DROP.ftDropAndAwait
(List<String> args) Blocking variant offtDrop(List)
.ftDropAndForget
(List<String> args) Variant offtDrop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.ftDropifxAndAwait
(List<String> args) Blocking variant offtDropifx(List)
.ftDropifxAndForget
(List<String> args) Variant offtDropifx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftDropindex
(List<String> args) Redis command FT.DROPINDEX.ftDropindexAndAwait
(List<String> args) Blocking variant offtDropindex(List)
.ftDropindexAndForget
(List<String> args) Variant offtDropindex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftDropindexifx
(List<String> args) Redis command FT.ftDropindexifxAndAwait
(List<String> args) Blocking variant offtDropindexifx(List)
.ftDropindexifxAndForget
(List<String> args) Variant offtDropindexifx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.EXPLAIN.ftExplainAndAwait
(List<String> args) Blocking variant offtExplain(List)
.ftExplainAndForget
(List<String> args) Variant offtExplain(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftExplaincli
(List<String> args) Redis command FT.EXPLAINCLI.ftExplaincliAndAwait
(List<String> args) Blocking variant offtExplaincli(List)
.ftExplaincliAndForget
(List<String> args) Variant offtExplaincli(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.GET.ftGetAndAwait
(List<String> args) Blocking variant offtGet(List)
.ftGetAndForget
(List<String> args) Variant offtGet(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.INFO.ftInfoAndAwait
(List<String> args) Blocking variant offtInfo(List)
.ftInfoAndForget
(List<String> args) Variant offtInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.ftListAndAwait
(List<String> args) Blocking variant offtList(List)
.ftListAndForget
(List<String> args) Variant offtList(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.MGET.ftMgetAndAwait
(List<String> args) Blocking variant offtMget(List)
.ftMgetAndForget
(List<String> args) Variant offtMget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.PROFILE.ftProfileAndAwait
(List<String> args) Blocking variant offtProfile(List)
.ftProfileAndForget
(List<String> args) Variant offtProfile(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SAFEADD.ftSafeaddAndAwait
(List<String> args) Blocking variant offtSafeadd(List)
.ftSafeaddAndForget
(List<String> args) Variant offtSafeadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SEARCH.ftSearchAndAwait
(List<String> args) Blocking variant offtSearch(List)
.ftSearchAndForget
(List<String> args) Variant offtSearch(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftSpellcheck
(List<String> args) Redis command FT.SPELLCHECK.ftSpellcheckAndAwait
(List<String> args) Blocking variant offtSpellcheck(List)
.ftSpellcheckAndForget
(List<String> args) Variant offtSpellcheck(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SUGADD.ftSugaddAndAwait
(List<String> args) Blocking variant offtSugadd(List)
.ftSugaddAndForget
(List<String> args) Variant offtSugadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SUGDEL.ftSugdelAndAwait
(List<String> args) Blocking variant offtSugdel(List)
.ftSugdelAndForget
(List<String> args) Variant offtSugdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SUGGET.ftSuggetAndAwait
(List<String> args) Blocking variant offtSugget(List)
.ftSuggetAndForget
(List<String> args) Variant offtSugget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SUGLEN.ftSuglenAndAwait
(List<String> args) Blocking variant offtSuglen(List)
.ftSuglenAndForget
(List<String> args) Variant offtSuglen(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SYNADD.ftSynaddAndAwait
(List<String> args) Blocking variant offtSynadd(List)
.ftSynaddAndForget
(List<String> args) Variant offtSynadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.SYNDUMP.ftSyndumpAndAwait
(List<String> args) Blocking variant offtSyndump(List)
.ftSyndumpAndForget
(List<String> args) Variant offtSyndump(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ftSynupdate
(List<String> args) Redis command FT.SYNUPDATE.ftSynupdateAndAwait
(List<String> args) Blocking variant offtSynupdate(List)
.ftSynupdateAndForget
(List<String> args) Variant offtSynupdate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command FT.TAGVALS.ftTagvalsAndAwait
(List<String> args) Blocking variant offtTagvals(List)
.ftTagvalsAndForget
(List<String> args) Variant offtTagvals(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for function commands.functionAndAwait
(List<String> args) Blocking variant offunction(List)
.functionAndForget
(List<String> args) Variant offunction(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Add one or more geospatial items in the geospatial index represented using a sorted set.geoaddAndAwait
(List<String> args) Blocking variant ofgeoadd(List)
.geoaddAndForget
(List<String> args) Variant ofgeoadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Returns the distance between two members of a geospatial index.geodistAndAwait
(List<String> args) Blocking variant ofgeodist(List)
.geodistAndForget
(List<String> args) Variant ofgeodist(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Returns members of a geospatial index as standard geohash strings.geohashAndAwait
(List<String> args) Blocking variant ofgeohash(List)
.geohashAndForget
(List<String> args) Variant ofgeohash(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Returns longitude and latitude of members of a geospatial index.geoposAndAwait
(List<String> args) Blocking variant ofgeopos(List)
.geoposAndForget
(List<String> args) Variant ofgeopos(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.georadiusAndAwait
(List<String> args) Blocking variant ofgeoradius(List)
.georadiusAndForget
(List<String> args) Variant ofgeoradius(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
georadiusbymember
(List<String> args) Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.georadiusbymemberAndAwait
(List<String> args) Blocking variant ofgeoradiusbymember(List)
.georadiusbymemberAndForget
(List<String> args) Variant ofgeoradiusbymember(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
georadiusbymemberRo
(List<String> args) A read-only variant for GEORADIUSBYMEMBER.Blocking variant ofgeoradiusbymemberRo(List)
.Variant ofgeoradiusbymemberRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
georadiusRo
(List<String> args) A read-only variant for GEORADIUS.georadiusRoAndAwait
(List<String> args) Blocking variant ofgeoradiusRo(List)
.georadiusRoAndForget
(List<String> args) Variant ofgeoradiusRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.geosearchAndAwait
(List<String> args) Blocking variant ofgeosearch(List)
.geosearchAndForget
(List<String> args) Variant ofgeosearch(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
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.geosearchstoreAndAwait
(List<String> args) Blocking variant ofgeosearchstore(List)
.geosearchstoreAndForget
(List<String> args) Variant ofgeosearchstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the value of a key.getAndAwait
(String arg0) Blocking variant ofget(String)
.getAndForget
(String arg0) Variant ofget(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Returns the bit value at offset in the string value stored at key.getbitAndAwait
(String arg0, String arg1) Blocking variant ofgetbit(String,String)
.getbitAndForget
(String arg0, String arg1) Variant ofgetbit(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the value of a key and delete the key.getdelAndAwait
(String arg0) Blocking variant ofgetdel(String)
.getdelAndForget
(String arg0) Variant ofgetdel(String)
that ignores the result of the operation.io.vertx.redis.client.RedisAPI
io.smallrye.mutiny.Uni<Response>
Get the value of a key and optionally set its expiration.getexAndAwait
(List<String> args) Blocking variant ofgetex(List)
.getexAndForget
(List<String> args) Variant ofgetex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get a substring of the string stored at a key.getrangeAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofgetrange(String,String,String)
.getrangeAndForget
(String arg0, String arg1, String arg2) Variant ofgetrange(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the string value of a key and return its old value.getsetAndAwait
(String arg0, String arg1) Blocking variant ofgetset(String,String)
.getsetAndForget
(String arg0, String arg1) Variant ofgetset(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command GRAPH.BULK.graphBulkAndAwait
(List<String> args) Blocking variant ofgraphBulk(List)
.graphBulkAndForget
(List<String> args) Variant ofgraphBulk(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphConfig
(List<String> args) Redis command GRAPH.CONFIG.graphConfigAndAwait
(List<String> args) Blocking variant ofgraphConfig(List)
.graphConfigAndForget
(List<String> args) Variant ofgraphConfig(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphDebug
(List<String> args) Redis command GRAPH.DEBUG.graphDebugAndAwait
(List<String> args) Blocking variant ofgraphDebug(List)
.graphDebugAndForget
(List<String> args) Variant ofgraphDebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphDelete
(List<String> args) Redis command GRAPH.DELETE.graphDeleteAndAwait
(List<String> args) Blocking variant ofgraphDelete(List)
.graphDeleteAndForget
(List<String> args) Variant ofgraphDelete(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphExplain
(List<String> args) Redis command GRAPH.EXPLAIN.graphExplainAndAwait
(List<String> args) Blocking variant ofgraphExplain(List)
.graphExplainAndForget
(List<String> args) Variant ofgraphExplain(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command GRAPH.LIST.graphListAndAwait
(List<String> args) Blocking variant ofgraphList(List)
.graphListAndForget
(List<String> args) Variant ofgraphList(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphProfile
(List<String> args) Redis command GRAPH.PROFILE.graphProfileAndAwait
(List<String> args) Blocking variant ofgraphProfile(List)
.graphProfileAndForget
(List<String> args) Variant ofgraphProfile(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphQuery
(List<String> args) Redis command GRAPH.QUERY.graphQueryAndAwait
(List<String> args) Blocking variant ofgraphQuery(List)
.graphQueryAndForget
(List<String> args) Variant ofgraphQuery(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphRoQuery
(List<String> args) Redis command GRAPH.RO_QUERY.graphRoQueryAndAwait
(List<String> args) Blocking variant ofgraphRoQuery(List)
.graphRoQueryAndForget
(List<String> args) Variant ofgraphRoQuery(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
graphSlowlog
(List<String> args) Redis command GRAPH.SLOWLOG.graphSlowlogAndAwait
(List<String> args) Blocking variant ofgraphSlowlog(List)
.graphSlowlogAndForget
(List<String> args) Variant ofgraphSlowlog(List)
that ignores the result of the operation.int
hashCode()
io.smallrye.mutiny.Uni<Response>
Delete one or more hash fields.hdelAndAwait
(List<String> args) Blocking variant ofhdel(List)
.hdelAndForget
(List<String> args) Variant ofhdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Handshake with Redis.helloAndAwait
(List<String> args) Blocking variant ofhello(List)
.helloAndForget
(List<String> args) Variant ofhello(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine if a hash field exists.hexistsAndAwait
(String arg0, String arg1) Blocking variant ofhexists(String,String)
.hexistsAndForget
(String arg0, String arg1) Variant ofhexists(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the value of a hash field.io.smallrye.mutiny.Uni<Response>
Get all the fields and values in a hash.hgetallAndAwait
(String arg0) Blocking variant ofhgetall(String)
.hgetallAndForget
(String arg0) Variant ofhgetall(String)
that ignores the result of the operation.hgetAndAwait
(String arg0, String arg1) Blocking variant ofhget(String,String)
.hgetAndForget
(String arg0, String arg1) Variant ofhget(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Increment the integer value of a hash field by the given number.hincrbyAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofhincrby(String,String,String)
.hincrbyAndForget
(String arg0, String arg1, String arg2) Variant ofhincrby(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
hincrbyfloat
(String arg0, String arg1, String arg2) Increment the float value of a hash field by the given amount.hincrbyfloatAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofhincrbyfloat(String,String,String)
.hincrbyfloatAndForget
(String arg0, String arg1, String arg2) Variant ofhincrbyfloat(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get all the fields in a hash.hkeysAndAwait
(String arg0) Blocking variant ofhkeys(String)
.hkeysAndForget
(String arg0) Variant ofhkeys(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the number of fields in a hash.hlenAndAwait
(String arg0) Blocking variant ofhlen(String)
.hlenAndForget
(String arg0) Variant ofhlen(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the values of all the given hash fields.hmgetAndAwait
(List<String> args) Blocking variant ofhmget(List)
.hmgetAndForget
(List<String> args) Variant ofhmget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set multiple hash fields to multiple values.hmsetAndAwait
(List<String> args) Blocking variant ofhmset(List)
.hmsetAndForget
(List<String> args) Variant ofhmset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
hrandfield
(List<String> args) Get one or multiple random fields from a hash.hrandfieldAndAwait
(List<String> args) Blocking variant ofhrandfield(List)
.hrandfieldAndForget
(List<String> args) Variant ofhrandfield(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Incrementally iterate hash fields and associated values.hscanAndAwait
(List<String> args) Blocking variant ofhscan(List)
.hscanAndForget
(List<String> args) Variant ofhscan(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the string value of a hash field.hsetAndAwait
(List<String> args) Blocking variant ofhset(List)
.hsetAndForget
(List<String> args) Variant ofhset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the value of a hash field, only if the field does not exist.hsetnxAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofhsetnx(String,String,String)
.hsetnxAndForget
(String arg0, String arg1, String arg2) Variant ofhsetnx(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the length of the value of a hash field.hstrlenAndAwait
(String arg0, String arg1) Blocking variant ofhstrlen(String,String)
.hstrlenAndForget
(String arg0, String arg1) Variant ofhstrlen(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get all the values in a hash.hvalsAndAwait
(String arg0) Blocking variant ofhvals(String)
.hvalsAndForget
(String arg0) Variant ofhvals(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Increment the integer value of a key by one.incrAndAwait
(String arg0) Blocking variant ofincr(String)
.incrAndForget
(String arg0) Variant ofincr(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Increment the integer value of a key by the given amount.incrbyAndAwait
(String arg0, String arg1) Blocking variant ofincrby(String,String)
.incrbyAndForget
(String arg0, String arg1) Variant ofincrby(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
incrbyfloat
(String arg0, String arg1) Increment the float value of a key by the given amount.incrbyfloatAndAwait
(String arg0, String arg1) Blocking variant ofincrbyfloat(String,String)
.incrbyfloatAndForget
(String arg0, String arg1) Variant ofincrbyfloat(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get information and statistics about the server.infoAndAwait
(List<String> args) Blocking variant ofinfo(List)
.infoAndForget
(List<String> args) Variant ofinfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrappend
(List<String> args) Redis command JSON.ARRAPPEND.jsonArrappendAndAwait
(List<String> args) Blocking variant ofjsonArrappend(List)
.jsonArrappendAndForget
(List<String> args) Variant ofjsonArrappend(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrindex
(List<String> args) Redis command JSON.ARRINDEX.jsonArrindexAndAwait
(List<String> args) Blocking variant ofjsonArrindex(List)
.jsonArrindexAndForget
(List<String> args) Variant ofjsonArrindex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrinsert
(List<String> args) Redis command JSON.ARRINSERT.jsonArrinsertAndAwait
(List<String> args) Blocking variant ofjsonArrinsert(List)
.jsonArrinsertAndForget
(List<String> args) Variant ofjsonArrinsert(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrlen
(List<String> args) Redis command JSON.ARRLEN.jsonArrlenAndAwait
(List<String> args) Blocking variant ofjsonArrlen(List)
.jsonArrlenAndForget
(List<String> args) Variant ofjsonArrlen(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrpop
(List<String> args) Redis command JSON.ARRPOP.jsonArrpopAndAwait
(List<String> args) Blocking variant ofjsonArrpop(List)
.jsonArrpopAndForget
(List<String> args) Variant ofjsonArrpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonArrtrim
(List<String> args) Redis command JSON.ARRTRIM.jsonArrtrimAndAwait
(List<String> args) Blocking variant ofjsonArrtrim(List)
.jsonArrtrimAndForget
(List<String> args) Variant ofjsonArrtrim(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.CLEAR.jsonClearAndAwait
(List<String> args) Blocking variant ofjsonClear(List)
.jsonClearAndForget
(List<String> args) Variant ofjsonClear(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.DEBUG.jsonDebugAndAwait
(List<String> args) Blocking variant ofjsonDebug(List)
.jsonDebugAndForget
(List<String> args) Variant ofjsonDebug(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.DEL.jsonDelAndAwait
(List<String> args) Blocking variant ofjsonDel(List)
.jsonDelAndForget
(List<String> args) Variant ofjsonDel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonForget
(List<String> args) Redis command JSON.FORGET.jsonForgetAndAwait
(List<String> args) Blocking variant ofjsonForget(List)
.jsonForgetAndForget
(List<String> args) Variant ofjsonForget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.GET.jsonGetAndAwait
(List<String> args) Blocking variant ofjsonGet(List)
.jsonGetAndForget
(List<String> args) Variant ofjsonGet(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.MGET.jsonMgetAndAwait
(List<String> args) Blocking variant ofjsonMget(List)
.jsonMgetAndForget
(List<String> args) Variant ofjsonMget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonNumincrby
(List<String> args) Redis command JSON.NUMINCRBY.jsonNumincrbyAndAwait
(List<String> args) Blocking variant ofjsonNumincrby(List)
.jsonNumincrbyAndForget
(List<String> args) Variant ofjsonNumincrby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonNummultby
(List<String> args) Redis command JSON.NUMMULTBY.jsonNummultbyAndAwait
(List<String> args) Blocking variant ofjsonNummultby(List)
.jsonNummultbyAndForget
(List<String> args) Variant ofjsonNummultby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonNumpowby
(List<String> args) Redis command JSON.NUMPOWBY.jsonNumpowbyAndAwait
(List<String> args) Blocking variant ofjsonNumpowby(List)
.jsonNumpowbyAndForget
(List<String> args) Variant ofjsonNumpowby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonObjkeys
(List<String> args) Redis command JSON.OBJKEYS.jsonObjkeysAndAwait
(List<String> args) Blocking variant ofjsonObjkeys(List)
.jsonObjkeysAndForget
(List<String> args) Variant ofjsonObjkeys(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonObjlen
(List<String> args) Redis command JSON.OBJLEN.jsonObjlenAndAwait
(List<String> args) Blocking variant ofjsonObjlen(List)
.jsonObjlenAndForget
(List<String> args) Variant ofjsonObjlen(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.RESP.jsonRespAndAwait
(List<String> args) Blocking variant ofjsonResp(List)
.jsonRespAndForget
(List<String> args) Variant ofjsonResp(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.SET.jsonSetAndAwait
(List<String> args) Blocking variant ofjsonSet(List)
.jsonSetAndForget
(List<String> args) Variant ofjsonSet(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonStrappend
(List<String> args) Redis command JSON.STRAPPEND.jsonStrappendAndAwait
(List<String> args) Blocking variant ofjsonStrappend(List)
.jsonStrappendAndForget
(List<String> args) Variant ofjsonStrappend(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonStrlen
(List<String> args) Redis command JSON.STRLEN.jsonStrlenAndAwait
(List<String> args) Blocking variant ofjsonStrlen(List)
.jsonStrlenAndForget
(List<String> args) Variant ofjsonStrlen(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
jsonToggle
(List<String> args) Redis command JSON.TOGGLE.jsonToggleAndAwait
(List<String> args) Blocking variant ofjsonToggle(List)
.jsonToggleAndForget
(List<String> args) Variant ofjsonToggle(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command JSON.TYPE.jsonTypeAndAwait
(List<String> args) Blocking variant ofjsonType(List)
.jsonTypeAndForget
(List<String> args) Variant ofjsonType(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Find all keys matching the given pattern.keysAndAwait
(String arg0) Blocking variant ofkeys(String)
.keysAndForget
(String arg0) Variant ofkeys(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
lastsave()
Get the UNIX time stamp of the last successful save to disk.Blocking variant oflastsave()
.Variant oflastsave()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for latency diagnostics commands.latencyAndAwait
(List<String> args) Blocking variant oflatency(List)
.latencyAndForget
(List<String> args) Variant oflatency(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Find longest common substring.lcsAndAwait
(List<String> args) Blocking variant oflcs(List)
.lcsAndForget
(List<String> args) Variant oflcs(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get an element from a list by its index.lindexAndAwait
(String arg0, String arg1) Blocking variant oflindex(String,String)
.lindexAndForget
(String arg0, String arg1) Variant oflindex(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Insert an element before or after another element in a list.linsertAndAwait
(String arg0, String arg1, String arg2, String arg3) Blocking variant oflinsert(String,String,String,String)
.linsertAndForget
(String arg0, String arg1, String arg2, String arg3) Variant oflinsert(String,String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the length of a list.llenAndAwait
(String arg0) Blocking variant ofllen(String)
.llenAndForget
(String arg0) Variant ofllen(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Pop an element from a list, push it to another list and return it.lmoveAndAwait
(String arg0, String arg1, String arg2, String arg3) Blocking variant oflmove(String,String,String,String)
.lmoveAndForget
(String arg0, String arg1, String arg2, String arg3) Variant oflmove(String,String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Pop elements from a list.lmpopAndAwait
(List<String> args) Blocking variant oflmpop(List)
.lmpopAndForget
(List<String> args) Variant oflmpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Display some computer art and the Redis version.lolwutAndAwait
(List<String> args) Blocking variant oflolwut(List)
.lolwutAndForget
(List<String> args) Variant oflolwut(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and get the first elements in a list.lpopAndAwait
(List<String> args) Blocking variant oflpop(List)
.lpopAndForget
(List<String> args) Variant oflpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return the index of matching elements on a list.lposAndAwait
(List<String> args) Blocking variant oflpos(List)
.lposAndForget
(List<String> args) Variant oflpos(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Prepend one or multiple elements to a list.lpushAndAwait
(List<String> args) Blocking variant oflpush(List)
.lpushAndForget
(List<String> args) Variant oflpush(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Prepend an element to a list, only if the list exists.lpushxAndAwait
(List<String> args) Blocking variant oflpushx(List)
.lpushxAndForget
(List<String> args) Variant oflpushx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get a range of elements from a list.lrangeAndAwait
(String arg0, String arg1, String arg2) Blocking variant oflrange(String,String,String)
.lrangeAndForget
(String arg0, String arg1, String arg2) Variant oflrange(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove elements from a list.lremAndAwait
(String arg0, String arg1, String arg2) Blocking variant oflrem(String,String,String)
.lremAndForget
(String arg0, String arg1, String arg2) Variant oflrem(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the value of an element in a list by its index.lsetAndAwait
(String arg0, String arg1, String arg2) Blocking variant oflset(String,String,String)
.lsetAndForget
(String arg0, String arg1, String arg2) Variant oflset(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Trim a list to the specified range.ltrimAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofltrim(String,String,String)
.ltrimAndForget
(String arg0, String arg1, String arg2) Variant ofltrim(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for memory diagnostics commands.memoryAndAwait
(List<String> args) Blocking variant ofmemory(List)
.memoryAndForget
(List<String> args) Variant ofmemory(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the values of all the given keys.mgetAndAwait
(List<String> args) Blocking variant ofmget(List)
.mgetAndForget
(List<String> args) Variant ofmget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Atomically transfer a key from a Redis instance to another one.migrateAndAwait
(List<String> args) Blocking variant ofmigrate(List)
.migrateAndForget
(List<String> args) Variant ofmigrate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for module commands.moduleAndAwait
(List<String> args) Blocking variant ofmodule(List)
.moduleAndForget
(List<String> args) Variant ofmodule(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
monitor()
Listen for all requests received by the server in real time.Blocking variant ofmonitor()
.Variant ofmonitor()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Move a key to another database.moveAndAwait
(String arg0, String arg1) Blocking variant ofmove(String,String)
.moveAndForget
(String arg0, String arg1) Variant ofmove(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set multiple keys to multiple values.msetAndAwait
(List<String> args) Blocking variant ofmset(List)
.msetAndForget
(List<String> args) Variant ofmset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set multiple keys to multiple values, only if none of the keys exist.msetnxAndAwait
(List<String> args) Blocking variant ofmsetnx(List)
.msetnxAndForget
(List<String> args) Variant ofmsetnx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
multi()
Mark the start of a transaction block.Blocking variant ofmulti()
.Variant ofmulti()
that ignores the result of the operation.static RedisAPI
newInstance
(io.vertx.redis.client.RedisAPI arg) io.smallrye.mutiny.Uni<Response>
A container for object introspection commands.objectAndAwait
(List<String> args) Blocking variant ofobject(List)
.objectAndForget
(List<String> args) Variant ofobject(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove the expiration from a key.persistAndAwait
(String arg0) Blocking variant ofpersist(String)
.persistAndForget
(String arg0) Variant ofpersist(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set a key's time to live in milliseconds.pexpireAndAwait
(List<String> args) Blocking variant ofpexpire(List)
.pexpireAndForget
(List<String> args) Variant ofpexpire(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the expiration for a key as a UNIX timestamp specified in milliseconds.pexpireatAndAwait
(List<String> args) Blocking variant ofpexpireat(List)
.pexpireatAndForget
(List<String> args) Variant ofpexpireat(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
pexpiretime
(String arg0) Get the expiration Unix timestamp for a key in milliseconds.pexpiretimeAndAwait
(String arg0) Blocking variant ofpexpiretime(String)
.pexpiretimeAndForget
(String arg0) Variant ofpexpiretime(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Adds the specified elements to the specified HyperLogLog.pfaddAndAwait
(List<String> args) Blocking variant ofpfadd(List)
.pfaddAndForget
(List<String> args) Variant ofpfadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).pfcountAndAwait
(List<String> args) Blocking variant ofpfcount(List)
.pfcountAndForget
(List<String> args) Variant ofpfcount(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Internal commands for debugging HyperLogLog values.pfdebugAndAwait
(String arg0, String arg1) Blocking variant ofpfdebug(String,String)
.pfdebugAndForget
(String arg0, String arg1) Variant ofpfdebug(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Merge N different HyperLogLogs into a single one.pfmergeAndAwait
(List<String> args) Blocking variant ofpfmerge(List)
.pfmergeAndForget
(List<String> args) Variant ofpfmerge(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
An internal command for testing HyperLogLog values.Blocking variant ofpfselftest()
.Variant ofpfselftest()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Ping the server.pingAndAwait
(List<String> args) Blocking variant ofping(List)
.pingAndForget
(List<String> args) Variant ofping(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the value and expiration in milliseconds of a key.psetexAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofpsetex(String,String,String)
.psetexAndForget
(String arg0, String arg1, String arg2) Variant ofpsetex(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
psubscribe
(List<String> args) Listen for messages published to channels matching the given patterns.psubscribeAndAwait
(List<String> args) Blocking variant ofpsubscribe(List)
.psubscribeAndForget
(List<String> args) Variant ofpsubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Internal command used for replication.psyncAndAwait
(List<String> args) Blocking variant ofpsync(List)
.psyncAndForget
(List<String> args) Variant ofpsync(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the time to live for a key in milliseconds.pttlAndAwait
(String arg0) Blocking variant ofpttl(String)
.pttlAndForget
(String arg0) Variant ofpttl(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Post a message to a channel.publishAndAwait
(String arg0, String arg1) Blocking variant ofpublish(String,String)
.publishAndForget
(String arg0, String arg1) Variant ofpublish(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for Pub/Sub commands.pubsubAndAwait
(List<String> args) Blocking variant ofpubsub(List)
.pubsubAndForget
(List<String> args) Variant ofpubsub(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
punsubscribe
(List<String> args) Stop listening for messages posted to channels matching the given patterns.punsubscribeAndAwait
(List<String> args) Blocking variant ofpunsubscribe(List)
.punsubscribeAndForget
(List<String> args) Variant ofpunsubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Close the connection.quitAndAwait
(List<String> args) Blocking variant ofquit(List)
.quitAndForget
(List<String> args) Variant ofquit(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return a random key from the keyspace.Blocking variant ofrandomkey()
.Variant ofrandomkey()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
readonly()
Enables read queries for a connection to a cluster replica node.Blocking variant ofreadonly()
.Variant ofreadonly()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Disables read queries for a connection to a cluster replica node.Blocking variant ofreadwrite()
.Variant ofreadwrite()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Rename a key.renameAndAwait
(String arg0, String arg1) Blocking variant ofrename(String,String)
.renameAndForget
(String arg0, String arg1) Variant ofrename(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Rename a key, only if the new key does not exist.renamenxAndAwait
(String arg0, String arg1) Blocking variant ofrenamenx(String,String)
.renamenxAndForget
(String arg0, String arg1) Variant ofrenamenx(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
An internal command for configuring the replication stream.replconfAndAwait
(List<String> args) Blocking variant ofreplconf(List)
.replconfAndForget
(List<String> args) Variant ofreplconf(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Make the server a replica of another instance, or promote it as master.replicaofAndAwait
(String arg0, String arg1) Blocking variant ofreplicaof(String,String)
.replicaofAndForget
(String arg0, String arg1) Variant ofreplicaof(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
reset()
Reset the connection.Blocking variant ofreset()
.Variant ofreset()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Create a key using the provided serialized value, previously obtained using DUMP.restoreAndAwait
(List<String> args) Blocking variant ofrestore(List)
.restoreAndForget
(List<String> args) Variant ofrestore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
restoreAsking
(List<String> args) An internal command for migrating keys in a cluster.restoreAskingAndAwait
(List<String> args) Blocking variant ofrestoreAsking(List)
.restoreAskingAndForget
(List<String> args) Variant ofrestoreAsking(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
role()
Return the role of the instance in the context of replication.Blocking variant ofrole()
.Variant ofrole()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and get the last elements in a list.rpopAndAwait
(List<String> args) Blocking variant ofrpop(List)
.rpopAndForget
(List<String> args) Variant ofrpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove the last element in a list, prepend it to another list and return it.rpoplpushAndAwait
(String arg0, String arg1) Blocking variant ofrpoplpush(String,String)
.rpoplpushAndForget
(String arg0, String arg1) Variant ofrpoplpush(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Append one or multiple elements to a list.rpushAndAwait
(List<String> args) Blocking variant ofrpush(List)
.rpushAndForget
(List<String> args) Variant ofrpush(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Append an element to a list, only if the list exists.rpushxAndAwait
(List<String> args) Blocking variant ofrpushx(List)
.rpushxAndForget
(List<String> args) Variant ofrpushx(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Add one or more members to a set.saddAndAwait
(List<String> args) Blocking variant ofsadd(List)
.saddAndForget
(List<String> args) Variant ofsadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
save()
Synchronously save the dataset to disk.Blocking variant ofsave()
.Variant ofsave()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Incrementally iterate the keys space.scanAndAwait
(List<String> args) Blocking variant ofscan(List)
.scanAndForget
(List<String> args) Variant ofscan(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the number of members in a set.scardAndAwait
(String arg0) Blocking variant ofscard(String)
.scardAndForget
(String arg0) Variant ofscard(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for Lua scripts management commands.scriptAndAwait
(List<String> args) Blocking variant ofscript(List)
.scriptAndForget
(List<String> args) Variant ofscript(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Subtract multiple sets.sdiffAndAwait
(List<String> args) Blocking variant ofsdiff(List)
.sdiffAndForget
(List<String> args) Variant ofsdiff(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sdiffstore
(List<String> args) Subtract multiple sets and store the resulting set in a key.sdiffstoreAndAwait
(List<String> args) Blocking variant ofsdiffstore(List)
.sdiffstoreAndForget
(List<String> args) Variant ofsdiffstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Change the selected database for the current connection.selectAndAwait
(String arg0) Blocking variant ofselect(String)
.selectAndForget
(String arg0) Variant ofselect(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the string value of a key.setAndAwait
(List<String> args) Blocking variant ofset(List)
.setAndForget
(List<String> args) Variant ofset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Sets or clears the bit at offset in the string value stored at key.setbitAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofsetbit(String,String,String)
.setbitAndForget
(String arg0, String arg1, String arg2) Variant ofsetbit(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the value and expiration of a key.setexAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofsetex(String,String,String)
.setexAndForget
(String arg0, String arg1, String arg2) Variant ofsetex(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Set the value of a key, only if the key does not exist.setnxAndAwait
(String arg0, String arg1) Blocking variant ofsetnx(String,String)
.setnxAndForget
(String arg0, String arg1) Variant ofsetnx(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Overwrite part of a string at key starting at the specified offset.setrangeAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofsetrange(String,String,String)
.setrangeAndForget
(String arg0, String arg1, String arg2) Variant ofsetrange(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Synchronously save the dataset to disk and then shut down the server.shutdownAndAwait
(List<String> args) Blocking variant ofshutdown(List)
.shutdownAndForget
(List<String> args) Variant ofshutdown(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Intersect multiple sets.sinterAndAwait
(List<String> args) Blocking variant ofsinter(List)
.sinterAndForget
(List<String> args) Variant ofsinter(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sintercard
(List<String> args) Intersect multiple sets and return the cardinality of the result.sintercardAndAwait
(List<String> args) Blocking variant ofsintercard(List)
.sintercardAndForget
(List<String> args) Variant ofsintercard(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sinterstore
(List<String> args) Intersect multiple sets and store the resulting set in a key.sinterstoreAndAwait
(List<String> args) Blocking variant ofsinterstore(List)
.sinterstoreAndForget
(List<String> args) Variant ofsinterstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine if a given value is a member of a set.sismemberAndAwait
(String arg0, String arg1) Blocking variant ofsismember(String,String)
.sismemberAndForget
(String arg0, String arg1) Variant ofsismember(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Make the server a replica of another instance, or promote it as master.slaveofAndAwait
(String arg0, String arg1) Blocking variant ofslaveof(String,String)
.slaveofAndForget
(String arg0, String arg1) Variant ofslaveof(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for slow log commands.slowlogAndAwait
(List<String> args) Blocking variant ofslowlog(List)
.slowlogAndForget
(List<String> args) Variant ofslowlog(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get all the members in a set.smembersAndAwait
(String arg0) Blocking variant ofsmembers(String)
.smembersAndForget
(String arg0) Variant ofsmembers(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
smismember
(List<String> args) Returns the membership associated with the given elements for a set.smismemberAndAwait
(List<String> args) Blocking variant ofsmismember(List)
.smismemberAndForget
(List<String> args) Variant ofsmismember(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Move a member from one set to another.smoveAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofsmove(String,String,String)
.smoveAndForget
(String arg0, String arg1, String arg2) Variant ofsmove(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Sort the elements in a list, set or sorted set.sortAndAwait
(List<String> args) Blocking variant ofsort(List)
.sortAndForget
(List<String> args) Variant ofsort(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Sort the elements in a list, set or sorted set.sortRoAndAwait
(List<String> args) Blocking variant ofsortRo(List)
.sortRoAndForget
(List<String> args) Variant ofsortRo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return one or multiple random members from a set.spopAndAwait
(List<String> args) Blocking variant ofspop(List)
.spopAndForget
(List<String> args) Variant ofspop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Post a message to a shard channel.spublishAndAwait
(String arg0, String arg1) Blocking variant ofspublish(String,String)
.spublishAndForget
(String arg0, String arg1) Variant ofspublish(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
srandmember
(List<String> args) Get one or multiple random members from a set.srandmemberAndAwait
(List<String> args) Blocking variant ofsrandmember(List)
.srandmemberAndForget
(List<String> args) Variant ofsrandmember(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove one or more members from a set.sremAndAwait
(List<String> args) Blocking variant ofsrem(List)
.sremAndForget
(List<String> args) Variant ofsrem(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Incrementally iterate Set elements.sscanAndAwait
(List<String> args) Blocking variant ofsscan(List)
.sscanAndForget
(List<String> args) Variant ofsscan(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
ssubscribe
(List<String> args) Listen for messages published to the given shard channels.ssubscribeAndAwait
(List<String> args) Blocking variant ofssubscribe(List)
.ssubscribeAndForget
(List<String> args) Variant ofssubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the length of the value stored in a key.strlenAndAwait
(String arg0) Blocking variant ofstrlen(String)
.strlenAndForget
(String arg0) Variant ofstrlen(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Listen for messages published to the given channels.subscribeAndAwait
(List<String> args) Blocking variant ofsubscribe(List)
.subscribeAndForget
(List<String> args) Variant ofsubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get a substring of the string stored at a key.substrAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofsubstr(String,String,String)
.substrAndForget
(String arg0, String arg1, String arg2) Variant ofsubstr(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Add multiple sets.sunionAndAwait
(List<String> args) Blocking variant ofsunion(List)
.sunionAndForget
(List<String> args) Variant ofsunion(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sunionstore
(List<String> args) Add multiple sets and store the resulting set in a key.sunionstoreAndAwait
(List<String> args) Blocking variant ofsunionstore(List)
.sunionstoreAndForget
(List<String> args) Variant ofsunionstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sunsubscribe
(List<String> args) Stop listening for messages posted to the given shard channels.sunsubscribeAndAwait
(List<String> args) Blocking variant ofsunsubscribe(List)
.sunsubscribeAndForget
(List<String> args) Variant ofsunsubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Swaps two Redis databases.swapdbAndAwait
(String arg0, String arg1) Blocking variant ofswapdb(String,String)
.swapdbAndForget
(String arg0, String arg1) Variant ofswapdb(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
sync()
Internal command used for replication.Blocking variant ofsync()
.Variant ofsync()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestAdd
(List<String> args) Redis command TDIGEST.ADD.tdigestAddAndAwait
(List<String> args) Blocking variant oftdigestAdd(List)
.tdigestAddAndForget
(List<String> args) Variant oftdigestAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestByrank
(List<String> args) Redis command TDIGEST.BYRANK.tdigestByrankAndAwait
(List<String> args) Blocking variant oftdigestByrank(List)
.tdigestByrankAndForget
(List<String> args) Variant oftdigestByrank(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestByrevrank
(List<String> args) Redis command TDIGEST.BYREVRANK.tdigestByrevrankAndAwait
(List<String> args) Blocking variant oftdigestByrevrank(List)
.tdigestByrevrankAndForget
(List<String> args) Variant oftdigestByrevrank(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestCdf
(List<String> args) Redis command TDIGEST.CDF.tdigestCdfAndAwait
(List<String> args) Blocking variant oftdigestCdf(List)
.tdigestCdfAndForget
(List<String> args) Variant oftdigestCdf(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestCreate
(List<String> args) Redis command TDIGEST.CREATE.tdigestCreateAndAwait
(List<String> args) Blocking variant oftdigestCreate(List)
.tdigestCreateAndForget
(List<String> args) Variant oftdigestCreate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestInfo
(List<String> args) Redis command TDIGEST.INFO.tdigestInfoAndAwait
(List<String> args) Blocking variant oftdigestInfo(List)
.tdigestInfoAndForget
(List<String> args) Variant oftdigestInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestMax
(List<String> args) Redis command TDIGEST.MAX.tdigestMaxAndAwait
(List<String> args) Blocking variant oftdigestMax(List)
.tdigestMaxAndForget
(List<String> args) Variant oftdigestMax(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestMerge
(List<String> args) Redis command TDIGEST.MERGE.tdigestMergeAndAwait
(List<String> args) Blocking variant oftdigestMerge(List)
.tdigestMergeAndForget
(List<String> args) Variant oftdigestMerge(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestMin
(List<String> args) Redis command TDIGEST.MIN.tdigestMinAndAwait
(List<String> args) Blocking variant oftdigestMin(List)
.tdigestMinAndForget
(List<String> args) Variant oftdigestMin(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestQuantile
(List<String> args) Redis command TDIGEST.QUANTILE.tdigestQuantileAndAwait
(List<String> args) Blocking variant oftdigestQuantile(List)
.tdigestQuantileAndForget
(List<String> args) Variant oftdigestQuantile(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestRank
(List<String> args) Redis command TDIGEST.RANK.tdigestRankAndAwait
(List<String> args) Blocking variant oftdigestRank(List)
.tdigestRankAndForget
(List<String> args) Variant oftdigestRank(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestReset
(List<String> args) Redis command TDIGEST.RESET.tdigestResetAndAwait
(List<String> args) Blocking variant oftdigestReset(List)
.tdigestResetAndForget
(List<String> args) Variant oftdigestReset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestRevrank
(List<String> args) Redis command TDIGEST.REVRANK.tdigestRevrankAndAwait
(List<String> args) Blocking variant oftdigestRevrank(List)
.tdigestRevrankAndForget
(List<String> args) Variant oftdigestRevrank(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tdigestTrimmedMean
(List<String> args) Redis command TDIGEST.TRIMMED_MEAN.tdigestTrimmedMeanAndAwait
(List<String> args) Blocking variant oftdigestTrimmedMean(List)
.Variant oftdigestTrimmedMean(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
time()
Return the current server time.Blocking variant oftime()
.Variant oftime()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
timeseriesClusterset
(List<String> args) Redis command TIMESERIES.CLUSTERSET.Blocking variant oftimeseriesClusterset(List)
.Variant oftimeseriesClusterset(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TIMESERIES.CLUSTERSETFROMSHARD.Blocking variant oftimeseriesClustersetfromshard(List)
.Variant oftimeseriesClustersetfromshard(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
timeseriesHello
(List<String> args) Redis command TIMESERIES.HELLO.timeseriesHelloAndAwait
(List<String> args) Blocking variant oftimeseriesHello(List)
.timeseriesHelloAndForget
(List<String> args) Variant oftimeseriesHello(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
timeseriesInfocluster
(List<String> args) Redis command TIMESERIES.INFOCLUSTER.Blocking variant oftimeseriesInfocluster(List)
.Variant oftimeseriesInfocluster(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TIMESERIES.INNERCOMMUNICATION.Blocking variant oftimeseriesInnercommunication(List)
.Variant oftimeseriesInnercommunication(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
timeseriesNetworktest
(List<String> args) Redis command TIMESERIES.NETWORKTEST.Blocking variant oftimeseriesNetworktest(List)
.Variant oftimeseriesNetworktest(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
timeseriesRefreshcluster
(List<String> args) Redis command TIMESERIES.REFRESHCLUSTER.Blocking variant oftimeseriesRefreshcluster(List)
.Variant oftimeseriesRefreshcluster(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TOPK.ADD.topkAddAndAwait
(List<String> args) Blocking variant oftopkAdd(List)
.topkAddAndForget
(List<String> args) Variant oftopkAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TOPK.COUNT.topkCountAndAwait
(List<String> args) Blocking variant oftopkCount(List)
.topkCountAndForget
(List<String> args) Variant oftopkCount(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
topkIncrby
(List<String> args) Redis command TOPK.INCRBY.topkIncrbyAndAwait
(List<String> args) Blocking variant oftopkIncrby(List)
.topkIncrbyAndForget
(List<String> args) Variant oftopkIncrby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TOPK.INFO.topkInfoAndAwait
(List<String> args) Blocking variant oftopkInfo(List)
.topkInfoAndForget
(List<String> args) Variant oftopkInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TOPK.LIST.topkListAndAwait
(List<String> args) Blocking variant oftopkList(List)
.topkListAndForget
(List<String> args) Variant oftopkList(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TOPK.QUERY.topkQueryAndAwait
(List<String> args) Blocking variant oftopkQuery(List)
.topkQueryAndForget
(List<String> args) Variant oftopkQuery(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
topkReserve
(List<String> args) Redis command TOPK.RESERVE.topkReserveAndAwait
(List<String> args) Blocking variant oftopkReserve(List)
.topkReserveAndForget
(List<String> args) Variant oftopkReserve(List)
that ignores the result of the operation.toString()
io.smallrye.mutiny.Uni<Response>
Alters the last access time of a key(s).touchAndAwait
(List<String> args) Blocking variant oftouch(List)
.touchAndForget
(List<String> args) Variant oftouch(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.ADD.tsAddAndAwait
(List<String> args) Blocking variant oftsAdd(List)
.tsAddAndForget
(List<String> args) Variant oftsAdd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.ALTER.tsAlterAndAwait
(List<String> args) Blocking variant oftsAlter(List)
.tsAlterAndForget
(List<String> args) Variant oftsAlter(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.CREATE.tsCreateAndAwait
(List<String> args) Blocking variant oftsCreate(List)
.tsCreateAndForget
(List<String> args) Variant oftsCreate(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tsCreaterule
(List<String> args) Redis command TS.CREATERULE.tsCreateruleAndAwait
(List<String> args) Blocking variant oftsCreaterule(List)
.tsCreateruleAndForget
(List<String> args) Variant oftsCreaterule(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.DECRBY.tsDecrbyAndAwait
(List<String> args) Blocking variant oftsDecrby(List)
.tsDecrbyAndForget
(List<String> args) Variant oftsDecrby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.DEL.tsDelAndAwait
(List<String> args) Blocking variant oftsDel(List)
.tsDelAndForget
(List<String> args) Variant oftsDel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tsDeleterule
(List<String> args) Redis command TS.DELETERULE.tsDeleteruleAndAwait
(List<String> args) Blocking variant oftsDeleterule(List)
.tsDeleteruleAndForget
(List<String> args) Variant oftsDeleterule(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.GET.tsGetAndAwait
(List<String> args) Blocking variant oftsGet(List)
.tsGetAndForget
(List<String> args) Variant oftsGet(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.INCRBY.tsIncrbyAndAwait
(List<String> args) Blocking variant oftsIncrby(List)
.tsIncrbyAndForget
(List<String> args) Variant oftsIncrby(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.INFO.tsInfoAndAwait
(List<String> args) Blocking variant oftsInfo(List)
.tsInfoAndForget
(List<String> args) Variant oftsInfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.MADD.tsMaddAndAwait
(List<String> args) Blocking variant oftsMadd(List)
.tsMaddAndForget
(List<String> args) Variant oftsMadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.MGET.tsMgetAndAwait
(List<String> args) Blocking variant oftsMget(List)
.tsMgetAndForget
(List<String> args) Variant oftsMget(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.MRANGE.tsMrangeAndAwait
(List<String> args) Blocking variant oftsMrange(List)
.tsMrangeAndForget
(List<String> args) Variant oftsMrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tsMrevrange
(List<String> args) Redis command TS.MREVRANGE.tsMrevrangeAndAwait
(List<String> args) Blocking variant oftsMrevrange(List)
.tsMrevrangeAndForget
(List<String> args) Variant oftsMrevrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tsQueryindex
(List<String> args) Redis command TS.QUERYINDEX.tsQueryindexAndAwait
(List<String> args) Blocking variant oftsQueryindex(List)
.tsQueryindexAndForget
(List<String> args) Variant oftsQueryindex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Redis command TS.RANGE.tsRangeAndAwait
(List<String> args) Blocking variant oftsRange(List)
.tsRangeAndForget
(List<String> args) Variant oftsRange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
tsRevrange
(List<String> args) Redis command TS.REVRANGE.tsRevrangeAndAwait
(List<String> args) Blocking variant oftsRevrange(List)
.tsRevrangeAndForget
(List<String> args) Variant oftsRevrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the time to live for a key in seconds.ttlAndAwait
(String arg0) Blocking variant ofttl(String)
.ttlAndForget
(String arg0) Variant ofttl(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine the type stored at key.typeAndAwait
(String arg0) Blocking variant oftype(String)
.typeAndForget
(String arg0) Variant oftype(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Delete a key asynchronously in another thread.unlinkAndAwait
(List<String> args) Blocking variant ofunlink(List)
.unlinkAndForget
(List<String> args) Variant ofunlink(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
unsubscribe
(List<String> args) Stop listening for messages posted to the given channels.unsubscribeAndAwait
(List<String> args) Blocking variant ofunsubscribe(List)
.unsubscribeAndForget
(List<String> args) Variant ofunsubscribe(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
unwatch()
Forget about all watched keys.Blocking variant ofunwatch()
.Variant ofunwatch()
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Wait for the synchronous replication of all the write commands sent in the context of the current connection.waitAndAwait
(String arg0, String arg1) Blocking variant ofwait(String,String)
.waitAndForget
(String arg0, String arg1) Variant ofwait(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Watch the given keys to determine execution of the MULTI/EXEC block.watchAndAwait
(List<String> args) Blocking variant ofwatch(List)
.watchAndForget
(List<String> args) Variant ofwatch(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.xackAndAwait
(List<String> args) Blocking variant ofxack(List)
.xackAndForget
(List<String> args) Variant ofxack(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Appends a new entry to a stream.xaddAndAwait
(List<String> args) Blocking variant ofxadd(List)
.xaddAndForget
(List<String> args) Variant ofxadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
xautoclaim
(List<String> args) Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.xautoclaimAndAwait
(List<String> args) Blocking variant ofxautoclaim(List)
.xautoclaimAndForget
(List<String> args) Variant ofxautoclaim(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.xclaimAndAwait
(List<String> args) Blocking variant ofxclaim(List)
.xclaimAndForget
(List<String> args) Variant ofxclaim(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Removes the specified entries from the stream.xdelAndAwait
(List<String> args) Blocking variant ofxdel(List)
.xdelAndForget
(List<String> args) Variant ofxdel(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for consumer groups commands.xgroupAndAwait
(List<String> args) Blocking variant ofxgroup(List)
.xgroupAndForget
(List<String> args) Variant ofxgroup(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
A container for stream introspection commands.xinfoAndAwait
(List<String> args) Blocking variant ofxinfo(List)
.xinfoAndForget
(List<String> args) Variant ofxinfo(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return the number of entries in a stream.xlenAndAwait
(String arg0) Blocking variant ofxlen(String)
.xlenAndForget
(String arg0) Variant ofxlen(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.xpendingAndAwait
(List<String> args) Blocking variant ofxpending(List)
.xpendingAndForget
(List<String> args) Variant ofxpending(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return a range of elements in a stream, with IDs matching the specified IDs interval.xrangeAndAwait
(List<String> args) Blocking variant ofxrange(List)
.xrangeAndForget
(List<String> args) Variant ofxrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.xreadAndAwait
(List<String> args) Blocking variant ofxread(List)
.xreadAndForget
(List<String> args) Variant ofxread(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
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.xreadgroupAndAwait
(List<String> args) Blocking variant ofxreadgroup(List)
.xreadgroupAndForget
(List<String> args) Variant ofxreadgroup(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
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.xrevrangeAndAwait
(List<String> args) Blocking variant ofxrevrange(List)
.xrevrangeAndForget
(List<String> args) Variant ofxrevrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
An internal command for replicating stream values.xsetidAndAwait
(List<String> args) Blocking variant ofxsetid(List)
.xsetidAndForget
(List<String> args) Variant ofxsetid(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Trims the stream to (approximately if '~' is passed) a certain size.xtrimAndAwait
(List<String> args) Blocking variant ofxtrim(List)
.xtrimAndForget
(List<String> args) Variant ofxtrim(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Add one or more members to a sorted set, or update its score if it already exists.zaddAndAwait
(List<String> args) Blocking variant ofzadd(List)
.zaddAndForget
(List<String> args) Variant ofzadd(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the number of members in a sorted set.zcardAndAwait
(String arg0) Blocking variant ofzcard(String)
.zcardAndForget
(String arg0) Variant ofzcard(String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Count the members in a sorted set with scores within the given values.zcountAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzcount(String,String,String)
.zcountAndForget
(String arg0, String arg1, String arg2) Variant ofzcount(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Subtract multiple sorted sets.zdiffAndAwait
(List<String> args) Blocking variant ofzdiff(List)
.zdiffAndForget
(List<String> args) Variant ofzdiff(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zdiffstore
(List<String> args) Subtract multiple sorted sets and store the resulting sorted set in a new key.zdiffstoreAndAwait
(List<String> args) Blocking variant ofzdiffstore(List)
.zdiffstoreAndForget
(List<String> args) Variant ofzdiffstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Increment the score of a member in a sorted set.zincrbyAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzincrby(String,String,String)
.zincrbyAndForget
(String arg0, String arg1, String arg2) Variant ofzincrby(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Intersect multiple sorted sets.zinterAndAwait
(List<String> args) Blocking variant ofzinter(List)
.zinterAndForget
(List<String> args) Variant ofzinter(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zintercard
(List<String> args) Intersect multiple sorted sets and return the cardinality of the result.zintercardAndAwait
(List<String> args) Blocking variant ofzintercard(List)
.zintercardAndForget
(List<String> args) Variant ofzintercard(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zinterstore
(List<String> args) Intersect multiple sorted sets and store the resulting sorted set in a new key.zinterstoreAndAwait
(List<String> args) Blocking variant ofzinterstore(List)
.zinterstoreAndForget
(List<String> args) Variant ofzinterstore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Count the number of members in a sorted set between a given lexicographical range.zlexcountAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzlexcount(String,String,String)
.zlexcountAndForget
(String arg0, String arg1, String arg2) Variant ofzlexcount(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return members with scores in a sorted set.zmpopAndAwait
(List<String> args) Blocking variant ofzmpop(List)
.zmpopAndForget
(List<String> args) Variant ofzmpop(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the score associated with the given members in a sorted set.zmscoreAndAwait
(List<String> args) Blocking variant ofzmscore(List)
.zmscoreAndForget
(List<String> args) Variant ofzmscore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return members with the highest scores in a sorted set.zpopmaxAndAwait
(List<String> args) Blocking variant ofzpopmax(List)
.zpopmaxAndForget
(List<String> args) Variant ofzpopmax(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove and return members with the lowest scores in a sorted set.zpopminAndAwait
(List<String> args) Blocking variant ofzpopmin(List)
.zpopminAndForget
(List<String> args) Variant ofzpopmin(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrandmember
(List<String> args) Get one or multiple random elements from a sorted set.zrandmemberAndAwait
(List<String> args) Blocking variant ofzrandmember(List)
.zrandmemberAndForget
(List<String> args) Variant ofzrandmember(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return a range of members in a sorted set.zrangeAndAwait
(List<String> args) Blocking variant ofzrange(List)
.zrangeAndForget
(List<String> args) Variant ofzrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrangebylex
(List<String> args) Return a range of members in a sorted set, by lexicographical range.zrangebylexAndAwait
(List<String> args) Blocking variant ofzrangebylex(List)
.zrangebylexAndForget
(List<String> args) Variant ofzrangebylex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrangebyscore
(List<String> args) Return a range of members in a sorted set, by score.zrangebyscoreAndAwait
(List<String> args) Blocking variant ofzrangebyscore(List)
.zrangebyscoreAndForget
(List<String> args) Variant ofzrangebyscore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrangestore
(List<String> args) Store a range of members from sorted set into another key.zrangestoreAndAwait
(List<String> args) Blocking variant ofzrangestore(List)
.zrangestoreAndForget
(List<String> args) Variant ofzrangestore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine the index of a member in a sorted set.zrankAndAwait
(String arg0, String arg1) Blocking variant ofzrank(String,String)
.zrankAndForget
(String arg0, String arg1) Variant ofzrank(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Remove one or more members from a sorted set.zremAndAwait
(List<String> args) Blocking variant ofzrem(List)
.zremAndForget
(List<String> args) Variant ofzrem(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zremrangebylex
(String arg0, String arg1, String arg2) Remove all members in a sorted set between the given lexicographical range.zremrangebylexAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzremrangebylex(String,String,String)
.zremrangebylexAndForget
(String arg0, String arg1, String arg2) Variant ofzremrangebylex(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zremrangebyrank
(String arg0, String arg1, String arg2) Remove all members in a sorted set within the given indexes.zremrangebyrankAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzremrangebyrank(String,String,String)
.zremrangebyrankAndForget
(String arg0, String arg1, String arg2) Variant ofzremrangebyrank(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zremrangebyscore
(String arg0, String arg1, String arg2) Remove all members in a sorted set within the given scores.zremrangebyscoreAndAwait
(String arg0, String arg1, String arg2) Blocking variant ofzremrangebyscore(String,String,String)
.zremrangebyscoreAndForget
(String arg0, String arg1, String arg2) Variant ofzremrangebyscore(String,String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Return a range of members in a sorted set, by index, with scores ordered from high to low.zrevrangeAndAwait
(List<String> args) Blocking variant ofzrevrange(List)
.zrevrangeAndForget
(List<String> args) Variant ofzrevrange(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrevrangebylex
(List<String> args) Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.zrevrangebylexAndAwait
(List<String> args) Blocking variant ofzrevrangebylex(List)
.zrevrangebylexAndForget
(List<String> args) Variant ofzrevrangebylex(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zrevrangebyscore
(List<String> args) Return a range of members in a sorted set, by score, with scores ordered from high to low.zrevrangebyscoreAndAwait
(List<String> args) Blocking variant ofzrevrangebyscore(List)
.zrevrangebyscoreAndForget
(List<String> args) Variant ofzrevrangebyscore(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Determine the index of a member in a sorted set, with scores ordered from high to low.zrevrankAndAwait
(String arg0, String arg1) Blocking variant ofzrevrank(String,String)
.zrevrankAndForget
(String arg0, String arg1) Variant ofzrevrank(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Incrementally iterate sorted sets elements and associated scores.zscanAndAwait
(List<String> args) Blocking variant ofzscan(List)
.zscanAndForget
(List<String> args) Variant ofzscan(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Get the score associated with the given member in a sorted set.zscoreAndAwait
(String arg0, String arg1) Blocking variant ofzscore(String,String)
.zscoreAndForget
(String arg0, String arg1) Variant ofzscore(String,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
Add multiple sorted sets.zunionAndAwait
(List<String> args) Blocking variant ofzunion(List)
.zunionAndForget
(List<String> args) Variant ofzunion(List)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Response>
zunionstore
(List<String> args) Add multiple sorted sets and store the resulting sorted set in a new key.zunionstoreAndAwait
(List<String> args) Blocking variant ofzunionstore(List)
.zunionstoreAndForget
(List<String> args) Variant ofzunionstore(List)
that ignores the result of the operation.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RedisAPI
public RedisAPI(io.vertx.redis.client.RedisAPI delegate) -
RedisAPI
-
-
Method Details
-
getDelegate
public io.vertx.redis.client.RedisAPI getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
close
public void close() -
ftAdd
Redis command FT.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAddAndAwait
Blocking variant offtAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAddAndForget
Variant offtAdd(List)
that ignores the result of the operation.This method subscribes on the result of
ftAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAggregate
Redis command FT.AGGREGATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAggregateAndAwait
Blocking variant offtAggregate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAggregateAndForget
Variant offtAggregate(List)
that ignores the result of the operation.This method subscribes on the result of
ftAggregate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAggregate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAliasadd
Redis command FT.ALIASADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAliasaddAndAwait
Blocking variant offtAliasadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAliasaddAndForget
Variant offtAliasadd(List)
that ignores the result of the operation.This method subscribes on the result of
ftAliasadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAliasadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAliasdel
Redis command FT.ALIASDEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAliasdelAndAwait
Blocking variant offtAliasdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAliasdelAndForget
Variant offtAliasdel(List)
that ignores the result of the operation.This method subscribes on the result of
ftAliasdel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAliasdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAliasupdate
Redis command FT.ALIASUPDATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAliasupdateAndAwait
Blocking variant offtAliasupdate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAliasupdateAndForget
Variant offtAliasupdate(List)
that ignores the result of the operation.This method subscribes on the result of
ftAliasupdate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAliasupdate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAlter
Redis command FT.ALTER.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAlterAndAwait
Blocking variant offtAlter(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAlterAndForget
Variant offtAlter(List)
that ignores the result of the operation.This method subscribes on the result of
ftAlter(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAlter(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftConfig
Redis command FT.CONFIG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftConfigAndAwait
Blocking variant offtConfig(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftConfigAndForget
Variant offtConfig(List)
that ignores the result of the operation.This method subscribes on the result of
ftConfig(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftConfig(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftCreate
Redis command FT.CREATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftCreateAndAwait
Blocking variant offtCreate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftCreateAndForget
Variant offtCreate(List)
that ignores the result of the operation.This method subscribes on the result of
ftCreate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftCreate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftCursor
Redis command FT.CURSOR.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftCursorAndAwait
Blocking variant offtCursor(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftCursorAndForget
Variant offtCursor(List)
that ignores the result of the operation.This method subscribes on the result of
ftCursor(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftCursor(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDebug
Redis command FT.DEBUG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDebugAndAwait
Blocking variant offtDebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDebugAndForget
Variant offtDebug(List)
that ignores the result of the operation.This method subscribes on the result of
ftDebug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDel
Redis command FT.DEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDelAndAwait
Blocking variant offtDel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDelAndForget
Variant offtDel(List)
that ignores the result of the operation.This method subscribes on the result of
ftDel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDictadd
Redis command FT.DICTADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDictaddAndAwait
Blocking variant offtDictadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDictaddAndForget
Variant offtDictadd(List)
that ignores the result of the operation.This method subscribes on the result of
ftDictadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDictadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDictdel
Redis command FT.DICTDEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDictdelAndAwait
Blocking variant offtDictdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDictdelAndForget
Variant offtDictdel(List)
that ignores the result of the operation.This method subscribes on the result of
ftDictdel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDictdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDictdump
Redis command FT.DICTDUMP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDictdumpAndAwait
Blocking variant offtDictdump(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDictdumpAndForget
Variant offtDictdump(List)
that ignores the result of the operation.This method subscribes on the result of
ftDictdump(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDictdump(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDrop
Redis command FT.DROP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDropAndAwait
Blocking variant offtDrop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDropAndForget
Variant offtDrop(List)
that ignores the result of the operation.This method subscribes on the result of
ftDrop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDrop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDropindex
Redis command FT.DROPINDEX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDropindexAndAwait
Blocking variant offtDropindex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDropindexAndForget
Variant offtDropindex(List)
that ignores the result of the operation.This method subscribes on the result of
ftDropindex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDropindex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftExplain
Redis command FT.EXPLAIN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftExplainAndAwait
Blocking variant offtExplain(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftExplainAndForget
Variant offtExplain(List)
that ignores the result of the operation.This method subscribes on the result of
ftExplain(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftExplain(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftExplaincli
Redis command FT.EXPLAINCLI.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftExplaincliAndAwait
Blocking variant offtExplaincli(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftExplaincliAndForget
Variant offtExplaincli(List)
that ignores the result of the operation.This method subscribes on the result of
ftExplaincli(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftExplaincli(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftGet
Redis command FT.GET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftGetAndAwait
Blocking variant offtGet(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftGetAndForget
Variant offtGet(List)
that ignores the result of the operation.This method subscribes on the result of
ftGet(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftGet(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftInfo
Redis command FT.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftInfoAndAwait
Blocking variant offtInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftInfoAndForget
Variant offtInfo(List)
that ignores the result of the operation.This method subscribes on the result of
ftInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftMget
Redis command FT.MGET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftMgetAndAwait
Blocking variant offtMget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftMgetAndForget
Variant offtMget(List)
that ignores the result of the operation.This method subscribes on the result of
ftMget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftMget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftProfile
Redis command FT.PROFILE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftProfileAndAwait
Blocking variant offtProfile(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftProfileAndForget
Variant offtProfile(List)
that ignores the result of the operation.This method subscribes on the result of
ftProfile(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftProfile(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSafeadd
Redis command FT.SAFEADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSafeaddAndAwait
Blocking variant offtSafeadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSafeaddAndForget
Variant offtSafeadd(List)
that ignores the result of the operation.This method subscribes on the result of
ftSafeadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSafeadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSearch
Redis command FT.SEARCH.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSearchAndAwait
Blocking variant offtSearch(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSearchAndForget
Variant offtSearch(List)
that ignores the result of the operation.This method subscribes on the result of
ftSearch(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSearch(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSpellcheck
Redis command FT.SPELLCHECK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSpellcheckAndAwait
Blocking variant offtSpellcheck(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSpellcheckAndForget
Variant offtSpellcheck(List)
that ignores the result of the operation.This method subscribes on the result of
ftSpellcheck(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSpellcheck(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSugadd
Redis command FT.SUGADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSugaddAndAwait
Blocking variant offtSugadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSugaddAndForget
Variant offtSugadd(List)
that ignores the result of the operation.This method subscribes on the result of
ftSugadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSugadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSugdel
Redis command FT.SUGDEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSugdelAndAwait
Blocking variant offtSugdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSugdelAndForget
Variant offtSugdel(List)
that ignores the result of the operation.This method subscribes on the result of
ftSugdel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSugdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSugget
Redis command FT.SUGGET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSuggetAndAwait
Blocking variant offtSugget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSuggetAndForget
Variant offtSugget(List)
that ignores the result of the operation.This method subscribes on the result of
ftSugget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSugget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSuglen
Redis command FT.SUGLEN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSuglenAndAwait
Blocking variant offtSuglen(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSuglenAndForget
Variant offtSuglen(List)
that ignores the result of the operation.This method subscribes on the result of
ftSuglen(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSuglen(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSynadd
Redis command FT.SYNADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSynaddAndAwait
Blocking variant offtSynadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSynaddAndForget
Variant offtSynadd(List)
that ignores the result of the operation.This method subscribes on the result of
ftSynadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSynadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSyndump
Redis command FT.SYNDUMP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSyndumpAndAwait
Blocking variant offtSyndump(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSyndumpAndForget
Variant offtSyndump(List)
that ignores the result of the operation.This method subscribes on the result of
ftSyndump(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSyndump(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftSynupdate
Redis command FT.SYNUPDATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftSynupdateAndAwait
Blocking variant offtSynupdate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftSynupdateAndForget
Variant offtSynupdate(List)
that ignores the result of the operation.This method subscribes on the result of
ftSynupdate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftSynupdate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftTagvals
Redis command FT.TAGVALS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftTagvalsAndAwait
Blocking variant offtTagvals(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftTagvalsAndForget
Variant offtTagvals(List)
that ignores the result of the operation.This method subscribes on the result of
ftTagvals(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftTagvals(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAliasaddifnx
Redis command FT._ALIASADDIFNX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAliasaddifnxAndAwait
Blocking variant offtAliasaddifnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAliasaddifnxAndForget
Variant offtAliasaddifnx(List)
that ignores the result of the operation.This method subscribes on the result of
ftAliasaddifnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAliasaddifnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAliasdelifx
Redis command FT._ALIASDELIFX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAliasdelifxAndAwait
Blocking variant offtAliasdelifx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAliasdelifxAndForget
Variant offtAliasdelifx(List)
that ignores the result of the operation.This method subscribes on the result of
ftAliasdelifx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAliasdelifx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftAlterifnx
Redis command FT._ALTERIFNX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftAlterifnxAndAwait
Blocking variant offtAlterifnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftAlterifnxAndForget
Variant offtAlterifnx(List)
that ignores the result of the operation.This method subscribes on the result of
ftAlterifnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftAlterifnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftCreateifnx
Redis command FT._CREATEIFNX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftCreateifnxAndAwait
Blocking variant offtCreateifnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftCreateifnxAndForget
Variant offtCreateifnx(List)
that ignores the result of the operation.This method subscribes on the result of
ftCreateifnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftCreateifnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDropifx
Redis command FT._DROPIFX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDropifxAndAwait
Blocking variant offtDropifx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDropifxAndForget
Variant offtDropifx(List)
that ignores the result of the operation.This method subscribes on the result of
ftDropifx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDropifx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftDropindexifx
Redis command FT._DROPINDEXIFX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftDropindexifxAndAwait
Blocking variant offtDropindexifx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftDropindexifxAndForget
Variant offtDropindexifx(List)
that ignores the result of the operation.This method subscribes on the result of
ftDropindexifx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftDropindexifx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ftList
Redis command FT._LIST.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ftListAndAwait
Blocking variant offtList(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ftListAndForget
Variant offtList(List)
that ignores the result of the operation.This method subscribes on the result of
ftList(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromftList(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
acl
A container for Access List Control commands.Redis command ACL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
aclAndAwait
Blocking variant ofacl(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
aclAndForget
Variant ofacl(List)
that ignores the result of the operation.This method subscribes on the result of
acl(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromacl(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
append
Append a value to a key.Redis command APPEND.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
appendAndAwait
Blocking variant ofappend(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
appendAndForget
Variant ofappend(String,String)
that ignores the result of the operation.This method subscribes on the result of
append(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromappend(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
asking
Sent by cluster clients after an -ASK redirect.Redis command ASKING.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
askingAndAwait
Blocking variant ofasking()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
askingAndForget
Variant ofasking()
that ignores the result of the operation.This method subscribes on the result of
asking()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromasking()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
auth
Authenticate to the server.Redis command AUTH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
authAndAwait
Blocking variant ofauth(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
authAndForget
Variant ofauth(List)
that ignores the result of the operation.This method subscribes on the result of
auth(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromauth(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfAdd
Redis command BF.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfAddAndAwait
Blocking variant ofbfAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfAddAndForget
Variant ofbfAdd(List)
that ignores the result of the operation.This method subscribes on the result of
bfAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfCard
Redis command BF.CARD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfCardAndAwait
Blocking variant ofbfCard(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfCardAndForget
Variant ofbfCard(List)
that ignores the result of the operation.This method subscribes on the result of
bfCard(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfCard(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfDebug
Redis command BF.DEBUG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfDebugAndAwait
Blocking variant ofbfDebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfDebugAndForget
Variant ofbfDebug(List)
that ignores the result of the operation.This method subscribes on the result of
bfDebug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfDebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfExists
Redis command BF.EXISTS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfExistsAndAwait
Blocking variant ofbfExists(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfExistsAndForget
Variant ofbfExists(List)
that ignores the result of the operation.This method subscribes on the result of
bfExists(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfExists(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfInfo
Redis command BF.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfInfoAndAwait
Blocking variant ofbfInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfInfoAndForget
Variant ofbfInfo(List)
that ignores the result of the operation.This method subscribes on the result of
bfInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfInsert
Redis command BF.INSERT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfInsertAndAwait
Blocking variant ofbfInsert(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfInsertAndForget
Variant ofbfInsert(List)
that ignores the result of the operation.This method subscribes on the result of
bfInsert(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfInsert(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfLoadchunk
Redis command BF.LOADCHUNK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfLoadchunkAndAwait
Blocking variant ofbfLoadchunk(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfLoadchunkAndForget
Variant ofbfLoadchunk(List)
that ignores the result of the operation.This method subscribes on the result of
bfLoadchunk(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfLoadchunk(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfMadd
Redis command BF.MADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfMaddAndAwait
Blocking variant ofbfMadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfMaddAndForget
Variant ofbfMadd(List)
that ignores the result of the operation.This method subscribes on the result of
bfMadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfMadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfMexists
Redis command BF.MEXISTS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfMexistsAndAwait
Blocking variant ofbfMexists(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfMexistsAndForget
Variant ofbfMexists(List)
that ignores the result of the operation.This method subscribes on the result of
bfMexists(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfMexists(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfReserve
Redis command BF.RESERVE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfReserveAndAwait
Blocking variant ofbfReserve(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfReserveAndForget
Variant ofbfReserve(List)
that ignores the result of the operation.This method subscribes on the result of
bfReserve(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfReserve(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bfScandump
Redis command BF.SCANDUMP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bfScandumpAndAwait
Blocking variant ofbfScandump(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bfScandumpAndForget
Variant ofbfScandump(List)
that ignores the result of the operation.This method subscribes on the result of
bfScandump(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombfScandump(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bgrewriteaof
Asynchronously rewrite the append-only file.Redis command BGREWRITEAOF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bgrewriteaofAndAwait
Blocking variant ofbgrewriteaof()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
bgrewriteaofAndForget
Variant ofbgrewriteaof()
that ignores the result of the operation.This method subscribes on the result of
bgrewriteaof()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombgrewriteaof()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
bgsave
Asynchronously save the dataset to disk.Redis command BGSAVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bgsaveAndAwait
Blocking variant ofbgsave(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bgsaveAndForget
Variant ofbgsave(List)
that ignores the result of the operation.This method subscribes on the result of
bgsave(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombgsave(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bitcount
Count set bits in a string.Redis command BITCOUNT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bitcountAndAwait
Blocking variant ofbitcount(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bitcountAndForget
Variant ofbitcount(List)
that ignores the result of the operation.This method subscribes on the result of
bitcount(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombitcount(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bitfield
Perform arbitrary bitfield integer operations on strings.Redis command BITFIELD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bitfieldAndAwait
Blocking variant ofbitfield(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bitfieldAndForget
Variant ofbitfield(List)
that ignores the result of the operation.This method subscribes on the result of
bitfield(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombitfield(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bitfieldRo
Perform arbitrary bitfield integer operations on strings. Read-only variant of BITFIELD.Redis command BITFIELD_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bitfieldRoAndAwait
Blocking variant ofbitfieldRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bitfieldRoAndForget
Variant ofbitfieldRo(List)
that ignores the result of the operation.This method subscribes on the result of
bitfieldRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombitfieldRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bitop
Perform bitwise operations between strings.Redis command BITOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bitopAndAwait
Blocking variant ofbitop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bitopAndForget
Variant ofbitop(List)
that ignores the result of the operation.This method subscribes on the result of
bitop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombitop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bitpos
Find first bit set or clear in a string.Redis command BITPOS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bitposAndAwait
Blocking variant ofbitpos(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bitposAndForget
Variant ofbitpos(List)
that ignores the result of the operation.This method subscribes on the result of
bitpos(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombitpos(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
blmove
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> 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.Redis command BLMOVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-arg3
-arg4
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
blmoveAndAwait
Blocking variant ofblmove(String,String,String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-arg3
-arg4
-- Returns:
- the Response instance produced by the operation.
-
blmoveAndForget
Variant ofblmove(String,String,String,String,String)
that ignores the result of the operation.This method subscribes on the result of
blmove(String,String,String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromblmove(String,String,String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-arg3
-arg4
-- Returns:
- the instance of RedisAPI to chain method calls.
-
blmpop
Pop elements from a list, or block until one is available.Redis command BLMPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
blmpopAndAwait
Blocking variant ofblmpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
blmpopAndForget
Variant ofblmpop(List)
that ignores the result of the operation.This method subscribes on the result of
blmpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromblmpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
blpop
Remove and get the first element in a list, or block until one is available.Redis command BLPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
blpopAndAwait
Blocking variant ofblpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
blpopAndForget
Variant ofblpop(List)
that ignores the result of the operation.This method subscribes on the result of
blpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromblpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
brpop
Remove and get the last element in a list, or block until one is available.Redis command BRPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
brpopAndAwait
Blocking variant ofbrpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
brpopAndForget
Variant ofbrpop(List)
that ignores the result of the operation.This method subscribes on the result of
brpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombrpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
brpoplpush
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> 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.Redis command BRPOPLPUSH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
brpoplpushAndAwait
Blocking variant ofbrpoplpush(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
brpoplpushAndForget
Variant ofbrpoplpush(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
brpoplpush(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombrpoplpush(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bzmpop
Remove and return members with scores in a sorted set or block until one is available.Redis command BZMPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bzmpopAndAwait
Blocking variant ofbzmpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bzmpopAndForget
Variant ofbzmpop(List)
that ignores the result of the operation.This method subscribes on the result of
bzmpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombzmpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bzpopmax
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.Redis command BZPOPMAX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bzpopmaxAndAwait
Blocking variant ofbzpopmax(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bzpopmaxAndForget
Variant ofbzpopmax(List)
that ignores the result of the operation.This method subscribes on the result of
bzpopmax(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombzpopmax(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
bzpopmin
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.Redis command BZPOPMIN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
bzpopminAndAwait
Blocking variant ofbzpopmin(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
bzpopminAndForget
Variant ofbzpopmin(List)
that ignores the result of the operation.This method subscribes on the result of
bzpopmin(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frombzpopmin(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfAdd
Redis command CF.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfAddAndAwait
Blocking variant ofcfAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfAddAndForget
Variant ofcfAdd(List)
that ignores the result of the operation.This method subscribes on the result of
cfAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfAddnx
Redis command CF.ADDNX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfAddnxAndAwait
Blocking variant ofcfAddnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfAddnxAndForget
Variant ofcfAddnx(List)
that ignores the result of the operation.This method subscribes on the result of
cfAddnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfAddnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfCompact
Redis command CF.COMPACT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfCompactAndAwait
Blocking variant ofcfCompact(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfCompactAndForget
Variant ofcfCompact(List)
that ignores the result of the operation.This method subscribes on the result of
cfCompact(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfCompact(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfCount
Redis command CF.COUNT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfCountAndAwait
Blocking variant ofcfCount(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfCountAndForget
Variant ofcfCount(List)
that ignores the result of the operation.This method subscribes on the result of
cfCount(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfCount(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfDebug
Redis command CF.DEBUG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfDebugAndAwait
Blocking variant ofcfDebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfDebugAndForget
Variant ofcfDebug(List)
that ignores the result of the operation.This method subscribes on the result of
cfDebug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfDebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfDel
Redis command CF.DEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfDelAndAwait
Blocking variant ofcfDel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfDelAndForget
Variant ofcfDel(List)
that ignores the result of the operation.This method subscribes on the result of
cfDel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfDel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfExists
Redis command CF.EXISTS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfExistsAndAwait
Blocking variant ofcfExists(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfExistsAndForget
Variant ofcfExists(List)
that ignores the result of the operation.This method subscribes on the result of
cfExists(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfExists(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfInfo
Redis command CF.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfInfoAndAwait
Blocking variant ofcfInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfInfoAndForget
Variant ofcfInfo(List)
that ignores the result of the operation.This method subscribes on the result of
cfInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfInsert
Redis command CF.INSERT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfInsertAndAwait
Blocking variant ofcfInsert(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfInsertAndForget
Variant ofcfInsert(List)
that ignores the result of the operation.This method subscribes on the result of
cfInsert(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfInsert(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfInsertnx
Redis command CF.INSERTNX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfInsertnxAndAwait
Blocking variant ofcfInsertnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfInsertnxAndForget
Variant ofcfInsertnx(List)
that ignores the result of the operation.This method subscribes on the result of
cfInsertnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfInsertnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfLoadchunk
Redis command CF.LOADCHUNK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfLoadchunkAndAwait
Blocking variant ofcfLoadchunk(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfLoadchunkAndForget
Variant ofcfLoadchunk(List)
that ignores the result of the operation.This method subscribes on the result of
cfLoadchunk(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfLoadchunk(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfMexists
Redis command CF.MEXISTS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfMexistsAndAwait
Blocking variant ofcfMexists(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfMexistsAndForget
Variant ofcfMexists(List)
that ignores the result of the operation.This method subscribes on the result of
cfMexists(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfMexists(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfReserve
Redis command CF.RESERVE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfReserveAndAwait
Blocking variant ofcfReserve(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfReserveAndForget
Variant ofcfReserve(List)
that ignores the result of the operation.This method subscribes on the result of
cfReserve(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfReserve(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cfScandump
Redis command CF.SCANDUMP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cfScandumpAndAwait
Blocking variant ofcfScandump(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cfScandumpAndForget
Variant ofcfScandump(List)
that ignores the result of the operation.This method subscribes on the result of
cfScandump(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcfScandump(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
client
A container for client connection commands.Redis command CLIENT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
clientAndAwait
Blocking variant ofclient(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
clientAndForget
Variant ofclient(List)
that ignores the result of the operation.This method subscribes on the result of
client(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromclient(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cluster
A container for cluster commands.Redis command CLUSTER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
clusterAndAwait
Blocking variant ofcluster(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
clusterAndForget
Variant ofcluster(List)
that ignores the result of the operation.This method subscribes on the result of
cluster(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcluster(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsIncrby
Redis command CMS.INCRBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsIncrbyAndAwait
Blocking variant ofcmsIncrby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsIncrbyAndForget
Variant ofcmsIncrby(List)
that ignores the result of the operation.This method subscribes on the result of
cmsIncrby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsIncrby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsInfo
Redis command CMS.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsInfoAndAwait
Blocking variant ofcmsInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsInfoAndForget
Variant ofcmsInfo(List)
that ignores the result of the operation.This method subscribes on the result of
cmsInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsInitbydim
Redis command CMS.INITBYDIM.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsInitbydimAndAwait
Blocking variant ofcmsInitbydim(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsInitbydimAndForget
Variant ofcmsInitbydim(List)
that ignores the result of the operation.This method subscribes on the result of
cmsInitbydim(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsInitbydim(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsInitbyprob
Redis command CMS.INITBYPROB.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsInitbyprobAndAwait
Blocking variant ofcmsInitbyprob(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsInitbyprobAndForget
Variant ofcmsInitbyprob(List)
that ignores the result of the operation.This method subscribes on the result of
cmsInitbyprob(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsInitbyprob(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsMerge
Redis command CMS.MERGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsMergeAndAwait
Blocking variant ofcmsMerge(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsMergeAndForget
Variant ofcmsMerge(List)
that ignores the result of the operation.This method subscribes on the result of
cmsMerge(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsMerge(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
cmsQuery
Redis command CMS.QUERY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
cmsQueryAndAwait
Blocking variant ofcmsQuery(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
cmsQueryAndForget
Variant ofcmsQuery(List)
that ignores the result of the operation.This method subscribes on the result of
cmsQuery(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcmsQuery(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
command
Get array of Redis command details.Redis command COMMAND.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
commandAndAwait
Blocking variant ofcommand(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
commandAndForget
Variant ofcommand(List)
that ignores the result of the operation.This method subscribes on the result of
command(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcommand(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
config
A container for server configuration commands.Redis command CONFIG.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
configAndAwait
Blocking variant ofconfig(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
configAndForget
Variant ofconfig(List)
that ignores the result of the operation.This method subscribes on the result of
config(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromconfig(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
copy
Copy a key.Redis command COPY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
copyAndAwait
Blocking variant ofcopy(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
copyAndForget
Variant ofcopy(List)
that ignores the result of the operation.This method subscribes on the result of
copy(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromcopy(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
dbsize
Return the number of keys in the selected database.Redis command DBSIZE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
dbsizeAndAwait
Blocking variant ofdbsize()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
dbsizeAndForget
Variant ofdbsize()
that ignores the result of the operation.This method subscribes on the result of
dbsize()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdbsize()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
debug
A container for debugging commands.Redis command DEBUG.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
debugAndAwait
Blocking variant ofdebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
debugAndForget
Variant ofdebug(List)
that ignores the result of the operation.This method subscribes on the result of
debug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
decr
Decrement the integer value of a key by one.Redis command DECR.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
decrAndAwait
Blocking variant ofdecr(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
decrAndForget
Variant ofdecr(String)
that ignores the result of the operation.This method subscribes on the result of
decr(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdecr(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
decrby
Decrement the integer value of a key by the given number.Redis command DECRBY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
decrbyAndAwait
Blocking variant ofdecrby(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
decrbyAndForget
Variant ofdecrby(String,String)
that ignores the result of the operation.This method subscribes on the result of
decrby(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdecrby(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
del
Delete a key.Redis command DEL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
delAndAwait
Blocking variant ofdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
delAndForget
Variant ofdel(List)
that ignores the result of the operation.This method subscribes on the result of
del(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
discard
Discard all commands issued after MULTI.Redis command DISCARD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
discardAndAwait
Blocking variant ofdiscard()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
discardAndForget
Variant ofdiscard()
that ignores the result of the operation.This method subscribes on the result of
discard()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdiscard()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
dump
Return a serialized version of the value stored at the specified key.Redis command DUMP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
dumpAndAwait
Blocking variant ofdump(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
dumpAndForget
Variant ofdump(String)
that ignores the result of the operation.This method subscribes on the result of
dump(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromdump(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
echo
Echo the given string.Redis command ECHO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
echoAndAwait
Blocking variant ofecho(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
echoAndForget
Variant ofecho(String)
that ignores the result of the operation.This method subscribes on the result of
echo(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromecho(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
eval
Execute a Lua script server side.Redis command EVAL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
evalAndAwait
Blocking variant ofeval(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
evalAndForget
Variant ofeval(List)
that ignores the result of the operation.This method subscribes on the result of
eval(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromeval(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
evalRo
Execute a read-only Lua script server side.Redis command EVAL_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
evalRoAndAwait
Blocking variant ofevalRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
evalRoAndForget
Variant ofevalRo(List)
that ignores the result of the operation.This method subscribes on the result of
evalRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromevalRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
evalsha
Execute a Lua script server side.Redis command EVALSHA.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
evalshaAndAwait
Blocking variant ofevalsha(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
evalshaAndForget
Variant ofevalsha(List)
that ignores the result of the operation.This method subscribes on the result of
evalsha(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromevalsha(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
evalshaRo
Execute a read-only Lua script server side.Redis command EVALSHA_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
evalshaRoAndAwait
Blocking variant ofevalshaRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
evalshaRoAndForget
Variant ofevalshaRo(List)
that ignores the result of the operation.This method subscribes on the result of
evalshaRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromevalshaRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
exec
Execute all commands issued after MULTI.Redis command EXEC.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
execAndAwait
Blocking variant ofexec()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
execAndForget
Variant ofexec()
that ignores the result of the operation.This method subscribes on the result of
exec()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromexec()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
exists
Determine if a key exists.Redis command EXISTS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
existsAndAwait
Blocking variant ofexists(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
existsAndForget
Variant ofexists(List)
that ignores the result of the operation.This method subscribes on the result of
exists(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromexists(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
expire
Set a key's time to live in seconds.Redis command EXPIRE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
expireAndAwait
Blocking variant ofexpire(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
expireAndForget
Variant ofexpire(List)
that ignores the result of the operation.This method subscribes on the result of
expire(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromexpire(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
expireat
Set the expiration for a key as a UNIX timestamp.Redis command EXPIREAT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
expireatAndAwait
Blocking variant ofexpireat(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
expireatAndForget
Variant ofexpireat(List)
that ignores the result of the operation.This method subscribes on the result of
expireat(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromexpireat(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
expiretime
Get the expiration Unix timestamp for a key.Redis command EXPIRETIME.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
expiretimeAndAwait
Blocking variant ofexpiretime(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
expiretimeAndForget
Variant ofexpiretime(String)
that ignores the result of the operation.This method subscribes on the result of
expiretime(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromexpiretime(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
failover
Start a coordinated failover between this server and one of its replicas.Redis command FAILOVER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
failoverAndAwait
Blocking variant offailover(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
failoverAndForget
Variant offailover(List)
that ignores the result of the operation.This method subscribes on the result of
failover(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromfailover(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
fcall
Invoke a function.Redis command FCALL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
fcallAndAwait
Blocking variant offcall(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
fcallAndForget
Variant offcall(List)
that ignores the result of the operation.This method subscribes on the result of
fcall(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromfcall(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
fcallRo
Invoke a read-only function.Redis command FCALL_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
fcallRoAndAwait
Blocking variant offcallRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
fcallRoAndForget
Variant offcallRo(List)
that ignores the result of the operation.This method subscribes on the result of
fcallRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromfcallRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
flushall
Remove all keys from all databases.Redis command FLUSHALL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
flushallAndAwait
Blocking variant offlushall(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
flushallAndForget
Variant offlushall(List)
that ignores the result of the operation.This method subscribes on the result of
flushall(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromflushall(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
flushdb
Remove all keys from the current database.Redis command FLUSHDB.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
flushdbAndAwait
Blocking variant offlushdb(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
flushdbAndForget
Variant offlushdb(List)
that ignores the result of the operation.This method subscribes on the result of
flushdb(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromflushdb(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
function
A container for function commands.Redis command FUNCTION.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
functionAndAwait
Blocking variant offunction(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
functionAndForget
Variant offunction(List)
that ignores the result of the operation.This method subscribes on the result of
function(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromfunction(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geoadd
Add one or more geospatial items in the geospatial index represented using a sorted set.Redis command GEOADD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geoaddAndAwait
Blocking variant ofgeoadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geoaddAndForget
Variant ofgeoadd(List)
that ignores the result of the operation.This method subscribes on the result of
geoadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeoadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geodist
Returns the distance between two members of a geospatial index.Redis command GEODIST.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geodistAndAwait
Blocking variant ofgeodist(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geodistAndForget
Variant ofgeodist(List)
that ignores the result of the operation.This method subscribes on the result of
geodist(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeodist(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geohash
Returns members of a geospatial index as standard geohash strings.Redis command GEOHASH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geohashAndAwait
Blocking variant ofgeohash(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geohashAndForget
Variant ofgeohash(List)
that ignores the result of the operation.This method subscribes on the result of
geohash(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeohash(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geopos
Returns longitude and latitude of members of a geospatial index.Redis command GEOPOS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geoposAndAwait
Blocking variant ofgeopos(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geoposAndForget
Variant ofgeopos(List)
that ignores the result of the operation.This method subscribes on the result of
geopos(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeopos(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
georadius
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.Redis command GEORADIUS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
georadiusAndAwait
Blocking variant ofgeoradius(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
georadiusAndForget
Variant ofgeoradius(List)
that ignores the result of the operation.This method subscribes on the result of
georadius(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeoradius(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
georadiusRo
A read-only variant for GEORADIUS.Redis command GEORADIUS_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
georadiusRoAndAwait
Blocking variant ofgeoradiusRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
georadiusRoAndForget
Variant ofgeoradiusRo(List)
that ignores the result of the operation.This method subscribes on the result of
georadiusRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeoradiusRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
georadiusbymember
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.Redis command GEORADIUSBYMEMBER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
georadiusbymemberAndAwait
Blocking variant ofgeoradiusbymember(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
georadiusbymemberAndForget
Variant ofgeoradiusbymember(List)
that ignores the result of the operation.This method subscribes on the result of
georadiusbymember(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeoradiusbymember(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
georadiusbymemberRo
A read-only variant for GEORADIUSBYMEMBER.Redis command GEORADIUSBYMEMBER_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
georadiusbymemberRoAndAwait
Blocking variant ofgeoradiusbymemberRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
georadiusbymemberRoAndForget
Variant ofgeoradiusbymemberRo(List)
that ignores the result of the operation.This method subscribes on the result of
georadiusbymemberRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeoradiusbymemberRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geosearch
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.Redis command GEOSEARCH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geosearchAndAwait
Blocking variant ofgeosearch(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geosearchAndForget
Variant ofgeosearch(List)
that ignores the result of the operation.This method subscribes on the result of
geosearch(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeosearch(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
geosearchstore
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.Redis command GEOSEARCHSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
geosearchstoreAndAwait
Blocking variant ofgeosearchstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
geosearchstoreAndForget
Variant ofgeosearchstore(List)
that ignores the result of the operation.This method subscribes on the result of
geosearchstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgeosearchstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
get
Get the value of a key.Redis command GET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getAndAwait
Blocking variant ofget(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
getAndForget
Variant ofget(String)
that ignores the result of the operation.This method subscribes on the result of
get(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromget(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
getbit
Returns the bit value at offset in the string value stored at key.Redis command GETBIT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getbitAndAwait
Blocking variant ofgetbit(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
getbitAndForget
Variant ofgetbit(String,String)
that ignores the result of the operation.This method subscribes on the result of
getbit(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgetbit(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
getdel
Get the value of a key and delete the key.Redis command GETDEL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getdelAndAwait
Blocking variant ofgetdel(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
getdelAndForget
Variant ofgetdel(String)
that ignores the result of the operation.This method subscribes on the result of
getdel(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgetdel(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
getex
Get the value of a key and optionally set its expiration.Redis command GETEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getexAndAwait
Blocking variant ofgetex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
getexAndForget
Variant ofgetex(List)
that ignores the result of the operation.This method subscribes on the result of
getex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgetex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
getrange
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> getrange(String arg0, String arg1, String arg2) Get a substring of the string stored at a key.Redis command GETRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getrangeAndAwait
Blocking variant ofgetrange(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
getrangeAndForget
Variant ofgetrange(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
getrange(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgetrange(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
getset
Set the string value of a key and return its old value.Redis command GETSET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
getsetAndAwait
Blocking variant ofgetset(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
getsetAndForget
Variant ofgetset(String,String)
that ignores the result of the operation.This method subscribes on the result of
getset(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgetset(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphBulk
Redis command GRAPH.BULK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphBulkAndAwait
Blocking variant ofgraphBulk(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphBulkAndForget
Variant ofgraphBulk(List)
that ignores the result of the operation.This method subscribes on the result of
graphBulk(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphBulk(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphConfig
Redis command GRAPH.CONFIG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphConfigAndAwait
Blocking variant ofgraphConfig(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphConfigAndForget
Variant ofgraphConfig(List)
that ignores the result of the operation.This method subscribes on the result of
graphConfig(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphConfig(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphDebug
Redis command GRAPH.DEBUG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphDebugAndAwait
Blocking variant ofgraphDebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphDebugAndForget
Variant ofgraphDebug(List)
that ignores the result of the operation.This method subscribes on the result of
graphDebug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphDebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphDelete
Redis command GRAPH.DELETE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphDeleteAndAwait
Blocking variant ofgraphDelete(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphDeleteAndForget
Variant ofgraphDelete(List)
that ignores the result of the operation.This method subscribes on the result of
graphDelete(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphDelete(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphExplain
Redis command GRAPH.EXPLAIN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphExplainAndAwait
Blocking variant ofgraphExplain(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphExplainAndForget
Variant ofgraphExplain(List)
that ignores the result of the operation.This method subscribes on the result of
graphExplain(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphExplain(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphList
Redis command GRAPH.LIST.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphListAndAwait
Blocking variant ofgraphList(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphListAndForget
Variant ofgraphList(List)
that ignores the result of the operation.This method subscribes on the result of
graphList(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphList(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphProfile
Redis command GRAPH.PROFILE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphProfileAndAwait
Blocking variant ofgraphProfile(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphProfileAndForget
Variant ofgraphProfile(List)
that ignores the result of the operation.This method subscribes on the result of
graphProfile(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphProfile(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphQuery
Redis command GRAPH.QUERY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphQueryAndAwait
Blocking variant ofgraphQuery(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphQueryAndForget
Variant ofgraphQuery(List)
that ignores the result of the operation.This method subscribes on the result of
graphQuery(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphQuery(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphRoQuery
Redis command GRAPH.RO_QUERY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphRoQueryAndAwait
Blocking variant ofgraphRoQuery(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphRoQueryAndForget
Variant ofgraphRoQuery(List)
that ignores the result of the operation.This method subscribes on the result of
graphRoQuery(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphRoQuery(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
graphSlowlog
Redis command GRAPH.SLOWLOG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
graphSlowlogAndAwait
Blocking variant ofgraphSlowlog(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
graphSlowlogAndForget
Variant ofgraphSlowlog(List)
that ignores the result of the operation.This method subscribes on the result of
graphSlowlog(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromgraphSlowlog(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hdel
Delete one or more hash fields.Redis command HDEL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hdelAndAwait
Blocking variant ofhdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hdelAndForget
Variant ofhdel(List)
that ignores the result of the operation.This method subscribes on the result of
hdel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hello
Handshake with Redis.Redis command HELLO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
helloAndAwait
Blocking variant ofhello(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
helloAndForget
Variant ofhello(List)
that ignores the result of the operation.This method subscribes on the result of
hello(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhello(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hexists
Determine if a hash field exists.Redis command HEXISTS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hexistsAndAwait
Blocking variant ofhexists(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
hexistsAndForget
Variant ofhexists(String,String)
that ignores the result of the operation.This method subscribes on the result of
hexists(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhexists(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hget
Get the value of a hash field.Redis command HGET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hgetAndAwait
Blocking variant ofhget(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
hgetAndForget
Variant ofhget(String,String)
that ignores the result of the operation.This method subscribes on the result of
hget(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhget(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hgetall
Get all the fields and values in a hash.Redis command HGETALL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hgetallAndAwait
Blocking variant ofhgetall(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
hgetallAndForget
Variant ofhgetall(String)
that ignores the result of the operation.This method subscribes on the result of
hgetall(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhgetall(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hincrby
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> hincrby(String arg0, String arg1, String arg2) Increment the integer value of a hash field by the given number.Redis command HINCRBY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hincrbyAndAwait
Blocking variant ofhincrby(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
hincrbyAndForget
Variant ofhincrby(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
hincrby(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhincrby(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hincrbyfloat
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> hincrbyfloat(String arg0, String arg1, String arg2) Increment the float value of a hash field by the given amount.Redis command HINCRBYFLOAT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hincrbyfloatAndAwait
Blocking variant ofhincrbyfloat(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
hincrbyfloatAndForget
Variant ofhincrbyfloat(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
hincrbyfloat(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhincrbyfloat(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hkeys
Get all the fields in a hash.Redis command HKEYS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hkeysAndAwait
Blocking variant ofhkeys(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
hkeysAndForget
Variant ofhkeys(String)
that ignores the result of the operation.This method subscribes on the result of
hkeys(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhkeys(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hlen
Get the number of fields in a hash.Redis command HLEN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hlenAndAwait
Blocking variant ofhlen(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
hlenAndForget
Variant ofhlen(String)
that ignores the result of the operation.This method subscribes on the result of
hlen(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhlen(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hmget
Get the values of all the given hash fields.Redis command HMGET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hmgetAndAwait
Blocking variant ofhmget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hmgetAndForget
Variant ofhmget(List)
that ignores the result of the operation.This method subscribes on the result of
hmget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhmget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hmset
Set multiple hash fields to multiple values.Redis command HMSET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hmsetAndAwait
Blocking variant ofhmset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hmsetAndForget
Variant ofhmset(List)
that ignores the result of the operation.This method subscribes on the result of
hmset(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhmset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hrandfield
Get one or multiple random fields from a hash.Redis command HRANDFIELD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hrandfieldAndAwait
Blocking variant ofhrandfield(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hrandfieldAndForget
Variant ofhrandfield(List)
that ignores the result of the operation.This method subscribes on the result of
hrandfield(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhrandfield(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hscan
Incrementally iterate hash fields and associated values.Redis command HSCAN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hscanAndAwait
Blocking variant ofhscan(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hscanAndForget
Variant ofhscan(List)
that ignores the result of the operation.This method subscribes on the result of
hscan(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhscan(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hset
Set the string value of a hash field.Redis command HSET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hsetAndAwait
Blocking variant ofhset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
hsetAndForget
Variant ofhset(List)
that ignores the result of the operation.This method subscribes on the result of
hset(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hsetnx
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> hsetnx(String arg0, String arg1, String arg2) Set the value of a hash field, only if the field does not exist.Redis command HSETNX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hsetnxAndAwait
Blocking variant ofhsetnx(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
hsetnxAndForget
Variant ofhsetnx(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
hsetnx(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhsetnx(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hstrlen
Get the length of the value of a hash field.Redis command HSTRLEN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hstrlenAndAwait
Blocking variant ofhstrlen(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
hstrlenAndForget
Variant ofhstrlen(String,String)
that ignores the result of the operation.This method subscribes on the result of
hstrlen(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhstrlen(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
hvals
Get all the values in a hash.Redis command HVALS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
hvalsAndAwait
Blocking variant ofhvals(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
hvalsAndForget
Variant ofhvals(String)
that ignores the result of the operation.This method subscribes on the result of
hvals(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromhvals(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
incr
Increment the integer value of a key by one.Redis command INCR.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
incrAndAwait
Blocking variant ofincr(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
incrAndForget
Variant ofincr(String)
that ignores the result of the operation.This method subscribes on the result of
incr(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromincr(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
incrby
Increment the integer value of a key by the given amount.Redis command INCRBY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
incrbyAndAwait
Blocking variant ofincrby(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
incrbyAndForget
Variant ofincrby(String,String)
that ignores the result of the operation.This method subscribes on the result of
incrby(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromincrby(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
incrbyfloat
Increment the float value of a key by the given amount.Redis command INCRBYFLOAT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
incrbyfloatAndAwait
Blocking variant ofincrbyfloat(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
incrbyfloatAndForget
Variant ofincrbyfloat(String,String)
that ignores the result of the operation.This method subscribes on the result of
incrbyfloat(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromincrbyfloat(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
info
Get information and statistics about the server.Redis command INFO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
infoAndAwait
Blocking variant ofinfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
infoAndForget
Variant ofinfo(List)
that ignores the result of the operation.This method subscribes on the result of
info(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frominfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrappend
Redis command JSON.ARRAPPEND.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrappendAndAwait
Blocking variant ofjsonArrappend(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrappendAndForget
Variant ofjsonArrappend(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrappend(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrappend(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrindex
Redis command JSON.ARRINDEX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrindexAndAwait
Blocking variant ofjsonArrindex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrindexAndForget
Variant ofjsonArrindex(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrindex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrindex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrinsert
Redis command JSON.ARRINSERT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrinsertAndAwait
Blocking variant ofjsonArrinsert(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrinsertAndForget
Variant ofjsonArrinsert(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrinsert(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrinsert(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrlen
Redis command JSON.ARRLEN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrlenAndAwait
Blocking variant ofjsonArrlen(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrlenAndForget
Variant ofjsonArrlen(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrlen(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrlen(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrpop
Redis command JSON.ARRPOP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrpopAndAwait
Blocking variant ofjsonArrpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrpopAndForget
Variant ofjsonArrpop(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonArrtrim
Redis command JSON.ARRTRIM.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonArrtrimAndAwait
Blocking variant ofjsonArrtrim(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonArrtrimAndForget
Variant ofjsonArrtrim(List)
that ignores the result of the operation.This method subscribes on the result of
jsonArrtrim(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonArrtrim(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonClear
Redis command JSON.CLEAR.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonClearAndAwait
Blocking variant ofjsonClear(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonClearAndForget
Variant ofjsonClear(List)
that ignores the result of the operation.This method subscribes on the result of
jsonClear(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonClear(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonDebug
Redis command JSON.DEBUG.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonDebugAndAwait
Blocking variant ofjsonDebug(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonDebugAndForget
Variant ofjsonDebug(List)
that ignores the result of the operation.This method subscribes on the result of
jsonDebug(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonDebug(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonDel
Redis command JSON.DEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonDelAndAwait
Blocking variant ofjsonDel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonDelAndForget
Variant ofjsonDel(List)
that ignores the result of the operation.This method subscribes on the result of
jsonDel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonDel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonForget
Redis command JSON.FORGET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonForgetAndAwait
Blocking variant ofjsonForget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonForgetAndForget
Variant ofjsonForget(List)
that ignores the result of the operation.This method subscribes on the result of
jsonForget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonForget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonGet
Redis command JSON.GET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonGetAndAwait
Blocking variant ofjsonGet(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonGetAndForget
Variant ofjsonGet(List)
that ignores the result of the operation.This method subscribes on the result of
jsonGet(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonGet(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonMget
Redis command JSON.MGET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonMgetAndAwait
Blocking variant ofjsonMget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonMgetAndForget
Variant ofjsonMget(List)
that ignores the result of the operation.This method subscribes on the result of
jsonMget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonMget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonNumincrby
Redis command JSON.NUMINCRBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonNumincrbyAndAwait
Blocking variant ofjsonNumincrby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonNumincrbyAndForget
Variant ofjsonNumincrby(List)
that ignores the result of the operation.This method subscribes on the result of
jsonNumincrby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonNumincrby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonNummultby
Redis command JSON.NUMMULTBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonNummultbyAndAwait
Blocking variant ofjsonNummultby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonNummultbyAndForget
Variant ofjsonNummultby(List)
that ignores the result of the operation.This method subscribes on the result of
jsonNummultby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonNummultby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonNumpowby
Redis command JSON.NUMPOWBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonNumpowbyAndAwait
Blocking variant ofjsonNumpowby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonNumpowbyAndForget
Variant ofjsonNumpowby(List)
that ignores the result of the operation.This method subscribes on the result of
jsonNumpowby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonNumpowby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonObjkeys
Redis command JSON.OBJKEYS.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonObjkeysAndAwait
Blocking variant ofjsonObjkeys(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonObjkeysAndForget
Variant ofjsonObjkeys(List)
that ignores the result of the operation.This method subscribes on the result of
jsonObjkeys(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonObjkeys(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonObjlen
Redis command JSON.OBJLEN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonObjlenAndAwait
Blocking variant ofjsonObjlen(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonObjlenAndForget
Variant ofjsonObjlen(List)
that ignores the result of the operation.This method subscribes on the result of
jsonObjlen(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonObjlen(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonResp
Redis command JSON.RESP.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonRespAndAwait
Blocking variant ofjsonResp(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonRespAndForget
Variant ofjsonResp(List)
that ignores the result of the operation.This method subscribes on the result of
jsonResp(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonResp(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonSet
Redis command JSON.SET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonSetAndAwait
Blocking variant ofjsonSet(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonSetAndForget
Variant ofjsonSet(List)
that ignores the result of the operation.This method subscribes on the result of
jsonSet(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonSet(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonStrappend
Redis command JSON.STRAPPEND.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonStrappendAndAwait
Blocking variant ofjsonStrappend(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonStrappendAndForget
Variant ofjsonStrappend(List)
that ignores the result of the operation.This method subscribes on the result of
jsonStrappend(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonStrappend(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonStrlen
Redis command JSON.STRLEN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonStrlenAndAwait
Blocking variant ofjsonStrlen(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonStrlenAndForget
Variant ofjsonStrlen(List)
that ignores the result of the operation.This method subscribes on the result of
jsonStrlen(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonStrlen(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonToggle
Redis command JSON.TOGGLE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonToggleAndAwait
Blocking variant ofjsonToggle(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonToggleAndForget
Variant ofjsonToggle(List)
that ignores the result of the operation.This method subscribes on the result of
jsonToggle(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonToggle(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
jsonType
Redis command JSON.TYPE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
jsonTypeAndAwait
Blocking variant ofjsonType(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
jsonTypeAndForget
Variant ofjsonType(List)
that ignores the result of the operation.This method subscribes on the result of
jsonType(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromjsonType(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
keys
Find all keys matching the given pattern.Redis command KEYS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
keysAndAwait
Blocking variant ofkeys(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
keysAndForget
Variant ofkeys(String)
that ignores the result of the operation.This method subscribes on the result of
keys(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromkeys(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lastsave
Get the UNIX time stamp of the last successful save to disk.Redis command LASTSAVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lastsaveAndAwait
Blocking variant oflastsave()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
lastsaveAndForget
Variant oflastsave()
that ignores the result of the operation.This method subscribes on the result of
lastsave()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlastsave()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
latency
A container for latency diagnostics commands.Redis command LATENCY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
latencyAndAwait
Blocking variant oflatency(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
latencyAndForget
Variant oflatency(List)
that ignores the result of the operation.This method subscribes on the result of
latency(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlatency(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lcs
Find longest common substring.Redis command LCS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lcsAndAwait
Blocking variant oflcs(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lcsAndForget
Variant oflcs(List)
that ignores the result of the operation.This method subscribes on the result of
lcs(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlcs(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lindex
Get an element from a list by its index.Redis command LINDEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lindexAndAwait
Blocking variant oflindex(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
lindexAndForget
Variant oflindex(String,String)
that ignores the result of the operation.This method subscribes on the result of
lindex(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlindex(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
linsert
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> linsert(String arg0, String arg1, String arg2, String arg3) Insert an element before or after another element in a list.Redis command LINSERT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
linsertAndAwait
Blocking variant oflinsert(String,String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the Response instance produced by the operation.
-
linsertAndForget
Variant oflinsert(String,String,String,String)
that ignores the result of the operation.This method subscribes on the result of
linsert(String,String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlinsert(String,String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the instance of RedisAPI to chain method calls.
-
llen
Get the length of a list.Redis command LLEN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
llenAndAwait
Blocking variant ofllen(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
llenAndForget
Variant ofllen(String)
that ignores the result of the operation.This method subscribes on the result of
llen(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromllen(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lmove
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> lmove(String arg0, String arg1, String arg2, String arg3) Pop an element from a list, push it to another list and return it.Redis command LMOVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lmoveAndAwait
Blocking variant oflmove(String,String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the Response instance produced by the operation.
-
lmoveAndForget
Variant oflmove(String,String,String,String)
that ignores the result of the operation.This method subscribes on the result of
lmove(String,String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlmove(String,String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-arg3
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lmpop
Pop elements from a list.Redis command LMPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lmpopAndAwait
Blocking variant oflmpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lmpopAndForget
Variant oflmpop(List)
that ignores the result of the operation.This method subscribes on the result of
lmpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlmpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lolwut
Display some computer art and the Redis version.Redis command LOLWUT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lolwutAndAwait
Blocking variant oflolwut(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lolwutAndForget
Variant oflolwut(List)
that ignores the result of the operation.This method subscribes on the result of
lolwut(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlolwut(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lpop
Remove and get the first elements in a list.Redis command LPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lpopAndAwait
Blocking variant oflpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lpopAndForget
Variant oflpop(List)
that ignores the result of the operation.This method subscribes on the result of
lpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lpos
Return the index of matching elements on a list.Redis command LPOS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lposAndAwait
Blocking variant oflpos(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lposAndForget
Variant oflpos(List)
that ignores the result of the operation.This method subscribes on the result of
lpos(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlpos(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lpush
Prepend one or multiple elements to a list.Redis command LPUSH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lpushAndAwait
Blocking variant oflpush(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lpushAndForget
Variant oflpush(List)
that ignores the result of the operation.This method subscribes on the result of
lpush(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlpush(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lpushx
Prepend an element to a list, only if the list exists.Redis command LPUSHX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lpushxAndAwait
Blocking variant oflpushx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
lpushxAndForget
Variant oflpushx(List)
that ignores the result of the operation.This method subscribes on the result of
lpushx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlpushx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lrange
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> lrange(String arg0, String arg1, String arg2) Get a range of elements from a list.Redis command LRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lrangeAndAwait
Blocking variant oflrange(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
lrangeAndForget
Variant oflrange(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
lrange(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlrange(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lrem
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> lrem(String arg0, String arg1, String arg2) Remove elements from a list.Redis command LREM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lremAndAwait
Blocking variant oflrem(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
lremAndForget
Variant oflrem(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
lrem(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlrem(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
lset
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> lset(String arg0, String arg1, String arg2) Set the value of an element in a list by its index.Redis command LSET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
lsetAndAwait
Blocking variant oflset(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
lsetAndForget
Variant oflset(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
lset(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromlset(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ltrim
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> ltrim(String arg0, String arg1, String arg2) Trim a list to the specified range.Redis command LTRIM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ltrimAndAwait
Blocking variant ofltrim(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
ltrimAndForget
Variant ofltrim(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
ltrim(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromltrim(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
memory
A container for memory diagnostics commands.Redis command MEMORY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
memoryAndAwait
Blocking variant ofmemory(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
memoryAndForget
Variant ofmemory(List)
that ignores the result of the operation.This method subscribes on the result of
memory(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommemory(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
mget
Get the values of all the given keys.Redis command MGET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
mgetAndAwait
Blocking variant ofmget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
mgetAndForget
Variant ofmget(List)
that ignores the result of the operation.This method subscribes on the result of
mget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
migrate
Atomically transfer a key from a Redis instance to another one.Redis command MIGRATE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
migrateAndAwait
Blocking variant ofmigrate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
migrateAndForget
Variant ofmigrate(List)
that ignores the result of the operation.This method subscribes on the result of
migrate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommigrate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
module
A container for module commands.Redis command MODULE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
moduleAndAwait
Blocking variant ofmodule(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
moduleAndForget
Variant ofmodule(List)
that ignores the result of the operation.This method subscribes on the result of
module(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommodule(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
monitor
Listen for all requests received by the server in real time.Redis command MONITOR.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
monitorAndAwait
Blocking variant ofmonitor()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
monitorAndForget
Variant ofmonitor()
that ignores the result of the operation.This method subscribes on the result of
monitor()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommonitor()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
move
Move a key to another database.Redis command MOVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
moveAndAwait
Blocking variant ofmove(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
moveAndForget
Variant ofmove(String,String)
that ignores the result of the operation.This method subscribes on the result of
move(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommove(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
mset
Set multiple keys to multiple values.Redis command MSET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
msetAndAwait
Blocking variant ofmset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
msetAndForget
Variant ofmset(List)
that ignores the result of the operation.This method subscribes on the result of
mset(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
msetnx
Set multiple keys to multiple values, only if none of the keys exist.Redis command MSETNX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
msetnxAndAwait
Blocking variant ofmsetnx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
msetnxAndForget
Variant ofmsetnx(List)
that ignores the result of the operation.This method subscribes on the result of
msetnx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommsetnx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
multi
Mark the start of a transaction block.Redis command MULTI.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
multiAndAwait
Blocking variant ofmulti()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
multiAndForget
Variant ofmulti()
that ignores the result of the operation.This method subscribes on the result of
multi()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frommulti()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
object
A container for object introspection commands.Redis command OBJECT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
objectAndAwait
Blocking variant ofobject(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
objectAndForget
Variant ofobject(List)
that ignores the result of the operation.This method subscribes on the result of
object(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromobject(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
persist
Remove the expiration from a key.Redis command PERSIST.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
persistAndAwait
Blocking variant ofpersist(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
persistAndForget
Variant ofpersist(String)
that ignores the result of the operation.This method subscribes on the result of
persist(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompersist(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pexpire
Set a key's time to live in milliseconds.Redis command PEXPIRE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pexpireAndAwait
Blocking variant ofpexpire(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pexpireAndForget
Variant ofpexpire(List)
that ignores the result of the operation.This method subscribes on the result of
pexpire(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompexpire(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pexpireat
Set the expiration for a key as a UNIX timestamp specified in milliseconds.Redis command PEXPIREAT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pexpireatAndAwait
Blocking variant ofpexpireat(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pexpireatAndForget
Variant ofpexpireat(List)
that ignores the result of the operation.This method subscribes on the result of
pexpireat(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompexpireat(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pexpiretime
Get the expiration Unix timestamp for a key in milliseconds.Redis command PEXPIRETIME.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pexpiretimeAndAwait
Blocking variant ofpexpiretime(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
pexpiretimeAndForget
Variant ofpexpiretime(String)
that ignores the result of the operation.This method subscribes on the result of
pexpiretime(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompexpiretime(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pfadd
Adds the specified elements to the specified HyperLogLog.Redis command PFADD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pfaddAndAwait
Blocking variant ofpfadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pfaddAndForget
Variant ofpfadd(List)
that ignores the result of the operation.This method subscribes on the result of
pfadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompfadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pfcount
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).Redis command PFCOUNT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pfcountAndAwait
Blocking variant ofpfcount(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pfcountAndForget
Variant ofpfcount(List)
that ignores the result of the operation.This method subscribes on the result of
pfcount(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompfcount(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pfdebug
Internal commands for debugging HyperLogLog values.Redis command PFDEBUG.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pfdebugAndAwait
Blocking variant ofpfdebug(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
pfdebugAndForget
Variant ofpfdebug(String,String)
that ignores the result of the operation.This method subscribes on the result of
pfdebug(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompfdebug(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pfmerge
Merge N different HyperLogLogs into a single one.Redis command PFMERGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pfmergeAndAwait
Blocking variant ofpfmerge(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pfmergeAndForget
Variant ofpfmerge(List)
that ignores the result of the operation.This method subscribes on the result of
pfmerge(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompfmerge(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pfselftest
An internal command for testing HyperLogLog values.Redis command PFSELFTEST.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pfselftestAndAwait
Blocking variant ofpfselftest()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
pfselftestAndForget
Variant ofpfselftest()
that ignores the result of the operation.This method subscribes on the result of
pfselftest()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompfselftest()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
ping
Ping the server.Redis command PING.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pingAndAwait
Blocking variant ofping(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pingAndForget
Variant ofping(List)
that ignores the result of the operation.This method subscribes on the result of
ping(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromping(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
psetex
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> psetex(String arg0, String arg1, String arg2) Set the value and expiration in milliseconds of a key.Redis command PSETEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
psetexAndAwait
Blocking variant ofpsetex(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
psetexAndForget
Variant ofpsetex(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
psetex(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompsetex(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
psubscribe
Listen for messages published to channels matching the given patterns.Redis command PSUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
psubscribeAndAwait
Blocking variant ofpsubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
psubscribeAndForget
Variant ofpsubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
psubscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompsubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
psync
Internal command used for replication.Redis command PSYNC.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
psyncAndAwait
Blocking variant ofpsync(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
psyncAndForget
Variant ofpsync(List)
that ignores the result of the operation.This method subscribes on the result of
psync(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompsync(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pttl
Get the time to live for a key in milliseconds.Redis command PTTL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pttlAndAwait
Blocking variant ofpttl(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
pttlAndForget
Variant ofpttl(String)
that ignores the result of the operation.This method subscribes on the result of
pttl(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompttl(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
publish
Post a message to a channel.Redis command PUBLISH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
publishAndAwait
Blocking variant ofpublish(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
publishAndForget
Variant ofpublish(String,String)
that ignores the result of the operation.This method subscribes on the result of
publish(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompublish(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
pubsub
A container for Pub/Sub commands.Redis command PUBSUB.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
pubsubAndAwait
Blocking variant ofpubsub(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
pubsubAndForget
Variant ofpubsub(List)
that ignores the result of the operation.This method subscribes on the result of
pubsub(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompubsub(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
punsubscribe
Stop listening for messages posted to channels matching the given patterns.Redis command PUNSUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
punsubscribeAndAwait
Blocking variant ofpunsubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
punsubscribeAndForget
Variant ofpunsubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
punsubscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation frompunsubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
quit
Close the connection.Redis command QUIT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
quitAndAwait
Blocking variant ofquit(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
quitAndForget
Variant ofquit(List)
that ignores the result of the operation.This method subscribes on the result of
quit(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromquit(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
randomkey
Return a random key from the keyspace.Redis command RANDOMKEY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
randomkeyAndAwait
Blocking variant ofrandomkey()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
randomkeyAndForget
Variant ofrandomkey()
that ignores the result of the operation.This method subscribes on the result of
randomkey()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrandomkey()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
readonly
Enables read queries for a connection to a cluster replica node.Redis command READONLY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
readonlyAndAwait
Blocking variant ofreadonly()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
readonlyAndForget
Variant ofreadonly()
that ignores the result of the operation.This method subscribes on the result of
readonly()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromreadonly()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
readwrite
Disables read queries for a connection to a cluster replica node.Redis command READWRITE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
readwriteAndAwait
Blocking variant ofreadwrite()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
readwriteAndForget
Variant ofreadwrite()
that ignores the result of the operation.This method subscribes on the result of
readwrite()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromreadwrite()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
rename
Rename a key.Redis command RENAME.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
renameAndAwait
Blocking variant ofrename(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
renameAndForget
Variant ofrename(String,String)
that ignores the result of the operation.This method subscribes on the result of
rename(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrename(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
renamenx
Rename a key, only if the new key does not exist.Redis command RENAMENX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
renamenxAndAwait
Blocking variant ofrenamenx(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
renamenxAndForget
Variant ofrenamenx(String,String)
that ignores the result of the operation.This method subscribes on the result of
renamenx(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrenamenx(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
replconf
An internal command for configuring the replication stream.Redis command REPLCONF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
replconfAndAwait
Blocking variant ofreplconf(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
replconfAndForget
Variant ofreplconf(List)
that ignores the result of the operation.This method subscribes on the result of
replconf(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromreplconf(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
replicaof
Make the server a replica of another instance, or promote it as master.Redis command REPLICAOF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
replicaofAndAwait
Blocking variant ofreplicaof(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
replicaofAndForget
Variant ofreplicaof(String,String)
that ignores the result of the operation.This method subscribes on the result of
replicaof(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromreplicaof(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
reset
Reset the connection.Redis command RESET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
resetAndAwait
Blocking variant ofreset()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
resetAndForget
Variant ofreset()
that ignores the result of the operation.This method subscribes on the result of
reset()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromreset()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
restore
Create a key using the provided serialized value, previously obtained using DUMP.Redis command RESTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
restoreAndAwait
Blocking variant ofrestore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
restoreAndForget
Variant ofrestore(List)
that ignores the result of the operation.This method subscribes on the result of
restore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrestore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
restoreAsking
An internal command for migrating keys in a cluster.Redis command RESTORE-ASKING.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
restoreAskingAndAwait
Blocking variant ofrestoreAsking(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
restoreAskingAndForget
Variant ofrestoreAsking(List)
that ignores the result of the operation.This method subscribes on the result of
restoreAsking(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrestoreAsking(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
role
Return the role of the instance in the context of replication.Redis command ROLE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
roleAndAwait
Blocking variant ofrole()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
roleAndForget
Variant ofrole()
that ignores the result of the operation.This method subscribes on the result of
role()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrole()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
rpop
Remove and get the last elements in a list.Redis command RPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
rpopAndAwait
Blocking variant ofrpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
rpopAndForget
Variant ofrpop(List)
that ignores the result of the operation.This method subscribes on the result of
rpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
rpoplpush
Remove the last element in a list, prepend it to another list and return it.Redis command RPOPLPUSH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
rpoplpushAndAwait
Blocking variant ofrpoplpush(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
rpoplpushAndForget
Variant ofrpoplpush(String,String)
that ignores the result of the operation.This method subscribes on the result of
rpoplpush(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrpoplpush(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
rpush
Append one or multiple elements to a list.Redis command RPUSH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
rpushAndAwait
Blocking variant ofrpush(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
rpushAndForget
Variant ofrpush(List)
that ignores the result of the operation.This method subscribes on the result of
rpush(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrpush(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
rpushx
Append an element to a list, only if the list exists.Redis command RPUSHX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
rpushxAndAwait
Blocking variant ofrpushx(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
rpushxAndForget
Variant ofrpushx(List)
that ignores the result of the operation.This method subscribes on the result of
rpushx(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromrpushx(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sadd
Add one or more members to a set.Redis command SADD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
saddAndAwait
Blocking variant ofsadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
saddAndForget
Variant ofsadd(List)
that ignores the result of the operation.This method subscribes on the result of
sadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
save
Synchronously save the dataset to disk.Redis command SAVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
saveAndAwait
Blocking variant ofsave()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
saveAndForget
Variant ofsave()
that ignores the result of the operation.This method subscribes on the result of
save()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsave()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
scan
Incrementally iterate the keys space.Redis command SCAN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
scanAndAwait
Blocking variant ofscan(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
scanAndForget
Variant ofscan(List)
that ignores the result of the operation.This method subscribes on the result of
scan(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromscan(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
scard
Get the number of members in a set.Redis command SCARD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
scardAndAwait
Blocking variant ofscard(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
scardAndForget
Variant ofscard(String)
that ignores the result of the operation.This method subscribes on the result of
scard(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromscard(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
script
A container for Lua scripts management commands.Redis command SCRIPT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
scriptAndAwait
Blocking variant ofscript(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
scriptAndForget
Variant ofscript(List)
that ignores the result of the operation.This method subscribes on the result of
script(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromscript(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sdiff
Subtract multiple sets.Redis command SDIFF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sdiffAndAwait
Blocking variant ofsdiff(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sdiffAndForget
Variant ofsdiff(List)
that ignores the result of the operation.This method subscribes on the result of
sdiff(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsdiff(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sdiffstore
Subtract multiple sets and store the resulting set in a key.Redis command SDIFFSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sdiffstoreAndAwait
Blocking variant ofsdiffstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sdiffstoreAndForget
Variant ofsdiffstore(List)
that ignores the result of the operation.This method subscribes on the result of
sdiffstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsdiffstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
select
Change the selected database for the current connection.Redis command SELECT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
selectAndAwait
Blocking variant ofselect(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
selectAndForget
Variant ofselect(String)
that ignores the result of the operation.This method subscribes on the result of
select(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromselect(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
set
Set the string value of a key.Redis command SET.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
setAndAwait
Blocking variant ofset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
setAndForget
Variant ofset(List)
that ignores the result of the operation.This method subscribes on the result of
set(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
setbit
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> setbit(String arg0, String arg1, String arg2) Sets or clears the bit at offset in the string value stored at key.Redis command SETBIT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
setbitAndAwait
Blocking variant ofsetbit(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
setbitAndForget
Variant ofsetbit(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
setbit(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsetbit(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
setex
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> setex(String arg0, String arg1, String arg2) Set the value and expiration of a key.Redis command SETEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
setexAndAwait
Blocking variant ofsetex(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
setexAndForget
Variant ofsetex(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
setex(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsetex(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
setnx
Set the value of a key, only if the key does not exist.Redis command SETNX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
setnxAndAwait
Blocking variant ofsetnx(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
setnxAndForget
Variant ofsetnx(String,String)
that ignores the result of the operation.This method subscribes on the result of
setnx(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsetnx(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
setrange
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> setrange(String arg0, String arg1, String arg2) Overwrite part of a string at key starting at the specified offset.Redis command SETRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
setrangeAndAwait
Blocking variant ofsetrange(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
setrangeAndForget
Variant ofsetrange(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
setrange(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsetrange(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
shutdown
Synchronously save the dataset to disk and then shut down the server.Redis command SHUTDOWN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
shutdownAndAwait
Blocking variant ofshutdown(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
shutdownAndForget
Variant ofshutdown(List)
that ignores the result of the operation.This method subscribes on the result of
shutdown(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromshutdown(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sinter
Intersect multiple sets.Redis command SINTER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sinterAndAwait
Blocking variant ofsinter(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sinterAndForget
Variant ofsinter(List)
that ignores the result of the operation.This method subscribes on the result of
sinter(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsinter(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sintercard
Intersect multiple sets and return the cardinality of the result.Redis command SINTERCARD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sintercardAndAwait
Blocking variant ofsintercard(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sintercardAndForget
Variant ofsintercard(List)
that ignores the result of the operation.This method subscribes on the result of
sintercard(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsintercard(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sinterstore
Intersect multiple sets and store the resulting set in a key.Redis command SINTERSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sinterstoreAndAwait
Blocking variant ofsinterstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sinterstoreAndForget
Variant ofsinterstore(List)
that ignores the result of the operation.This method subscribes on the result of
sinterstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsinterstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sismember
Determine if a given value is a member of a set.Redis command SISMEMBER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sismemberAndAwait
Blocking variant ofsismember(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
sismemberAndForget
Variant ofsismember(String,String)
that ignores the result of the operation.This method subscribes on the result of
sismember(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsismember(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
slaveof
Make the server a replica of another instance, or promote it as master.Redis command SLAVEOF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
slaveofAndAwait
Blocking variant ofslaveof(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
slaveofAndForget
Variant ofslaveof(String,String)
that ignores the result of the operation.This method subscribes on the result of
slaveof(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromslaveof(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
slowlog
A container for slow log commands.Redis command SLOWLOG.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
slowlogAndAwait
Blocking variant ofslowlog(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
slowlogAndForget
Variant ofslowlog(List)
that ignores the result of the operation.This method subscribes on the result of
slowlog(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromslowlog(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
smembers
Get all the members in a set.Redis command SMEMBERS.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
smembersAndAwait
Blocking variant ofsmembers(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
smembersAndForget
Variant ofsmembers(String)
that ignores the result of the operation.This method subscribes on the result of
smembers(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsmembers(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
smismember
Returns the membership associated with the given elements for a set.Redis command SMISMEMBER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
smismemberAndAwait
Blocking variant ofsmismember(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
smismemberAndForget
Variant ofsmismember(List)
that ignores the result of the operation.This method subscribes on the result of
smismember(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsmismember(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
smove
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> smove(String arg0, String arg1, String arg2) Move a member from one set to another.Redis command SMOVE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
smoveAndAwait
Blocking variant ofsmove(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
smoveAndForget
Variant ofsmove(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
smove(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsmove(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sort
Sort the elements in a list, set or sorted set.Redis command SORT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sortAndAwait
Blocking variant ofsort(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sortAndForget
Variant ofsort(List)
that ignores the result of the operation.This method subscribes on the result of
sort(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsort(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sortRo
Sort the elements in a list, set or sorted set. Read-only variant of SORT.Redis command SORT_RO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sortRoAndAwait
Blocking variant ofsortRo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sortRoAndForget
Variant ofsortRo(List)
that ignores the result of the operation.This method subscribes on the result of
sortRo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsortRo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
spop
Remove and return one or multiple random members from a set.Redis command SPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
spopAndAwait
Blocking variant ofspop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
spopAndForget
Variant ofspop(List)
that ignores the result of the operation.This method subscribes on the result of
spop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromspop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
spublish
Post a message to a shard channel.Redis command SPUBLISH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
spublishAndAwait
Blocking variant ofspublish(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
spublishAndForget
Variant ofspublish(String,String)
that ignores the result of the operation.This method subscribes on the result of
spublish(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromspublish(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
srandmember
Get one or multiple random members from a set.Redis command SRANDMEMBER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
srandmemberAndAwait
Blocking variant ofsrandmember(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
srandmemberAndForget
Variant ofsrandmember(List)
that ignores the result of the operation.This method subscribes on the result of
srandmember(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsrandmember(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
srem
Remove one or more members from a set.Redis command SREM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sremAndAwait
Blocking variant ofsrem(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sremAndForget
Variant ofsrem(List)
that ignores the result of the operation.This method subscribes on the result of
srem(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsrem(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sscan
Incrementally iterate Set elements.Redis command SSCAN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sscanAndAwait
Blocking variant ofsscan(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sscanAndForget
Variant ofsscan(List)
that ignores the result of the operation.This method subscribes on the result of
sscan(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsscan(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ssubscribe
Listen for messages published to the given shard channels.Redis command SSUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ssubscribeAndAwait
Blocking variant ofssubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
ssubscribeAndForget
Variant ofssubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
ssubscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromssubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
strlen
Get the length of the value stored in a key.Redis command STRLEN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
strlenAndAwait
Blocking variant ofstrlen(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
strlenAndForget
Variant ofstrlen(String)
that ignores the result of the operation.This method subscribes on the result of
strlen(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromstrlen(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
subscribe
Listen for messages published to the given channels.Redis command SUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
subscribeAndAwait
Blocking variant ofsubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
subscribeAndForget
Variant ofsubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
subscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
substr
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> substr(String arg0, String arg1, String arg2) Get a substring of the string stored at a key.Redis command SUBSTR.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
substrAndAwait
Blocking variant ofsubstr(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
substrAndForget
Variant ofsubstr(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
substr(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsubstr(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sunion
Add multiple sets.Redis command SUNION.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sunionAndAwait
Blocking variant ofsunion(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sunionAndForget
Variant ofsunion(List)
that ignores the result of the operation.This method subscribes on the result of
sunion(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsunion(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sunionstore
Add multiple sets and store the resulting set in a key.Redis command SUNIONSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sunionstoreAndAwait
Blocking variant ofsunionstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sunionstoreAndForget
Variant ofsunionstore(List)
that ignores the result of the operation.This method subscribes on the result of
sunionstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsunionstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sunsubscribe
Stop listening for messages posted to the given shard channels.Redis command SUNSUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
sunsubscribeAndAwait
Blocking variant ofsunsubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
sunsubscribeAndForget
Variant ofsunsubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
sunsubscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsunsubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
swapdb
Swaps two Redis databases.Redis command SWAPDB.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
swapdbAndAwait
Blocking variant ofswapdb(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
swapdbAndForget
Variant ofswapdb(String,String)
that ignores the result of the operation.This method subscribes on the result of
swapdb(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromswapdb(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
sync
Internal command used for replication.Redis command SYNC.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
syncAndAwait
Blocking variant ofsync()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
syncAndForget
Variant ofsync()
that ignores the result of the operation.This method subscribes on the result of
sync()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromsync()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestAdd
Redis command TDIGEST.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestAddAndAwait
Blocking variant oftdigestAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestAddAndForget
Variant oftdigestAdd(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestByrank
Redis command TDIGEST.BYRANK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestByrankAndAwait
Blocking variant oftdigestByrank(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestByrankAndForget
Variant oftdigestByrank(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestByrank(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestByrank(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestByrevrank
Redis command TDIGEST.BYREVRANK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestByrevrankAndAwait
Blocking variant oftdigestByrevrank(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestByrevrankAndForget
Variant oftdigestByrevrank(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestByrevrank(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestByrevrank(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestCdf
Redis command TDIGEST.CDF.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestCdfAndAwait
Blocking variant oftdigestCdf(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestCdfAndForget
Variant oftdigestCdf(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestCdf(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestCdf(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestCreate
Redis command TDIGEST.CREATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestCreateAndAwait
Blocking variant oftdigestCreate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestCreateAndForget
Variant oftdigestCreate(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestCreate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestCreate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestInfo
Redis command TDIGEST.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestInfoAndAwait
Blocking variant oftdigestInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestInfoAndForget
Variant oftdigestInfo(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestMax
Redis command TDIGEST.MAX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestMaxAndAwait
Blocking variant oftdigestMax(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestMaxAndForget
Variant oftdigestMax(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestMax(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestMax(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestMerge
Redis command TDIGEST.MERGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestMergeAndAwait
Blocking variant oftdigestMerge(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestMergeAndForget
Variant oftdigestMerge(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestMerge(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestMerge(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestMin
Redis command TDIGEST.MIN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestMinAndAwait
Blocking variant oftdigestMin(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestMinAndForget
Variant oftdigestMin(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestMin(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestMin(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestQuantile
Redis command TDIGEST.QUANTILE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestQuantileAndAwait
Blocking variant oftdigestQuantile(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestQuantileAndForget
Variant oftdigestQuantile(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestQuantile(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestQuantile(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestRank
Redis command TDIGEST.RANK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestRankAndAwait
Blocking variant oftdigestRank(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestRankAndForget
Variant oftdigestRank(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestRank(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestRank(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestReset
Redis command TDIGEST.RESET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestResetAndAwait
Blocking variant oftdigestReset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestResetAndForget
Variant oftdigestReset(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestReset(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestReset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestRevrank
Redis command TDIGEST.REVRANK.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestRevrankAndAwait
Blocking variant oftdigestRevrank(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestRevrankAndForget
Variant oftdigestRevrank(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestRevrank(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestRevrank(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tdigestTrimmedMean
Redis command TDIGEST.TRIMMED_MEAN.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tdigestTrimmedMeanAndAwait
Blocking variant oftdigestTrimmedMean(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tdigestTrimmedMeanAndForget
Variant oftdigestTrimmedMean(List)
that ignores the result of the operation.This method subscribes on the result of
tdigestTrimmedMean(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtdigestTrimmedMean(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
time
Return the current server time.Redis command TIME.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeAndAwait
Blocking variant oftime()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
timeAndForget
Variant oftime()
that ignores the result of the operation.This method subscribes on the result of
time()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtime()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesClusterset
Redis command TIMESERIES.CLUSTERSET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesClustersetAndAwait
Blocking variant oftimeseriesClusterset(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesClustersetAndForget
Variant oftimeseriesClusterset(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesClusterset(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesClusterset(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesClustersetfromshard
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> timeseriesClustersetfromshard(List<String> args) Redis command TIMESERIES.CLUSTERSETFROMSHARD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesClustersetfromshardAndAwait
Blocking variant oftimeseriesClustersetfromshard(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesClustersetfromshardAndForget
Variant oftimeseriesClustersetfromshard(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesClustersetfromshard(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesClustersetfromshard(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesHello
Redis command TIMESERIES.HELLO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesHelloAndAwait
Blocking variant oftimeseriesHello(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesHelloAndForget
Variant oftimeseriesHello(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesHello(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesHello(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesInfocluster
Redis command TIMESERIES.INFOCLUSTER.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesInfoclusterAndAwait
Blocking variant oftimeseriesInfocluster(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesInfoclusterAndForget
Variant oftimeseriesInfocluster(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesInfocluster(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesInfocluster(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesInnercommunication
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> timeseriesInnercommunication(List<String> args) Redis command TIMESERIES.INNERCOMMUNICATION.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesInnercommunicationAndAwait
Blocking variant oftimeseriesInnercommunication(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesInnercommunicationAndForget
Variant oftimeseriesInnercommunication(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesInnercommunication(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesInnercommunication(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesNetworktest
Redis command TIMESERIES.NETWORKTEST.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesNetworktestAndAwait
Blocking variant oftimeseriesNetworktest(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesNetworktestAndForget
Variant oftimeseriesNetworktest(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesNetworktest(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesNetworktest(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
timeseriesRefreshcluster
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> timeseriesRefreshcluster(List<String> args) Redis command TIMESERIES.REFRESHCLUSTER.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
timeseriesRefreshclusterAndAwait
Blocking variant oftimeseriesRefreshcluster(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
timeseriesRefreshclusterAndForget
Variant oftimeseriesRefreshcluster(List)
that ignores the result of the operation.This method subscribes on the result of
timeseriesRefreshcluster(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtimeseriesRefreshcluster(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkAdd
Redis command TOPK.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkAddAndAwait
Blocking variant oftopkAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkAddAndForget
Variant oftopkAdd(List)
that ignores the result of the operation.This method subscribes on the result of
topkAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkCount
Redis command TOPK.COUNT.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkCountAndAwait
Blocking variant oftopkCount(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkCountAndForget
Variant oftopkCount(List)
that ignores the result of the operation.This method subscribes on the result of
topkCount(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkCount(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkIncrby
Redis command TOPK.INCRBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkIncrbyAndAwait
Blocking variant oftopkIncrby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkIncrbyAndForget
Variant oftopkIncrby(List)
that ignores the result of the operation.This method subscribes on the result of
topkIncrby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkIncrby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkInfo
Redis command TOPK.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkInfoAndAwait
Blocking variant oftopkInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkInfoAndForget
Variant oftopkInfo(List)
that ignores the result of the operation.This method subscribes on the result of
topkInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkList
Redis command TOPK.LIST.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkListAndAwait
Blocking variant oftopkList(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkListAndForget
Variant oftopkList(List)
that ignores the result of the operation.This method subscribes on the result of
topkList(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkList(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkQuery
Redis command TOPK.QUERY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkQueryAndAwait
Blocking variant oftopkQuery(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkQueryAndForget
Variant oftopkQuery(List)
that ignores the result of the operation.This method subscribes on the result of
topkQuery(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkQuery(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
topkReserve
Redis command TOPK.RESERVE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
topkReserveAndAwait
Blocking variant oftopkReserve(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
topkReserveAndForget
Variant oftopkReserve(List)
that ignores the result of the operation.This method subscribes on the result of
topkReserve(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtopkReserve(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
touch
Alters the last access time of a key(s). Returns the number of existing keys specified.Redis command TOUCH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
touchAndAwait
Blocking variant oftouch(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
touchAndForget
Variant oftouch(List)
that ignores the result of the operation.This method subscribes on the result of
touch(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtouch(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsAdd
Redis command TS.ADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsAddAndAwait
Blocking variant oftsAdd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsAddAndForget
Variant oftsAdd(List)
that ignores the result of the operation.This method subscribes on the result of
tsAdd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsAdd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsAlter
Redis command TS.ALTER.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsAlterAndAwait
Blocking variant oftsAlter(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsAlterAndForget
Variant oftsAlter(List)
that ignores the result of the operation.This method subscribes on the result of
tsAlter(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsAlter(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsCreate
Redis command TS.CREATE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsCreateAndAwait
Blocking variant oftsCreate(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsCreateAndForget
Variant oftsCreate(List)
that ignores the result of the operation.This method subscribes on the result of
tsCreate(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsCreate(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsCreaterule
Redis command TS.CREATERULE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsCreateruleAndAwait
Blocking variant oftsCreaterule(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsCreateruleAndForget
Variant oftsCreaterule(List)
that ignores the result of the operation.This method subscribes on the result of
tsCreaterule(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsCreaterule(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsDecrby
Redis command TS.DECRBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsDecrbyAndAwait
Blocking variant oftsDecrby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsDecrbyAndForget
Variant oftsDecrby(List)
that ignores the result of the operation.This method subscribes on the result of
tsDecrby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsDecrby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsDel
Redis command TS.DEL.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsDelAndAwait
Blocking variant oftsDel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsDelAndForget
Variant oftsDel(List)
that ignores the result of the operation.This method subscribes on the result of
tsDel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsDel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsDeleterule
Redis command TS.DELETERULE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsDeleteruleAndAwait
Blocking variant oftsDeleterule(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsDeleteruleAndForget
Variant oftsDeleterule(List)
that ignores the result of the operation.This method subscribes on the result of
tsDeleterule(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsDeleterule(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsGet
Redis command TS.GET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsGetAndAwait
Blocking variant oftsGet(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsGetAndForget
Variant oftsGet(List)
that ignores the result of the operation.This method subscribes on the result of
tsGet(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsGet(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsIncrby
Redis command TS.INCRBY.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsIncrbyAndAwait
Blocking variant oftsIncrby(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsIncrbyAndForget
Variant oftsIncrby(List)
that ignores the result of the operation.This method subscribes on the result of
tsIncrby(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsIncrby(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsInfo
Redis command TS.INFO.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsInfoAndAwait
Blocking variant oftsInfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsInfoAndForget
Variant oftsInfo(List)
that ignores the result of the operation.This method subscribes on the result of
tsInfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsInfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsMadd
Redis command TS.MADD.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsMaddAndAwait
Blocking variant oftsMadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsMaddAndForget
Variant oftsMadd(List)
that ignores the result of the operation.This method subscribes on the result of
tsMadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsMadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsMget
Redis command TS.MGET.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsMgetAndAwait
Blocking variant oftsMget(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsMgetAndForget
Variant oftsMget(List)
that ignores the result of the operation.This method subscribes on the result of
tsMget(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsMget(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsMrange
Redis command TS.MRANGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsMrangeAndAwait
Blocking variant oftsMrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsMrangeAndForget
Variant oftsMrange(List)
that ignores the result of the operation.This method subscribes on the result of
tsMrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsMrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsMrevrange
Redis command TS.MREVRANGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsMrevrangeAndAwait
Blocking variant oftsMrevrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsMrevrangeAndForget
Variant oftsMrevrange(List)
that ignores the result of the operation.This method subscribes on the result of
tsMrevrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsMrevrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsQueryindex
Redis command TS.QUERYINDEX.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsQueryindexAndAwait
Blocking variant oftsQueryindex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsQueryindexAndForget
Variant oftsQueryindex(List)
that ignores the result of the operation.This method subscribes on the result of
tsQueryindex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsQueryindex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsRange
Redis command TS.RANGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsRangeAndAwait
Blocking variant oftsRange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsRangeAndForget
Variant oftsRange(List)
that ignores the result of the operation.This method subscribes on the result of
tsRange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsRange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
tsRevrange
Redis command TS.REVRANGE.Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
tsRevrangeAndAwait
Blocking variant oftsRevrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
tsRevrangeAndForget
Variant oftsRevrange(List)
that ignores the result of the operation.This method subscribes on the result of
tsRevrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtsRevrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
ttl
Get the time to live for a key in seconds.Redis command TTL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
ttlAndAwait
Blocking variant ofttl(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
ttlAndForget
Variant ofttl(String)
that ignores the result of the operation.This method subscribes on the result of
ttl(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromttl(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
type
Determine the type stored at key.Redis command TYPE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
typeAndAwait
Blocking variant oftype(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
typeAndForget
Variant oftype(String)
that ignores the result of the operation.This method subscribes on the result of
type(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromtype(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
unlink
Delete a key asynchronously in another thread. Otherwise it is just as DEL, but non blocking.Redis command UNLINK.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
unlinkAndAwait
Blocking variant ofunlink(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
unlinkAndForget
Variant ofunlink(List)
that ignores the result of the operation.This method subscribes on the result of
unlink(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromunlink(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
unsubscribe
Stop listening for messages posted to the given channels.Redis command UNSUBSCRIBE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
unsubscribeAndAwait
Blocking variant ofunsubscribe(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
unsubscribeAndForget
Variant ofunsubscribe(List)
that ignores the result of the operation.This method subscribes on the result of
unsubscribe(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromunsubscribe(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
unwatch
Forget about all watched keys.Redis command UNWATCH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
unwatchAndAwait
Blocking variant ofunwatch()
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Returns:
- the Response instance produced by the operation.
-
unwatchAndForget
Variant ofunwatch()
that ignores the result of the operation.This method subscribes on the result of
unwatch()
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromunwatch()
but you don't need to compose it with other operations.- Returns:
- the instance of RedisAPI to chain method calls.
-
wait
Wait for the synchronous replication of all the write commands sent in the context of the current connection.Redis command WAIT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
waitAndAwait
Blocking variant ofwait(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
waitAndForget
Variant ofwait(String,String)
that ignores the result of the operation.This method subscribes on the result of
wait(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromwait(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
watch
Watch the given keys to determine execution of the MULTI/EXEC block.Redis command WATCH.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
watchAndAwait
Blocking variant ofwatch(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
watchAndForget
Variant ofwatch(List)
that ignores the result of the operation.This method subscribes on the result of
watch(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromwatch(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xack
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group. Return value of the command is the number of messages successfully acknowledged, that is, the IDs we were actually able to resolve in the PEL.Redis command XACK.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xackAndAwait
Blocking variant ofxack(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xackAndForget
Variant ofxack(List)
that ignores the result of the operation.This method subscribes on the result of
xack(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxack(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xadd
Appends a new entry to a stream.Redis command XADD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xaddAndAwait
Blocking variant ofxadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xaddAndForget
Variant ofxadd(List)
that ignores the result of the operation.This method subscribes on the result of
xadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xautoclaim
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.Redis command XAUTOCLAIM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xautoclaimAndAwait
Blocking variant ofxautoclaim(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xautoclaimAndForget
Variant ofxautoclaim(List)
that ignores the result of the operation.This method subscribes on the result of
xautoclaim(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxautoclaim(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xclaim
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.Redis command XCLAIM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xclaimAndAwait
Blocking variant ofxclaim(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xclaimAndForget
Variant ofxclaim(List)
that ignores the result of the operation.This method subscribes on the result of
xclaim(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxclaim(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xdel
Removes the specified entries from the stream. Returns the number of items actually deleted, that may be different from the number of IDs passed in case certain IDs do not exist.Redis command XDEL.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xdelAndAwait
Blocking variant ofxdel(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xdelAndForget
Variant ofxdel(List)
that ignores the result of the operation.This method subscribes on the result of
xdel(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxdel(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xgroup
A container for consumer groups commands.Redis command XGROUP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xgroupAndAwait
Blocking variant ofxgroup(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xgroupAndForget
Variant ofxgroup(List)
that ignores the result of the operation.This method subscribes on the result of
xgroup(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxgroup(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xinfo
A container for stream introspection commands.Redis command XINFO.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xinfoAndAwait
Blocking variant ofxinfo(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xinfoAndForget
Variant ofxinfo(List)
that ignores the result of the operation.This method subscribes on the result of
xinfo(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxinfo(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xlen
Return the number of entries in a stream.Redis command XLEN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xlenAndAwait
Blocking variant ofxlen(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
xlenAndForget
Variant ofxlen(String)
that ignores the result of the operation.This method subscribes on the result of
xlen(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxlen(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xpending
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.Redis command XPENDING.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xpendingAndAwait
Blocking variant ofxpending(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xpendingAndForget
Variant ofxpending(List)
that ignores the result of the operation.This method subscribes on the result of
xpending(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxpending(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xrange
Return a range of elements in a stream, with IDs matching the specified IDs interval.Redis command XRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xrangeAndAwait
Blocking variant ofxrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xrangeAndForget
Variant ofxrange(List)
that ignores the result of the operation.This method subscribes on the result of
xrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xread
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream. Can block.Redis command XREAD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xreadAndAwait
Blocking variant ofxread(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xreadAndForget
Variant ofxread(List)
that ignores the result of the operation.This method subscribes on the result of
xread(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxread(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xreadgroup
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer. Can block.Redis command XREADGROUP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xreadgroupAndAwait
Blocking variant ofxreadgroup(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xreadgroupAndForget
Variant ofxreadgroup(List)
that ignores the result of the operation.This method subscribes on the result of
xreadgroup(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxreadgroup(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xrevrange
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.Redis command XREVRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xrevrangeAndAwait
Blocking variant ofxrevrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xrevrangeAndForget
Variant ofxrevrange(List)
that ignores the result of the operation.This method subscribes on the result of
xrevrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxrevrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xsetid
An internal command for replicating stream values.Redis command XSETID.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xsetidAndAwait
Blocking variant ofxsetid(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xsetidAndForget
Variant ofxsetid(List)
that ignores the result of the operation.This method subscribes on the result of
xsetid(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxsetid(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
xtrim
Trims the stream to (approximately if '~' is passed) a certain size.Redis command XTRIM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
xtrimAndAwait
Blocking variant ofxtrim(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
xtrimAndForget
Variant ofxtrim(List)
that ignores the result of the operation.This method subscribes on the result of
xtrim(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromxtrim(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zadd
Add one or more members to a sorted set, or update its score if it already exists.Redis command ZADD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zaddAndAwait
Blocking variant ofzadd(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zaddAndForget
Variant ofzadd(List)
that ignores the result of the operation.This method subscribes on the result of
zadd(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzadd(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zcard
Get the number of members in a sorted set.Redis command ZCARD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zcardAndAwait
Blocking variant ofzcard(String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-- Returns:
- the Response instance produced by the operation.
-
zcardAndForget
Variant ofzcard(String)
that ignores the result of the operation.This method subscribes on the result of
zcard(String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzcard(String)
but you don't need to compose it with other operations.- Parameters:
arg0
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zcount
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zcount(String arg0, String arg1, String arg2) Count the members in a sorted set with scores within the given values.Redis command ZCOUNT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zcountAndAwait
Blocking variant ofzcount(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zcountAndForget
Variant ofzcount(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zcount(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzcount(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zdiff
Subtract multiple sorted sets.Redis command ZDIFF.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zdiffAndAwait
Blocking variant ofzdiff(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zdiffAndForget
Variant ofzdiff(List)
that ignores the result of the operation.This method subscribes on the result of
zdiff(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzdiff(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zdiffstore
Subtract multiple sorted sets and store the resulting sorted set in a new key.Redis command ZDIFFSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zdiffstoreAndAwait
Blocking variant ofzdiffstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zdiffstoreAndForget
Variant ofzdiffstore(List)
that ignores the result of the operation.This method subscribes on the result of
zdiffstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzdiffstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zincrby
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zincrby(String arg0, String arg1, String arg2) Increment the score of a member in a sorted set.Redis command ZINCRBY.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zincrbyAndAwait
Blocking variant ofzincrby(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zincrbyAndForget
Variant ofzincrby(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zincrby(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzincrby(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zinter
Intersect multiple sorted sets.Redis command ZINTER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zinterAndAwait
Blocking variant ofzinter(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zinterAndForget
Variant ofzinter(List)
that ignores the result of the operation.This method subscribes on the result of
zinter(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzinter(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zintercard
Intersect multiple sorted sets and return the cardinality of the result.Redis command ZINTERCARD.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zintercardAndAwait
Blocking variant ofzintercard(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zintercardAndForget
Variant ofzintercard(List)
that ignores the result of the operation.This method subscribes on the result of
zintercard(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzintercard(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zinterstore
Intersect multiple sorted sets and store the resulting sorted set in a new key.Redis command ZINTERSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zinterstoreAndAwait
Blocking variant ofzinterstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zinterstoreAndForget
Variant ofzinterstore(List)
that ignores the result of the operation.This method subscribes on the result of
zinterstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzinterstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zlexcount
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zlexcount(String arg0, String arg1, String arg2) Count the number of members in a sorted set between a given lexicographical range.Redis command ZLEXCOUNT.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zlexcountAndAwait
Blocking variant ofzlexcount(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zlexcountAndForget
Variant ofzlexcount(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zlexcount(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzlexcount(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zmpop
Remove and return members with scores in a sorted set.Redis command ZMPOP.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zmpopAndAwait
Blocking variant ofzmpop(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zmpopAndForget
Variant ofzmpop(List)
that ignores the result of the operation.This method subscribes on the result of
zmpop(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzmpop(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zmscore
Get the score associated with the given members in a sorted set.Redis command ZMSCORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zmscoreAndAwait
Blocking variant ofzmscore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zmscoreAndForget
Variant ofzmscore(List)
that ignores the result of the operation.This method subscribes on the result of
zmscore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzmscore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zpopmax
Remove and return members with the highest scores in a sorted set.Redis command ZPOPMAX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zpopmaxAndAwait
Blocking variant ofzpopmax(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zpopmaxAndForget
Variant ofzpopmax(List)
that ignores the result of the operation.This method subscribes on the result of
zpopmax(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzpopmax(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zpopmin
Remove and return members with the lowest scores in a sorted set.Redis command ZPOPMIN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zpopminAndAwait
Blocking variant ofzpopmin(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zpopminAndForget
Variant ofzpopmin(List)
that ignores the result of the operation.This method subscribes on the result of
zpopmin(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzpopmin(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrandmember
Get one or multiple random elements from a sorted set.Redis command ZRANDMEMBER.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrandmemberAndAwait
Blocking variant ofzrandmember(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrandmemberAndForget
Variant ofzrandmember(List)
that ignores the result of the operation.This method subscribes on the result of
zrandmember(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrandmember(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrange
Return a range of members in a sorted set.Redis command ZRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrangeAndAwait
Blocking variant ofzrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrangeAndForget
Variant ofzrange(List)
that ignores the result of the operation.This method subscribes on the result of
zrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrangebylex
Return a range of members in a sorted set, by lexicographical range.Redis command ZRANGEBYLEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrangebylexAndAwait
Blocking variant ofzrangebylex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrangebylexAndForget
Variant ofzrangebylex(List)
that ignores the result of the operation.This method subscribes on the result of
zrangebylex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrangebylex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrangebyscore
Return a range of members in a sorted set, by score.Redis command ZRANGEBYSCORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrangebyscoreAndAwait
Blocking variant ofzrangebyscore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrangebyscoreAndForget
Variant ofzrangebyscore(List)
that ignores the result of the operation.This method subscribes on the result of
zrangebyscore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrangebyscore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrangestore
Store a range of members from sorted set into another key.Redis command ZRANGESTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrangestoreAndAwait
Blocking variant ofzrangestore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrangestoreAndForget
Variant ofzrangestore(List)
that ignores the result of the operation.This method subscribes on the result of
zrangestore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrangestore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrank
Determine the index of a member in a sorted set.Redis command ZRANK.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrankAndAwait
Blocking variant ofzrank(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
zrankAndForget
Variant ofzrank(String,String)
that ignores the result of the operation.This method subscribes on the result of
zrank(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrank(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrem
Remove one or more members from a sorted set.Redis command ZREM.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zremAndAwait
Blocking variant ofzrem(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zremAndForget
Variant ofzrem(List)
that ignores the result of the operation.This method subscribes on the result of
zrem(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrem(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zremrangebylex
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zremrangebylex(String arg0, String arg1, String arg2) Remove all members in a sorted set between the given lexicographical range.Redis command ZREMRANGEBYLEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zremrangebylexAndAwait
Blocking variant ofzremrangebylex(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zremrangebylexAndForget
Variant ofzremrangebylex(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zremrangebylex(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzremrangebylex(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zremrangebyrank
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zremrangebyrank(String arg0, String arg1, String arg2) Remove all members in a sorted set within the given indexes.Redis command ZREMRANGEBYRANK.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zremrangebyrankAndAwait
Blocking variant ofzremrangebyrank(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zremrangebyrankAndForget
Variant ofzremrangebyrank(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zremrangebyrank(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzremrangebyrank(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zremrangebyscore
@CheckReturnValue public io.smallrye.mutiny.Uni<Response> zremrangebyscore(String arg0, String arg1, String arg2) Remove all members in a sorted set within the given scores.Redis command ZREMRANGEBYSCORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zremrangebyscoreAndAwait
Blocking variant ofzremrangebyscore(String,String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the Response instance produced by the operation.
-
zremrangebyscoreAndForget
Variant ofzremrangebyscore(String,String,String)
that ignores the result of the operation.This method subscribes on the result of
zremrangebyscore(String,String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzremrangebyscore(String,String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-arg2
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrevrange
Return a range of members in a sorted set, by index, with scores ordered from high to low.Redis command ZREVRANGE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrevrangeAndAwait
Blocking variant ofzrevrange(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrevrangeAndForget
Variant ofzrevrange(List)
that ignores the result of the operation.This method subscribes on the result of
zrevrange(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrevrange(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrevrangebylex
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.Redis command ZREVRANGEBYLEX.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrevrangebylexAndAwait
Blocking variant ofzrevrangebylex(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrevrangebylexAndForget
Variant ofzrevrangebylex(List)
that ignores the result of the operation.This method subscribes on the result of
zrevrangebylex(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrevrangebylex(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrevrangebyscore
Return a range of members in a sorted set, by score, with scores ordered from high to low.Redis command ZREVRANGEBYSCORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrevrangebyscoreAndAwait
Blocking variant ofzrevrangebyscore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zrevrangebyscoreAndForget
Variant ofzrevrangebyscore(List)
that ignores the result of the operation.This method subscribes on the result of
zrevrangebyscore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrevrangebyscore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zrevrank
Determine the index of a member in a sorted set, with scores ordered from high to low.Redis command ZREVRANK.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zrevrankAndAwait
Blocking variant ofzrevrank(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
zrevrankAndForget
Variant ofzrevrank(String,String)
that ignores the result of the operation.This method subscribes on the result of
zrevrank(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzrevrank(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zscan
Incrementally iterate sorted sets elements and associated scores.Redis command ZSCAN.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zscanAndAwait
Blocking variant ofzscan(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zscanAndForget
Variant ofzscan(List)
that ignores the result of the operation.This method subscribes on the result of
zscan(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzscan(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zscore
Get the score associated with the given member in a sorted set.Redis command ZSCORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
arg0
-arg1
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zscoreAndAwait
Blocking variant ofzscore(String,String)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
arg0
-arg1
-- Returns:
- the Response instance produced by the operation.
-
zscoreAndForget
Variant ofzscore(String,String)
that ignores the result of the operation.This method subscribes on the result of
zscore(String,String)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzscore(String,String)
but you don't need to compose it with other operations.- Parameters:
arg0
-arg1
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zunion
Add multiple sorted sets.Redis command ZUNION.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zunionAndAwait
Blocking variant ofzunion(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zunionAndForget
Variant ofzunion(List)
that ignores the result of the operation.This method subscribes on the result of
zunion(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzunion(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
zunionstore
Add multiple sorted sets and store the resulting sorted set in a new key.Redis command ZUNIONSTORE.
Unlike the bare Vert.x variant, this method returns a
Uni
. Don't forget to subscribe on it to trigger the operation.- Parameters:
args
-- Returns:
- the
uni
firing the result of the operation when completed, or a failure if the operation failed.
-
zunionstoreAndAwait
Blocking variant ofzunionstore(List)
.This method waits for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in a RuntimeException).
- Parameters:
args
-- Returns:
- the Response instance produced by the operation.
-
zunionstoreAndForget
Variant ofzunionstore(List)
that ignores the result of the operation.This method subscribes on the result of
zunionstore(List)
, but discards the outcome (item or failure). This method is useful to trigger the asynchronous operation fromzunionstore(List)
but you don't need to compose it with other operations.- Parameters:
args
-- Returns:
- the instance of RedisAPI to chain method calls.
-
api
-
api
-
newInstance
-