クラスの使用
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.hGetDel(Publisher<ReactiveHashCommands.HGetDelCommand> commands) キーのハッシュから 1 つ以上のフィールドの値を取得および削除します。ReactiveHashCommands.hGetEx(Publisher<ReactiveHashCommands.HGetExCommand> commands) キーのハッシュから 1 つ以上のフィールドの値を取得し、必要に応じて、指定されたフィールドの有効期限または有効期間 (TTL) を設定します。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()で要素のスコアを取得します