Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XTrimOptions
Packages that use RedisStreamCommands.XTrimOptions
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 RedisStreamCommands.XTrimOptions in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.XTrimOptionsModifier and TypeMethodDescriptionReactiveStreamCommands.TrimCommand.getOptions()RedisStreamCommands.XTrimOptions.of(RedisStreamCommands.TrimOptions trimOptions) Backward-compatible factory alias for creatingRedisStreamCommands.XTrimOptionsfromRedisStreamCommands.TrimOptions.RedisStreamCommands.XTrimOptions.trim(RedisStreamCommands.TrimOptions trimOptions) Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.XTrimOptionsModifier and TypeMethodDescriptionReactiveStreamCommands.TrimCommand.options(RedisStreamCommands.XTrimOptions options) Apply the givenRedisStreamCommands.XTrimOptionsto configure the XTRIM command.ReactiveStreamCommands.TrimCommand.stream(ByteBuffer key, RedisStreamCommands.XTrimOptions options) default LongDefaultedRedisConnection.xTrim(byte[] key, RedisStreamCommands.XTrimOptions options) Deprecated.DefaultStringRedisConnection.xTrim(byte[] key, RedisStreamCommands.XTrimOptions options) DefaultStringRedisConnection.xTrim(String key, RedisStreamCommands.XTrimOptions options) ReactiveStreamCommands.xTrim(ByteBuffer key, RedisStreamCommands.XTrimOptions options) Trims the stream tocountelements.RedisStreamCommands.xTrim(byte @NonNull [] key, @NonNull RedisStreamCommands.XTrimOptions options) Trims the stream tocountelements.StringRedisConnection.xTrim(@NonNull String key, @NonNull RedisStreamCommands.XTrimOptions options) Trims the stream tocountelements. -
Uses of RedisStreamCommands.XTrimOptions in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisStreamCommands.XTrimOptionsModifier and TypeMethodDescriptionBoundStreamOperations.trim(@NonNull RedisStreamCommands.XTrimOptions options) Trims the stream according to the specifiedRedisStreamCommands.XTrimOptions.ReactiveStreamOperations.trim(@NonNull K key, @NonNull RedisStreamCommands.XTrimOptions options) Trims the stream according to the specifiedRedisStreamCommands.XTrimOptions.StreamOperations.trim(@NonNull K key, @NonNull RedisStreamCommands.XTrimOptions options) Trims the stream according to the specifiedRedisStreamCommands.XTrimOptions.
RedisCommandsProvider.streamCommands()}.