クラスの使用
org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse
ReactiveRedisConnection.MultiValueResponse を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveRedisConnection.MultiValueResponse 使用
型 ReactiveRedisConnection.MultiValueResponse の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveStringCommands.bitField
(Publisher<ReactiveStringCommands.BitFieldCommand> commands) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。ReactiveGeoCommands.geoHash
(Publisher<ReactiveGeoCommands.GeoHashCommand> commands) 1 人以上のメンバーの位置のジオハッシュ表現を取得します。ReactiveGeoCommands.geoPos
(Publisher<ReactiveGeoCommands.GeoPosCommand> commands) 1 つ以上のメンバーの位置のPoint
表現を取得します。ReactiveHashCommands.hMGet
(Publisher<ReactiveHashCommands.HGetCommand> commands) キーのハッシュから特定のフィールドの値を取得します。ReactiveKeyCommands.keys
(Publisher<ByteBufferSE> patterns) 指定されたパターンに一致するすべてのキーを検索します。
ReactiveKeyCommands.keys(Publisher)
は中断不可能でコストのかかる Redis 操作であるため、ReactiveKeyCommands.scan(ScanOptions)
を使用してキースペースを反復処理することをお勧めします。ReactiveStringCommands.mGet
(Publisher<ListSE<ByteBufferSE>> keysets) キーセットの複数の値をバッチで取得します。ReactiveSetCommands.sMIsMember
(Publisher<ReactiveSetCommands.SMIsMemberCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()
に設定されているものにReactiveSetCommands.SMIsMemberCommand.getValues()
が含まれているかどうかを確認します。ReactiveZSetCommands.zMScore
(Publisher<ReactiveZSetCommands.ZMScoreCommand> commands) キーReactiveRedisConnection.KeyCommand.getKey()
でソートされたセットからReactiveZSetCommands.ZMScoreCommand.getValues()
で要素のスコアを取得します