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 TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HashFieldsCommand,
Long>> ReactiveHashCommands.hPersist
(org.reactivestreams.Publisher<ReactiveHashCommands.HashFieldsCommand> commands) Persist a givenList
of 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 theList
in 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 theList
in 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 givenList
of 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 theList
in 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 theList
in seconds.