Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XPendingOptions
Packages that use 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
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.XPendingOptionsModifier and TypeMethodDescriptionAppend given consumer.Create newRedisStreamCommands.XPendingOptions
with givenRange
and limit.RedisStreamCommands.XPendingOptions.unbounded()
Create newRedisStreamCommands.XPendingOptions
with an unboundedRange
(- +).Create newRedisStreamCommands.XPendingOptions
with an unboundedRange
(- +).Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.XPendingOptionsModifier 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()
}.