Uses of Class
org.springframework.data.redis.connection.ExpirationOptions
Packages that use ExpirationOptions
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of ExpirationOptions in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ExpirationOptionsModifier and TypeMethodDescriptionExpirationOptions.ExpirationOptionsBuilder.build()
ReactiveHashCommands.HashExpireCommand.getOptions()
ReactiveKeyCommands.ExpireAtCommand.getOptions()
ReactiveKeyCommands.ExpireCommand.getOptions()
static ExpirationOptions
ExpirationOptions.none()
Methods in org.springframework.data.redis.connection with parameters of type ExpirationOptionsModifier and TypeMethodDescriptionDefaultStringRedisConnection.applyExpiration
(String key, Expiration expiration, ExpirationOptions options, String... fields) default Boolean
RedisKeyCommands.applyExpiration
(byte[] key, Expiration expiration, ExpirationOptions options) DefaultedRedisConnection.applyHashFieldExpiration
(byte[] key, Expiration expiration, ExpirationOptions options, byte[]... fields) Deprecated.DefaultStringRedisConnection.applyHashFieldExpiration
(byte[] key, Expiration expiration, ExpirationOptions options, byte[]... fields) RedisHashCommands.applyHashFieldExpiration
(byte[] key, Expiration expiration, ExpirationOptions options, byte[]... fields) ReactiveHashCommands.HashExpireCommand.withOptions
(ExpirationOptions options) ReactiveKeyCommands.ExpireAtCommand.withOptions
(ExpirationOptions options) ReactiveKeyCommands.ExpireCommand.withOptions
(ExpirationOptions options) -
Uses of ExpirationOptions in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type ExpirationOptionsModifier and TypeMethodDescriptionBoundHashFieldExpirationOperations.expire
(Expiration expiration, ExpirationOptions options) ApplyExpiration
to the bound hash key/hash fields givenexpiration options
.BoundKeyExpirationOperations.expire
(Expiration expiration, ExpirationOptions options) ApplyExpiration
to the bound key givenexpiration options
.HashOperations.expire
(H key, Expiration expiration, ExpirationOptions options, Collection<HK> hashKeys) Apply the expiration for givenhashKeys
.ReactiveHashOperations.expire
(H key, Expiration expiration, ExpirationOptions options, Collection<HK> hashKeys) Set time to live for given hashKeys stored within key.ReactiveRedisOperations.expire
(K key, Expiration expiration, ExpirationOptions options) Set the expiration for givenkey
.ReactiveRedisTemplate.expire
(K key, Expiration expiration, ExpirationOptions options) RedisOperations.expire
(K key, Expiration expiration, ExpirationOptions options) Set the expiration for givenkey
.RedisTemplate.expire
(K key, Expiration expiration, ExpirationOptions options)
RedisCommandsProvider.hashCommands()
}.