Class ReactiveTransactionalSortedSetCommandsImpl<K,V>
- All Implemented Interfaces:
ReactiveTransactionalRedisCommands,ReactiveTransactionalSortedSetCommands<K,V>
-
Field Summary
Fields inherited from class io.quarkus.redis.runtime.datasource.AbstractTransactionalCommands
tx -
Constructor Summary
ConstructorsConstructorDescriptionReactiveTransactionalSortedSetCommandsImpl(ReactiveTransactionalRedisDataSource ds, ReactiveSortedSetCommandsImpl<K, V> reactive, TransactionHolder tx) -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>Execute the command BZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command BZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command BZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command BZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command BZPOPMAX.io.smallrye.mutiny.Uni<Void>Execute the command BZPOPMIN.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>zadd(K key, ScoredValue<V>... items) Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZCARD.io.smallrye.mutiny.Uni<Void>zcount(K key, ScoreRange<Double> range) Execute the command ZCOUNT.io.smallrye.mutiny.Uni<Void>Execute the command ZDIFF.io.smallrye.mutiny.Uni<Void>zdiffstore(K destination, K... keys) Execute the command ZDIFFSTORE.io.smallrye.mutiny.Uni<Void>zdiffWithScores(K... keys) Execute the command ZDIFF.io.smallrye.mutiny.Uni<Void>Execute the command ZINCRBY.io.smallrye.mutiny.Uni<Void>zinter(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>zintercard(long limit, K... keys) Execute the command ZINTERCARD.io.smallrye.mutiny.Uni<Void>zintercard(K... keys) Execute the command ZINTERCARD.io.smallrye.mutiny.Uni<Void>zinterstore(K destination, ZAggregateArgs arguments, K... keys) Execute the command ZINTERSTORE.io.smallrye.mutiny.Uni<Void>zinterstore(K destination, K... keys) Execute the command ZINTERSTORE.io.smallrye.mutiny.Uni<Void>zinterWithScores(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>zinterWithScores(K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>Execute the command ZLEXCOUNT.io.smallrye.mutiny.Uni<Void>Execute the command ZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command ZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command ZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command ZMPOP.io.smallrye.mutiny.Uni<Void>Execute the command ZMSCORE.io.smallrye.mutiny.Uni<Void>Execute the command ZPOPMAX.io.smallrye.mutiny.Uni<Void>Execute the command ZPOPMAX.io.smallrye.mutiny.Uni<Void>Execute the command ZPOPMIN.io.smallrye.mutiny.Uni<Void>Execute the command ZPOPMIN.io.smallrye.mutiny.Uni<Void>zrandmember(K key) Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<Void>zrandmember(K key, int count) Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<Void>zrandmemberWithScores(K key) Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<Void>zrandmemberWithScores(K key, int count) Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<Void>Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrange(K key, long start, long stop, ZRangeArgs args) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebylex(K key, Range<String> range) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebylex(K key, Range<String> range, ZRangeArgs args) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebyscore(K key, ScoreRange<Double> range) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebyscore(K key, ScoreRange<Double> range, ZRangeArgs args) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebyscoreWithScores(K key, ScoreRange<Double> range) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangestore(K dst, K src, long min, long max) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangestore(K dst, K src, long min, long max, ZRangeArgs args) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangestorebylex(K dst, K src, Range<String> range) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangestorebylex(K dst, K src, Range<String> range, ZRangeArgs args) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangestorebyscore(K dst, K src, ScoreRange<Double> range) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangestorebyscore(K dst, K src, ScoreRange<Double> range, ZRangeArgs args) Execute the command ZRANGESTORE.io.smallrye.mutiny.Uni<Void>zrangeWithScores(K key, long start, long stop) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>zrangeWithScores(K key, long start, long stop, ZRangeArgs args) Execute the command ZRANGE.io.smallrye.mutiny.Uni<Void>Execute the command ZRANK.io.smallrye.mutiny.Uni<Void>Execute the command ZREM.io.smallrye.mutiny.Uni<Void>zremrangebylex(K key, Range<String> range) Execute the command ZREMRANGEBYLEX.io.smallrye.mutiny.Uni<Void>zremrangebyrank(K key, long start, long stop) Execute the command ZREMRANGEBYRANK.io.smallrye.mutiny.Uni<Void>zremrangebyscore(K key, ScoreRange<Double> range) Execute the command ZREMRANGEBYSCORE.io.smallrye.mutiny.Uni<Void>Execute the command ZREVRANK.io.smallrye.mutiny.Uni<Void>Execute the command ZSCORE.io.smallrye.mutiny.Uni<Void>zunion(ZAggregateArgs args, K... keys) Execute the command ZUNION.io.smallrye.mutiny.Uni<Void>Execute the command ZUNION.io.smallrye.mutiny.Uni<Void>zunionstore(K destination, ZAggregateArgs args, K... keys) Execute the command ZUNIONSTORE.io.smallrye.mutiny.Uni<Void>zunionstore(K destination, K... keys) Execute the command ZUNIONSTORE.io.smallrye.mutiny.Uni<Void>zunionWithScores(ZAggregateArgs args, K... keys) Execute the command ZUNION.io.smallrye.mutiny.Uni<Void>zunionWithScores(K... keys) Execute the command ZUNION.Methods inherited from class io.quarkus.redis.runtime.datasource.AbstractTransactionalCommands
getDataSource, queuedOrDiscardMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.redis.datasource.ReactiveTransactionalRedisCommands
getDataSource
-
Constructor Details
-
ReactiveTransactionalSortedSetCommandsImpl
public ReactiveTransactionalSortedSetCommandsImpl(ReactiveTransactionalRedisDataSource ds, ReactiveSortedSetCommandsImpl<K, V> reactive, TransactionHolder tx)
-
-
Method Details
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyscore- the scoremember- the member- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyitems- the map of score/value to be added- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyitems- the pairs of value/score to be added- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyzAddArgs- the extra parameterscore- the scoremember- the member- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyzAddArgs- the extra parameteritems- the map of value/score to be added- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zadd
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists Group: sorted-set Requires Redis 1.2.0- Specified by:
zaddin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyzAddArgs- the extra parameteritems- the pairs of score/value to be added- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zaddincr
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists applying theINCRoption Group: sorted-set Requires Redis 1.2.0This variant of
ZADDacts likeZINCRBY. Only one score-element pair can be specified in this mode.- Specified by:
zaddincrin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key.score- the increment.member- the member.- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zaddincr
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZADD. Summary: Add one or more members to a sorted set, or update its score if it already exists applying theINCRoption Group: sorted-set Requires Redis 1.2.0This variant of
ZADDacts likeZINCRBY. Only one score-element pair can be specified in this mode.- Specified by:
zaddincrin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key.score- the increment.member- the member.- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zcard
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZCARD. Summary: Get the number of members in a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zcardin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zcount
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZCOUNT. Summary: Count the members in a sorted set with scores within the given values Group: sorted-set Requires Redis 2.0.0- Specified by:
zcountin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zdiff
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZDIFF. Summary: Subtract multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zdiffin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zdiffWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZDIFF. Summary: Subtract multiple sorted sets, and returns the list of keys with their scores Group: sorted-set Requires Redis 6.2.0- Specified by:
zdiffWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zdiffstore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZDIFFSTORE. Summary: Subtract multiple sorted sets and store the resulting sorted set in a new key Group: sorted-set Requires Redis 6.2.0- Specified by:
zdiffstorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
destination- the destination keykeys- the keys to compare- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zincrby
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINCRBY. Summary: Increment the score of a member in a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zincrbyin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinter
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTER. Summary: Intersect multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zinterin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
arguments- the ZINTER command extra-argumentskeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinter
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTER. Summary: Intersect multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zinterin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinterWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTER. Summary: Intersect multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zinterWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
arguments- the ZINTER command extra-argumentskeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinterWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTER. Summary: Intersect multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zinterWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zintercard
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTERCARD. Summary: Intersect multiple sorted sets and return the cardinality of the result Group: sorted-set Requires Redis 7.0.0- Specified by:
zintercardin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zintercard
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTERCARD. Summary: Intersect multiple sorted sets and return the cardinality of the result Group: sorted-set Requires Redis 7.0.0- Specified by:
zintercardin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
limit- if the intersection cardinality reaches limit partway through the computation, the algorithm will exit and yield limit as the cardinality.keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinterstore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTERSTORE. Summary: Intersect multiple sorted sets and store the resulting sorted set in a new key Group: sorted-set Requires Redis 2.0.0- Specified by:
zinterstorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
destination- the destination keyarguments- the ZINTERSTORE command extra-argumentskeys- the keys of the sorted set to analyze- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zinterstore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZINTERSTORE. Summary: Intersect multiple sorted sets and store the resulting sorted set in a new key Group: sorted-set Requires Redis 2.0.0- Specified by:
zinterstorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
destination- the destination keykeys- the keys of the sorted set to analyze- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zlexcount
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZLEXCOUNT. Summary: Count the number of members in a sorted set between a given lexicographical range Group: sorted-set Requires Redis 2.8.9- Specified by:
zlexcountin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zmpopMin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZMPOP. Summary: Remove and return members with scores in a sorted set Group: sorted-set Requires Redis 7.0.0The elements popped are those with the lowest scores from the first non-empty sorted set.
- Specified by:
zmpopMinin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zmpopMin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZMPOP. Summary: Remove and return members with scores in a sorted set Group: sorted-set Requires Redis 7.0.0The elements popped are those with the lowest scores from the first non-empty sorted set.
- Specified by:
zmpopMinin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
count- the max number of element to popkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zmpopMax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZMPOP. Summary: Remove and return members with scores in a sorted set Group: sorted-set Requires Redis 7.0.0The elements with the highest scores to be popped.
- Specified by:
zmpopMaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zmpopMax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZMPOP. Summary: Remove and return members with scores in a sorted set Group: sorted-set Requires Redis 7.0.0The elements with the highest scores to be popped.
- Specified by:
zmpopMaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
count- the max number of element to popkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzmpopMin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZMPOP. Summary: Remove and return members with scores in a sorted set or block until one is available. Group: sorted-set Requires Redis 7.0.0The elements popped are those with the lowest scores from the first non-empty sorted set.
- Specified by:
bzmpopMinin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
timeout- the timeoutkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzmpopMin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZMPOP. Summary: Remove and return members with scores in a sorted set or block until one is available. Group: sorted-set Requires Redis 7.0.0The elements popped are those with the lowest scores from the first non-empty sorted set.
- Specified by:
bzmpopMinin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
timeout- the timeoutcount- the max number of element to popkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzmpopMax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZMPOP. Summary: Remove and return members with scores in a sorted set or block until one is available. Group: sorted-set Requires Redis 7.0.0The elements with the highest scores to be popped.
- Specified by:
bzmpopMaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
timeout- the timeoutkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzmpopMax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZMPOP. Summary: Remove and return members with scores in a sorted set or block until one is available. Group: sorted-set Requires Redis 7.0.0The elements with the highest scores to be popped.
- Specified by:
bzmpopMaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
timeout- the timeoutcount- the max number of element to popkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zmscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZMSCORE. Summary: Get the score associated with the given members in a sorted set Group: sorted-set Requires Redis 6.2.0- Specified by:
zmscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keymembers- the members- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zpopmax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZPOPMAX. Summary: Remove and return members with the highest scores in a sorted set Group: sorted-set Requires Redis 5.0.0- Specified by:
zpopmaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zpopmax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZPOPMAX. Summary: Remove and return members with the highest scores in a sorted set Group: sorted-set Requires Redis 5.0.0- Specified by:
zpopmaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zpopmin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZPOPMIN. Summary: Remove and return members with the lowest scores in a sorted set Group: sorted-set Requires Redis 5.0.0- Specified by:
zpopminin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zpopmin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZPOPMIN. Summary: Remove and return members with the lowest scores in a sorted set Group: sorted-set Requires Redis 5.0.0- Specified by:
zpopminin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrandmember
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANDMEMBER. Summary: Get one or multiple random elements from a sorted set Group: sorted-set Requires Redis 6.2.0- Specified by:
zrandmemberin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrandmember
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANDMEMBER. Summary: Get one or multiple random elements from a sorted set Group: sorted-set Requires Redis 6.2.0- Specified by:
zrandmemberin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keycount- the number of member to select- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrandmemberWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANDMEMBER. Summary: Get one or multiple random elements from a sorted set Group: sorted-set Requires Redis 6.2.0- Specified by:
zrandmemberWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrandmemberWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANDMEMBER. Summary: Get one or multiple random elements from a sorted set Group: sorted-set Requires Redis 6.2.0- Specified by:
zrandmemberWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keycount- the number of member to select- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzpopmin
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZPOPMIN. Summary: Remove and return the member with the lowest score from one or more sorted sets, or block until one is available Group: sorted-set Requires Redis 5.0.0- Specified by:
bzpopminin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
timeout- the max timeoutkeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
bzpopmax
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command BZPOPMAX. Summary: Remove and return the member with the highest score from one or more sorted sets, or block until one is available Group: sorted-set Requires Redis 5.0.0- Specified by:
bzpopmaxin interfaceReactiveTransactionalSortedSetCommands<K,V> - Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrange
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set Group: sorted-set Requires Redis 1.2.0This method extracts a range my rank/index in the stream.
- Specified by:
zrangein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keystart- the start positionstop- the stop positionargs- the extra ZRANGE parameters- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangeWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangeWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keystart- the start positionstop- the stop positionargs- the extra ZRANGE parameters- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrange
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set Group: sorted-set Requires Redis 1.2.0This method extracts a range my rank/index in the stream.
- Specified by:
zrangein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keystart- the start positionstop- the stop position- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangeWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangeWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keystart- the start positionstop- the stop position- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebylex
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using lexicographical ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebylexin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the rangeargs- the extra ZRANGE parameters- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebylex
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using lexicographical ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebylexin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebyscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using score ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebyscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the rangeargs- the extra ZRANGE parameters- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebyscoreWithScores
public io.smallrye.mutiny.Uni<Void> zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args) Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using lexicographical ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebyscoreWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the rangeargs- the extra ZRANGE parameters- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebyscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using score ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebyscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangebyscoreWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGE. Summary: Return a range of members in a sorted set using score ranges Group: sorted-set Requires Redis 1.2.0- Specified by:
zrangebyscoreWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by rank) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keymin- the lower bound of the rangemax- the upper bound of the rangeargs- the ZRANGESTORE command extra-arguments- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by rank) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keymin- the lower bound of the rangemax- the upper bound of the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestorebylex
public io.smallrye.mutiny.Uni<Void> zrangestorebylex(K dst, K src, Range<String> range, ZRangeArgs args) Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by lexicographical order) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorebylexin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keyrange- the rangeargs- the ZRANGESTORE command extra-arguments- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestorebylex
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by lexicographical order) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorebylexin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestorebyscore
public io.smallrye.mutiny.Uni<Void> zrangestorebyscore(K dst, K src, ScoreRange<Double> range, ZRangeArgs args) Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by score order) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorebyscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keyrange- the rangeargs- the ZRANGESTORE command extra-arguments- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrangestorebyscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANGESTORE. Summary: Store a range (by score order) of members from sorted set into another key Group: sorted-set Requires Redis 6.2.0- Specified by:
zrangestorebyscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
dst- the keysrc- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrank
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZRANK. Summary: Determine the index of a member in a sorted set Group: sorted-set Requires Redis 2.0.0- Specified by:
zrankin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrem
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZREM. Summary: Remove one or more members from a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zremin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keymembers- the members to remove- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zremrangebylex
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZREMRANGEBYLEX. Summary: Remove all members in a sorted set between the given lexicographical range Group: sorted-set Requires Redis 2.8.9- Specified by:
zremrangebylexin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zremrangebyrank
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZREMRANGEBYRANK. Summary: Remove all members in a sorted set within the given indexes Group: sorted-set Requires Redis 2.0.0- Specified by:
zremrangebyrankin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keystart- the lower bound of the rangestop- the upper bound of the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zremrangebyscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZREMRANGEBYSCORE. Summary: Remove all members in a sorted set within the given scores Group: sorted-set Requires Redis 1.2.0- Specified by:
zremrangebyscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keyrange- the range- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zrevrank
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZREVRANK. Summary: Determine the index of a member in a sorted set, with scores ordered from high to low Group: sorted-set Requires Redis 2.0.0- Specified by:
zrevrankin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the key- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zscore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZSCORE. Summary: Get the score associated with the given member in a sorted set Group: sorted-set Requires Redis 1.2.0- Specified by:
zscorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
key- the keymember- the member- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunion
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNION. Summary: Add multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zunionin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
args- the ZUNION command extra-argumentskeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunion
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNION. Summary: Add multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zunionin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunionWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNION. Summary: Add multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zunionWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
args- the ZUNION command extra-argumentskeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunionWithScores
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNION. Summary: Add multiple sorted sets Group: sorted-set Requires Redis 6.2.0- Specified by:
zunionWithScoresin interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
keys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunionstore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNIONSTORE. Summary: Add multiple sorted sets and store the resulting sorted set in a new key Group: sorted-set Requires Redis 2.0.0- Specified by:
zunionstorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
destination- the destination keyargs- the zunionstore command extra-argumentskeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-
zunionstore
Description copied from interface:ReactiveTransactionalSortedSetCommandsExecute the command ZUNIONSTORE. Summary: Add multiple sorted sets and store the resulting sorted set in a new key Group: sorted-set Requires Redis 2.0.0- Specified by:
zunionstorein interfaceReactiveTransactionalSortedSetCommands<K,V> - Parameters:
destination- the destination keykeys- the keys- Returns:
- A
Uniemittingnullwhen the command has been enqueued successfully in the transaction, a failure otherwise. In the case of failure, the transaction is discarded.
-