クラスの使用
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeStoreCommand
ReactiveZSetCommands.ZRangeStoreCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveZSetCommands.ZRangeStoreCommand 使用
修飾子と型メソッド説明ReactiveZSetCommands.ZRangeStoreCommand.from
(ByteBufferSE key) キーを適用します。制限を適用します。ReactiveZSetCommands.ZRangeStoreCommand.reverseScoreWithin
(Range<DoubleSE> range) Range
を指定して新しいReactiveZSetCommands.ZRangeStoreCommand
を作成し、最高スコアから最低スコアの順に要素を取得します。ReactiveZSetCommands.ZRangeStoreCommand.reverseValueWithin
(Range<StringSE> range) Range
を指定して新しいReactiveZSetCommands.ZRangeStoreCommand
を作成し、辞書編集上の最大値から最小値の順に並べられた要素を取得します。ReactiveZSetCommands.ZRangeStoreCommand.scoreWithin
(Range<DoubleSE> range) Range
を指定して新しいReactiveZSetCommands.ZRangeStoreCommand
を作成し、スコアの低いものから高いものの順に要素を取得します。ReactiveZSetCommands.ZRangeStoreCommand.to
(ByteBufferSE key) キーを適用します。ReactiveZSetCommands.ZRangeStoreCommand.valueWithin
(Range<StringSE> range) Range
を指定して新しいReactiveZSetCommands.ZRangeStoreCommand
を作成し、辞書編集上の最小値から最大値の順に並べられた要素を取得します。型 ReactiveZSetCommands.ZRangeStoreCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeStoreCommand,
reactor.core.publisher.Mono<LongSE>>> ReactiveZSetCommands.zRangeStore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeStoreCommand> commands) ソートされたセットから範囲内のTuple
のセットを取得します。型 ReactiveZSetCommands.ZRangeStoreCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeStoreCommand,
reactor.core.publisher.Mono<LongSE>>> ReactiveZSetCommands.zRangeStore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeStoreCommand> commands) ソートされたセットから範囲内のTuple
のセットを取得します。