Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XPendingOptions
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.XPendingOptions in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionAppend given consumer.RedisStreamCommands.XPendingOptions.range
(org.springframework.data.domain.Range<?> range, Long count) Create newRedisStreamCommands.XPendingOptions
with givenRange
and limit.RedisStreamCommands.XPendingOptions.unbounded()
Create newRedisStreamCommands.XPendingOptions
with an unboundedRange
(- +).Create newRedisStreamCommands.XPendingOptions
with an unboundedRange
(- +).Modifier and TypeMethodDescriptiondefault PendingMessages
DefaultedRedisConnection.xPending
(byte[] key, String groupName, RedisStreamCommands.XPendingOptions options) Deprecated.DefaultStringRedisConnection.xPending
(byte[] key, String groupName, RedisStreamCommands.XPendingOptions options) DefaultStringRedisConnection.xPending
(String key, String groupName, RedisStreamCommands.XPendingOptions options) RedisStreamCommands.xPending
(byte[] key, String groupName, RedisStreamCommands.XPendingOptions options) StringRedisConnection.xPending
(String key, String groupName, RedisStreamCommands.XPendingOptions options)
RedisCommandsProvider.streamCommands()
}.