Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HGetExCommand
Packages that use ReactiveHashCommands.HGetExCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HGetExCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HGetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.HGetExCommand.expire(List<ByteBuffer> fields, @Nullable Expiration expiration) Creates a newReactiveHashCommands.HGetExCommand.ReactiveHashCommands.HGetExCommand.fields(Collection<ByteBuffer> fields) Creates a newReactiveHashCommands.HGetExCommand.ReactiveHashCommands.HGetExCommand.from(ByteBuffer key) Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HGetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.hGetEx(Publisher<ReactiveHashCommands.HGetExCommand> commands) Get the value of one or more fields from hash at key and optionally set expiration time or time-to-live (TTL) for given fields.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HGetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.hGetEx(Publisher<ReactiveHashCommands.HGetExCommand> commands) Get the value of one or more fields from hash at key and optionally set expiration time or time-to-live (TTL) for given fields.