クラスの使用
org.springframework.data.redis.connection.stream.StreamInfo.XInfoStream
StreamInfo.XInfoStream を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Redis ストリームと対話するためのデータ構造とインターフェース。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の StreamInfo.XInfoStream 使用
修飾子と型メソッド説明default StreamInfo.XInfoStreamDefaultedRedisConnection.xInfo(byte[] key) 使用すべきではありません。DefaultStringRedisConnection.xInfo(byte[] key) RedisStreamCommands.xInfo(byte @NonNull[] key) 指定されたキーに保存されているストリームに関する一般情報を取得します。指定されたキーに保存されているストリームに関する一般情報を取得します。型 StreamInfo.XInfoStream の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default Mono<StreamInfo.XInfoStream> ReactiveStreamCommands.xInfo(ByteBufferSE key) 指定されたキーに保存されているストリームに関する一般情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, StreamInfo.XInfoStream>> ReactiveStreamCommands.xInfo(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。org.springframework.data.redis.connection.stream 内の StreamInfo.XInfoStream 使用
org.springframework.data.redis.core 内の StreamInfo.XInfoStream 使用
修飾子と型メソッド説明指定されたキーに保存されているストリームに関する一般情報を取得します。型 StreamInfo.XInfoStream の引数を持つ型を返す org.springframework.data.redis.core のメソッド修飾子と型メソッド説明指定されたキーに保存されているストリームに関する一般情報を取得します。
RedisCommandsProvider.streamCommands()を推奨。