インターフェースの使用
org.springframework.data.redis.connection.StringRedisConnection.StringTuple
StringRedisConnection.StringTuple を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の StringRedisConnection.StringTuple 使用
修飾子と型メソッド説明@Nullable StringRedisConnection.StringTupleDefaultStringRedisConnection.bZPopMax(StringSE key, long timeout, TimeUnitSE unit) StringRedisConnection.bZPopMax(@NonNull StringSE key, long timeout, @NonNull TimeUnitSE unit) keyでソートされたセットから、スコアが最も高い値を削除して返します。@Nullable StringRedisConnection.StringTupleDefaultStringRedisConnection.bZPopMin(StringSE key, long timeout, TimeUnitSE unit) StringRedisConnection.bZPopMin(@NonNull StringSE key, long timeout, @NonNull TimeUnitSE unit) keyでソートされたセットから、スコアが最も低い値を削除して返します。@Nullable StringRedisConnection.StringTuplekeyでソートされたセットから、スコアが最も高い値を削除して返します。@Nullable StringRedisConnection.StringTupleDefaultStringRedisConnection.zRandMemberWithScore(StringSE key) StringRedisConnection.zRandMemberWithScore(@NonNull StringSE key) keyでソートされたセットからランダムな要素を取得します。型 StringRedisConnection.StringTuple の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明@Nullable SetSE<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zDiffWithScores(StringSE... sets) StringRedisConnection.zDiffWithScores(@NonNull StringSE @NonNull... sets) 差分ソートされたsets。@Nullable SetSE<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zInterWithScores(StringSE... sets) @Nullable SetSE<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zInterWithScores(Aggregate aggregate, Weights weights, StringSE... sets) StringRedisConnection.zInterWithScores(@NonNull StringSE @NonNull... sets) ソートされたsetsを交差させます。default SetSE<StringRedisConnection.StringTuple> StringRedisConnection.zInterWithScores(@NonNull Aggregate aggregate, int @NonNull[] weights, @NonNull StringSE @NonNull... sets) ソートされたsetsを交差させます。StringRedisConnection.zInterWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, @NonNull StringSE @NonNull... sets) ソートされたsetsを交差させます。@Nullable SetSE<StringRedisConnection.StringTuple> keyでソートされたセットから、スコアが最も高いcount値を削除して返します。@Nullable SetSE<StringRedisConnection.StringTuple> keyでソートされたセットから、スコアが最も低いcount値を削除して返します。DefaultStringRedisConnection.zRandMemberWithScores(StringSE key, long count) StringRedisConnection.zRandMemberWithScores(@NonNull StringSE key, long count) keyでソートされたセットからcountランダム要素を取得します。DefaultStringRedisConnection.zRangeByScoreWithScores(StringSE key, double min, double max) DefaultStringRedisConnection.zRangeByScoreWithScores(StringSE key, double min, double max, long offset, long count) StringRedisConnection.zRangeByScoreWithScores(@NonNull StringSE key, double min, double max) StringRedisConnection.zRangeByScoreWithScores(@NonNull StringSE key, double min, double max, long offset, long count) DefaultStringRedisConnection.zRangeWithScores(StringSE key, long start, long end) StringRedisConnection.zRangeWithScores(@NonNull StringSE key, long start, long end) DefaultStringRedisConnection.zRevRangeByScoreWithScores(StringSE key, double min, double max) DefaultStringRedisConnection.zRevRangeByScoreWithScores(StringSE key, double min, double max, long offset, long count) StringRedisConnection.zRevRangeByScoreWithScores(@NonNull StringSE key, double min, double max) StringRedisConnection.zRevRangeByScoreWithScores(@NonNull StringSE key, double min, double max, long offset, long count) DefaultStringRedisConnection.zRevRangeWithScores(StringSE key, long start, long end) StringRedisConnection.zRevRangeWithScores(@NonNull StringSE key, long start, long end) DefaultStringRedisConnection.zScan(StringSE key, ScanOptions options) StringRedisConnection.zScan(@NonNull StringSE key, ScanOptions options) Cursorを使用して、keyでソートされたセットの要素を反復処理します。@Nullable SetSE<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zUnionWithScores(StringSE... sets) @Nullable SetSE<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zUnionWithScores(Aggregate aggregate, Weights weights, StringSE... sets) StringRedisConnection.zUnionWithScores(@NonNull StringSE @NonNull... sets) ユニオンソートsets。default SetSE<StringRedisConnection.StringTuple> StringRedisConnection.zUnionWithScores(@NonNull Aggregate aggregate, int @NonNull[] weights, @NonNull StringSE @NonNull... sets) ユニオンソートsets。StringRedisConnection.zUnionWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, @NonNull StringSE @NonNull... sets) ユニオンソートsets。型 StringRedisConnection.StringTuple の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明DefaultStringRedisConnection.zAdd(StringSE key, SetSE<StringRedisConnection.StringTuple> tuples) DefaultStringRedisConnection.zAdd(StringSE key, SetSE<StringRedisConnection.StringTuple> tuples, RedisZSetCommands.ZAddArgs args) StringRedisConnection.zAdd(@NonNull StringSE key, SetSE<StringRedisConnection.StringTuple> tuples) tuplesをkeyでソートされたセットに追加するか、scoreがすでに存在する場合は更新します。StringRedisConnection.zAdd(@NonNull StringSE key, SetSE<StringRedisConnection.StringTuple> tuples, RedisZSetCommands.ZAddArgs args)