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 TypeMethodDescriptionReactiveHashCommands.hPersist(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenListof field removing any associated expiration.ReactiveHashCommands.hpTtl(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin milliseconds.ReactiveHashCommands.hTtl(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 TypeMethodDescriptionReactiveHashCommands.hPersist(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenListof field removing any associated expiration.ReactiveHashCommands.hpTtl(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin milliseconds.ReactiveHashCommands.hTtl(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theListin seconds.