クラスの使用
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
ReactiveZSetCommands.ZAddCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveZSetCommands.ZAddCommand 使用
修飾子と型メソッド説明ReactiveZSetCommands.ZAddCommand.ch()ch モードを適用します(追加された新しい要素の数から変更された要素の総数への戻り値を変更します)。ReactiveZSetCommands.ZAddCommand.gt()GT モードを適用します。ReactiveZSetCommands.ZAddCommand.incr()incr モードを適用します(このオプションを指定すると、ZADD は ZINCRBY のように機能します)。ReactiveZSetCommands.ZAddCommand.lt()LT モードを適用します。ReactiveZSetCommands.ZAddCommand.nx()nx モードを適用します(既存の要素を更新しないでください。ReactiveZSetCommands.ZAddCommand.to(ByteBufferSE key) キーを適用します。Tupleを指定して新しいReactiveZSetCommands.ZAddCommandを作成します。ReactiveZSetCommands.ZAddCommand.tuples(CollectionSE<? extends Tuple> tuples) ReactiveZSetCommands.ZAddCommand.xx()xx モードを適用します(既存の要素のみを更新します。型 ReactiveZSetCommands.ZAddCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAddCommand,NumberSE>> ReactiveZSetCommands.zAdd(org.reactivestreams.Publisher<ReactiveZSetCommands.ZAddCommand> commands) getTuples()をReactiveRedisConnection.KeyCommand.getKey()でソートされたセットに追加するか、スコアがすでに存在する場合はそのスコアを更新します。型 ReactiveZSetCommands.ZAddCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAddCommand,NumberSE>> ReactiveZSetCommands.zAdd(org.reactivestreams.Publisher<ReactiveZSetCommands.ZAddCommand> commands) getTuples()をReactiveRedisConnection.KeyCommand.getKey()でソートされたセットに追加するか、スコアがすでに存在する場合はそのスコアを更新します。