クラスの使用
org.springframework.data.redis.connection.ReactiveHashCommands.HashExpireCommand
ReactiveHashCommands.HashExpireCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveHashCommands.HashExpireCommand 使用
修飾子と型メソッド説明ReactiveHashCommands.HashExpireCommand.expire(ListSE<ByteBufferSE> fields, long timeout, TimeUnitSE unit) 新しいReactiveHashCommands.HashExpireCommandを作成します。ReactiveHashCommands.HashExpireCommand.expire(ListSE<ByteBufferSE> fields, DurationSE ttl) 新しいReactiveHashCommands.HashExpireCommandを作成します。ReactiveHashCommands.HashExpireCommand.expire(ListSE<ByteBufferSE> fields, Expiration expiration) 新しいReactiveHashCommands.HashExpireCommandを作成します。ReactiveHashCommands.HashExpireCommand.expireAt(ListSE<ByteBufferSE> fields, InstantSE ttl, TimeUnitSE precision) 新しいReactiveHashCommands.HashExpireCommandを作成します。ReactiveHashCommands.HashExpireCommand.from(ByteBufferSE key) ReactiveHashCommands.HashExpireCommand.withOptions(ExpirationOptions options) 型 ReactiveHashCommands.HashExpireCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveHashCommands.applyHashFieldExpiration(Publisher<ReactiveHashCommands.HashExpireCommand> commands) 指定されたDurationSE の時間 (ミリ秒単位) が経過すると、フィールドのListSE が期限切れになります。型 ReactiveHashCommands.HashExpireCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明ReactiveHashCommands.applyHashFieldExpiration(Publisher<ReactiveHashCommands.HashExpireCommand> commands) 指定されたDurationSE の時間 (ミリ秒単位) が経過すると、フィールドのListSE が期限切れになります。