Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HSetExCommand
Packages that use ReactiveHashCommands.HSetExCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HSetExCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HSetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.HSetExCommand.from(ByteBuffer key) Applies the hash key.ReactiveHashCommands.HSetExCommand.setWithConditionAndExpiration(Map<ByteBuffer, ByteBuffer> fieldValueMap, RedisHashCommands.HashFieldSetOption condition, @Nullable Expiration expiration) Creates a newReactiveHashCommands.HSetExCommandfor setting field-value pairs with condition and expiration.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HSetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.hSetEx(Publisher<ReactiveHashCommands.HSetExCommand> commands) Set field-value pairs in hash at key with condition and expiration.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HSetExCommandModifier and TypeMethodDescriptionReactiveHashCommands.hSetEx(Publisher<ReactiveHashCommands.HSetExCommand> commands) Set field-value pairs in hash at key with condition and expiration.