Uses of Enum Class
org.springframework.data.redis.connection.RedisStreamCommands.TrimOperator
Packages that use RedisStreamCommands.TrimOperator
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.TrimOperator in org.springframework.data.redis.connection
Subclasses with type arguments of type RedisStreamCommands.TrimOperator in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return RedisStreamCommands.TrimOperatorModifier and TypeMethodDescriptionRedisStreamCommands.TrimOptions.getTrimOperator()Returns the enum constant of this class with the specified name.static RedisStreamCommands.TrimOperator[]RedisStreamCommands.TrimOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.TrimOperatorModifier and TypeMethodDescriptionRedisStreamCommands.TrimOptions.trim(RedisStreamCommands.TrimOperator trimOperator) Apply specified trim operator.