クラスの使用
org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand
ReactiveHashCommands.HStrLenCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveHashCommands.HStrLenCommand 使用
修飾子と型メソッド説明ReactiveHashCommands.HStrLenCommand.from(ByteBufferSE key) ハッシュが保存されているkeyを定義します。ReactiveHashCommands.HStrLenCommand.lengthOf(ByteBufferSE field) ハッシュ内のfieldを指定して、. ø のvalueの長さを取得します。型 ReactiveHashCommands.HStrLenCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HStrLenCommand,LongSE>> ReactiveHashCommands.hStrLen(org.reactivestreams.Publisher<ReactiveHashCommands.HStrLenCommand> commands) fieldに関連付けられた値の長さを取得します。型 ReactiveHashCommands.HStrLenCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HStrLenCommand,LongSE>> ReactiveHashCommands.hStrLen(org.reactivestreams.Publisher<ReactiveHashCommands.HStrLenCommand> commands) fieldに関連付けられた値の長さを取得します。