クラスの使用
org.springframework.data.redis.connection.ReactiveStreamCommands.TrimCommand
ReactiveStreamCommands.TrimCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStreamCommands.TrimCommand 使用
修飾子と型メソッド説明ReactiveStreamCommands.TrimCommand.approximate()
おおよそのトリミングを適用します。ReactiveStreamCommands.TrimCommand.approximate
(boolean approximateTrimming) approximateTrimming
を適用します。ReactiveStreamCommands.TrimCommand.stream
(ByteBufferSE key) key
SE を指定して新しいReactiveStreamCommands.TrimCommand
を作成します。ReactiveStreamCommands.TrimCommand.to
(long count) 数値カウントを適用します。型 ReactiveStreamCommands.TrimCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveRedisConnection.KeyCommand,
LongSE>> ReactiveStreamCommands.xTrim
(org.reactivestreams.Publisher<ReactiveStreamCommands.TrimCommand> commands) ストリームをcount
要素にトリミングします。