Uses of Interface
org.springframework.data.redis.connection.RedisStreamCommands.TrimStrategy
Packages that use RedisStreamCommands.TrimStrategy
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.TrimStrategy in org.springframework.data.redis.connection
Classes in org.springframework.data.redis.connection that implement RedisStreamCommands.TrimStrategyModifier and TypeClassDescriptionstatic final classTrimming strategy that evicts entries as long as the stream's length exceeds the specified threshold.static final classTrimming strategy that evicts entries with IDs lower than the specified threshold.Methods in org.springframework.data.redis.connection that return RedisStreamCommands.TrimStrategy