クラスの使用
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) keySE を指定して新しいReactiveStreamCommands.TrimCommandを作成します。ReactiveStreamCommands.TrimCommand.to(long count) 数値カウントを適用します。型 ReactiveStreamCommands.TrimCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明ReactiveStreamCommands.xTrim(Publisher<ReactiveStreamCommands.TrimCommand> commands) ストリームをcount要素にトリミングします。