Class ExpirationOptions.ExpirationOptionsBuilder
java.lang.Object
org.springframework.data.redis.connection.ExpirationOptions.ExpirationOptionsBuilder
- Enclosing class:
- ExpirationOptions
Builder to build
ExpirationOptions
-
Method Summary
-
Method Details
-
nx
Apply to fields that have no expiration. -
xx
Apply to fields that have an existing expiration. -
gt
Apply to fields when the new expiration is greater than the current one. -
lt
Apply to fields when the new expiration is lower than the current one. -
build
-