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 class
static class
static class
Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HashFieldsCommandModifier and TypeMethodDescriptionReactiveHashCommands.hPersist
(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenList
of field removing any associated expiration.ReactiveHashCommands.hpTtl
(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theList
in milliseconds.ReactiveHashCommands.hTtl
(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theList
in 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 givenList
of field removing any associated expiration.ReactiveHashCommands.hpTtl
(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theList
in milliseconds.ReactiveHashCommands.hTtl
(Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Returns the time-to-live of all the given field in theList
in seconds.