Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HashFieldsCommand
Packages that use ReactiveHashCommands.HashFieldsCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HashFieldsCommand in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HashFieldsCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hPersist(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenListof field removing any associated expiration.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hpTtl(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin milliseconds.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hTtl(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin seconds.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HashFieldsCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hPersist(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenListof field removing any associated expiration.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hpTtl(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin milliseconds.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,Long>> ReactiveHashCommands.hTtl(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin seconds.