Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XClaimOptions.XClaimOptionsBuilder
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.XClaimOptions.XClaimOptionsBuilder in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionSet the min-idle-time to limit the command to messages that have been idle for at at least the givenDuration
.RedisStreamCommands.XClaimOptions.minIdleMs
(long millis) Set the min-idle-time to limit the command to messages that have been idle for at at least the given milliseconds.