Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HashExpireCommand
Packages that use ReactiveHashCommands.HashExpireCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
- 
Uses of ReactiveHashCommands.HashExpireCommand in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return ReactiveHashCommands.HashExpireCommandModifier and TypeMethodDescriptionReactiveHashCommands.HashExpireCommand.expire(List<ByteBuffer> fields, long timeout, TimeUnit unit) Creates a newReactiveHashCommands.HashExpireCommand.ReactiveHashCommands.HashExpireCommand.expire(List<ByteBuffer> fields, Duration ttl) Creates a newReactiveHashCommands.HashExpireCommand.ReactiveHashCommands.HashExpireCommand.expire(List<ByteBuffer> fields, Expiration expiration) Creates a newReactiveHashCommands.HashExpireCommand.ReactiveHashCommands.HashExpireCommand.expireAt(List<ByteBuffer> fields, Instant ttl, TimeUnit precision) Creates a newReactiveHashCommands.HashExpireCommand.ReactiveHashCommands.HashExpireCommand.from(ByteBuffer key) ReactiveHashCommands.HashExpireCommand.withOptions(ExpirationOptions options) Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HashExpireCommandModifier and TypeMethodDescriptionReactiveHashCommands.applyHashFieldExpiration(Publisher<ReactiveHashCommands.HashExpireCommand> commands) Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HashExpireCommandModifier and TypeMethodDescriptionReactiveHashCommands.applyHashFieldExpiration(Publisher<ReactiveHashCommands.HashExpireCommand> commands)